Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. every 1 second:
  2. loop all players:
  3. add 1 to {stats::time::%loop-player%}
  4. #3600 - 1 godzina
  5. #86400 - 1 dzień
  6. if "%{stats::time::%loop-player%} reszta 3600%" is "0":
  7. add 25 to {stats::coins::%loop-player%}
  8. send ""
  9. send " &6&lCRAFT&e&lSCORE"
  10. send ""
  11. send "&6C&eS &7» &eGratulacje! &aTwoj czas na serwerze osiagnal godzine."
  12. send "&6C&eS &7» &aPoswiecajac czas na naszym serwerze otrzymujesz &e$&a."
  13. send ""
  14. if "%{stats::time::%loop-player%} reszta 86400%" is "0":
  15. add 500 to {stats::coins::%loop-player%}
  16. send ""
  17. send " &6&lCRAFT&e&lSCORE"
  18. send ""
  19. send "&6C&eS &7» &eGratulacje! &aTwoj czas na serwerze osiagnal &e24 godziny&a."
  20. send "&6C&eS &7» &aPoswiecajac czas na naszym serwerze otrzymujesz &e$&a."
  21. send ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement