Posts: 762
Threads: 157
Joined: Feb 2009
Reputation:
0
is there a practical way to detect if the player is falling? i was thinking of detecting if the Z co-ord changes faster than the X or Y, i tried something like that but failed.
Thanks For Any Help!
Posts: 3,262
Threads: 30
Joined: Aug 2008
Reputation:
0
There's nothing espeicaly about that, but you can do it by getting player's speed in a timer.
Posts: 762
Threads: 157
Joined: Feb 2009
Reputation:
0
hey thanks man! i also just had a thought. this function would be pretty cool in a stunt server. detect if a player is falling and if they are give them a parachute.
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
Btw, you probably want to add in a check to make sure they aren't in a vehicle.