Guest User

Untitled

a guest
Sep 30th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. on first join:
  2. set {chat.minuty.%player%} to 19
  3. set {chat.sekundy.%player%} to 60
  4.  
  5. every 1 second:
  6. loop all players:
  7. if {chat.sekundy.%loop-player%} is bigger than 0:
  8. remove 1 from {chat.sekundy.%loop-player%}
  9. else:
  10. set {chat.sekundy.%loop-player%} to 60
  11. remove 1 from {chat.minuty.%loop-player%}
  12.  
  13.  
  14.  
  15. on chat:
  16. if {chat.minuty.%player%} is bigger than 0:
  17. cancel event
  18. send "&a» &7Pisanie mozliwe za &9%{chat.minuty.%player%}%&c.&9%{chat.sekundy.%player%}%&7 minut"
Advertisement
Add Comment
Please, Sign In to add comment