Advertisement
jimmyfilips

[MACRO] Quake Pro

Sep 26th, 2013
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $${
  2. if(quake);
  3. LOG("&3[%PLAYER%] &6Quake &4[OFF"]);
  4. FOV(69);
  5. wait(100ms);
  6. unset(quake);
  7. stop();
  8. else;
  9.  
  10. set(quake)
  11. LOG("&3[%PLAYER%] &6Quake &a[ON]");
  12. FOV(110);
  13. wait(100ms);
  14. endif;
  15. stop();
  16. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement