Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- variables:
- {help.czas.%player%} = 0
- command /helpop [<text>]:
- trigger:
- if arg 1 is set:
- if {help.czas.%player%} is smaller than 1:
- send "&8[&c&lHELPOP&8] &8» &6%player%: &c%arg 1%" to all ops
- send "&8» &6Wyslano wiadomosc o tresci: &c%arg 1%" to player
- set {help.czas.%player%} to 15
- else:
- send "&8» &6Nastepna wiadomosc bedziesz mogl wyslac za: &c%{help.czas.%player%}% sekund."
- else:
- send "&8» &cPrawidlowe uzycie &7(/helpop wiadomosc)"
- every 1 second:
- loop all players:
- if {help.czas.%loop-player%} is bigger than 0:
- remove 1 from {help.czas.%loop-player%}
Advertisement
Add Comment
Please, Sign In to add comment