Quote:
Originally Posted by [uL]Pottus
pawn Код:
stock IsPlayerFalling(playerid) //true if player is falling with a closed parachute { new index = GetPlayerAnimationIndex(playerid); if(index >= 958 && index <= 979 || index == 1130 || index == 1195 || index == 1132) return 1; return 0; }
|
yha, the problem is I need to check when he is in a car