Quote:
|
Originally Posted by watch
what about just running a command on the client i.e.
Code:
client_cmd(id,"+jump")
you might also have to do -jump, so try this is the above isnt working right
Code:
client_cmd(id,"+jump;-jump")
|
I made it a lot more complicated than it needed to be. Thanks!