Advertisement
jimmyfilips

[MACRO] Acrobacia

Sep 18th, 2013
12,188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $${
  2.  
  3. if(acro);
  4. log("&3[%PLAYER%] &6Acrobacia &4[OFF]");
  5. unset(acro);
  6. stop();
  7.  
  8. else;
  9. log("&3[%PLAYER%] &6Acrobacia &2[ON]");
  10. log("&3[%PLAYER%] &3Para desligar pressione %KEYNAME%");
  11. set(acro);
  12. endif;
  13.  
  14. do;
  15. }$$
  16. /home acro
  17. $${
  18. do;
  19. while(HEALTH=20)
  20.  
  21. do;
  22. if(HEALTH < 1);
  23. Wait(1);
  24. Respawn;
  25. endif;
  26. while(HEALTH > 0);
  27. loop;
  28. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement