Guest User

sf

a guest
Sep 21st, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. CMD:stopfly(playerid, params[])
  2. {
  3. if(PlayerInfo[playerid][pAdmin] >= 1)
  4. {
  5. StopFly(playerid);
  6. flymode[playerid] = 0;
  7. SetPlayerHealth(playerid, 100);
  8. SetPlayerArmour(playerid, 0);
  9. }
  10. return 1;
  11. }
Add Comment
Please, Sign In to add comment