Guest User

Untitled

a guest
Jan 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. if(strcmp(cmd,"/armylift1",true) == 0)
  2. {
  3. if(IsPlayerInFrac(playerid,3))
  4. {
  5. if(armylift123var == 0)
  6. {
  7. MoveObject(armylift1,135.239868,1941.596191,25.319401,2.0);
  8. armylift123var = 1;
  9. }
  10. else
  11. {
  12. MoveObject(armylift1,135.239868,1941.596191,18.319401,2.5);
  13. armylift123var = 0;
  14. }
  15. }
  16. else SendClientMessage(playerid,COLOR_RED,"Dies darf nur die Army!");
  17. return 1;
  18. }
Add Comment
Please, Sign In to add comment