BloodHead2001

helpop

Oct 11th, 2014
1,904
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. options:
  2. spamhelpop: 1
  3. command /helpop [<text>]:
  4. trigger:
  5. if arg 1 is set:
  6. send "&c[HelpOP] &3%player%&7: %arg 1%" to all ops
  7. send "&aTwoja wiadomosc zostala wyslana na HELPOP." to player
  8. set {helpop.%player%} to false
  9. wait {@spamhelpop} minute
  10. set {helpop.%player%} to true
  11. if arg 1 is not set:
  12. send "&c> &8Prawidlowe uzycie /helpop <wiadomosc>"
  13.  
  14. on command "/helpop":
  15. if {helpop.%player%} is false:
  16. cancel event
  17. send "&cNa helpop mozna pisac co 1 minute."
Advertisement
Add Comment
Please, Sign In to add comment