Posts: 551
Threads: 122
Joined: Nov 2009
Reputation:
0
I am working on a Super Jump commands. It gives you 10 seconds of jump boost then has to reload. How would I create the jump, I know I can't individually set players gravity, which would be kick ass. But how do I do something like this?
Posts: 1,954
Threads: 79
Joined: Aug 2009
Reputation:
0
Yes but that example is old and SetPlayerVelocity wasn't exist back there.
Therefore it uses SetPlayerPos which will just get the player's old positions,and set the Z position(height) to +10 from it's current value,you can use GetPlayerVelocity and SetPlayerVeloity for smoother results :P
Posts: 551
Threads: 122
Joined: Nov 2009
Reputation:
0
Thanks, O_x
I've never really messed around with OnPlayerKeyStateChange. But it says 'PRESSED' is an unidentified symbol.