Guest User

Letenje Sistem

a guest
Apr 22nd, 2013
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. if(strcmp(cmd, "/letenjeupali", true) == 0)
  2. {
  3. if(PlayerInfo[playerid][pAdmin] >= 4)
  4. {
  5. StartFly(playerid);
  6. }
  7. return 1;
  8. }
  9.  
  10. if(strcmp(cmd, "/letenjeugasi", true) == 0)
  11. {
  12. if(PlayerInfo[playerid][pAdmin] >= 4)
  13. {
  14. StopFly(playerid);
  15. }
  16. return 1;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment