Advertisement
Kovacs_Bela

mc inchat button press antispam

Dec 11th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. if(%@#set% > 0);
  2. if(@antispam);
  3. STOP();
  4. endif;
  5. endif;
  6.  
  7. IF(%@#set% = 1);
  8. log("set: 1");
  9. ELSEIF(%@#set% = 2);
  10. log("set: 2");
  11. ELSEIF(%@#set% = 3);
  12. log("set: 3");
  13. ELSEIF(%@#set% = 4);
  14. log("set: 4");
  15. ENDIF;
  16.  
  17. if(%@#set% > 0);
  18. @#set = 0;
  19. set(@antispam);
  20. wait(5);
  21. unset(@antispam);
  22. endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement