How can i check if the player is in the air or not?
#3

Quote:
Originally Posted by » RyDeR «
You can chech his Z position.
So like

pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
if(z > 20) return whatever here;
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)