Advertisement
Guest User

Untitled

a guest
Jun 14th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.22 KB | None | 0 0
  1. IsPlayerFalling(playerid)
  2. {
  3.     return (GetPlayerAnimationIndex(playerid) == 1195 || GetPlayerAnimationIndex(playerid) == 1197 || GetPlayerAnimationIndex(playerid) == 1133 || GetPlayerAnimationIndex(playerid) == 1130);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement