Guest User

CKHelpop

a guest
Jan 25th, 2017
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. variables:
  2. {help.czas.%player%} = 0
  3.  
  4. command /helpop [<text>]:
  5. trigger:
  6. if arg 1 is set:
  7. if {help.czas.%player%} is smaller than 1:
  8. send "&8[&c&lHELPOP&8] &8» &6%player%: &c%arg 1%" to all ops
  9. send "&8» &6Wyslano wiadomosc o tresci: &c%arg 1%" to player
  10. set {help.czas.%player%} to 15
  11. else:
  12. send "&8» &6Nastepna wiadomosc bedziesz mogl wyslac za: &c%{help.czas.%player%}% sekund."
  13. else:
  14. send "&8» &cPrawidlowe uzycie &7(/helpop wiadomosc)"
  15.  
  16. every 1 second:
  17. loop all players:
  18. if {help.czas.%loop-player%} is bigger than 0:
  19. remove 1 from {help.czas.%loop-player%}
Advertisement
Add Comment
Please, Sign In to add comment