Advertisement
xKevinn

Untitled

Oct 24th, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. Set(&savechat,%@&chatclean%)
  2. Set(@&spam[0],%@&spam[1]%)
  3. Set(@&spam[1],%@&spam[2]%)
  4. Set(@&spam[2],%@&spam[3]%)
  5. Set(@&spam[3],%@&spam[4]%)
  6. Set(@&spam[4],%@&spam[5]%)
  7. Set(@&spam[5],%@&spam[6]%)
  8. Set(@&spam[6],%@&spam[7]%)
  9. Set(@&spam[7],%@&spam[8]%)
  10. Set(@&spam[8],%&savechat%)
  11.  
  12. FOREACH(@&spam[],&msg,#count)
  13. IF(@&spam[%#count%] = %&savechat%)
  14. Inc(#total)
  15. ENDIF
  16. NEXT
  17.  
  18. IF(#total > 2)
  19. IFMATCHES(%&savechat%,"([a-z0-9\-_]{3,16}): (.+)",&pspam,1)
  20. IFMATCHES(%&pspam%,"%PLAYER%|near|online")
  21. Stop()
  22. ENDIF
  23. INDEXOF(@&swarning[],#pos,%&pspam%)
  24. IF(#pos > -1)
  25. IF(@#mutetime[%#pos%] = 15)
  26. Echo(/tempban %&pspam% 2h Multiple warnings for spam)
  27. ELSE
  28. Echo(/mute %&pspam% %@#mutetime[%#pos%]%m)
  29. Inc(@#mutetime[%#pos%],5)
  30. IF(%@#mutetime[%#pos%]% = 15)
  31. Echo(/m %&pspam% Please watch the spam. Next time you will be &ctemp banned &7for &c2 hours)
  32. ELSE
  33. Echo(/m %&pspam% Please watch the spam. Next time you will be &cmuted &7for &c%@#mutetime[%#pos%]% minutes)
  34. ENDIF
  35. ENDIF
  36. UnSet(@&spam[])
  37. ELSE
  38. PUSH(@&swarning[],%&pspam%)
  39. INDEXOF(@&swarning[],#pos,%&pspam%)
  40. Set(@#mutetime[%#pos%],5)
  41. IF(@&cmode = "f");Echo(/f c p);Wait(5t);ENDIF
  42. Echo(&6%&pspam% &e- Please watch the spam.)
  43. UnSet(@&spam[])
  44. ENDIF
  45. ENDIF
  46. ENDIF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement