After Jungle Inferno the jump script I had stopped working. By stopped working I mean the game freezes and I have to restart the game again. Is it because of the wait command in the script?
If someone wants to see the script I'm using here it is: https://pastebin.com/BBUwwXEE
It would be appreciated if anyone can give the link for an updated script or help me out on updating the script.
Thanks in Advance! :)
After Jungle Inferno the jump script I had stopped working. By stopped working I mean the game freezes and I have to restart the game again. Is it because of the wait command in the script?
If someone wants to see the script I'm using here it is: https://pastebin.com/BBUwwXEE
It would be appreciated if anyone can give the link for an updated script or help me out on updating the script.
Thanks in Advance! :)
it's not really a fix, but you can just bind impulse 101 to mouse 1 in addition to +attack
bind mouse1 "+attack;impulse 101"
since you're setting tf_allow_wait_command properly in the script i'm not sure what else went wrong
it's not really a fix, but you can just bind impulse 101 to mouse 1 in addition to +attack
[code]
bind mouse1 "+attack;impulse 101"
[/code]
since you're setting tf_allow_wait_command properly in the script i'm not sure what else went wrong
your script does not freeze my game, everything works just fine.
your script does not freeze my game, everything works just fine.