Guest User

Untitled

a guest
Oct 30th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on death of player:
  2. if player doesn't have permission "death.admin":
  3. set {czasd.%player%} to 2
  4. set {czasg.%player%} to 23
  5. set {czasm.%player%} to 59
  6. set {czass.%player%} to 60
  7. send "&c[&6Hardcore&c] &aMasz 10 sekund na pozegnanie sie z serwerem!" to player
  8. set {ban.%player%} to true
  9. wait 10 seconds
  10. kick the player due to "&6Zostałeś zbanowany możesz się odbanować na <strona www> albo poczekać 3 dni!||&6Ban skonczy sie za: %{czasd.%player%}% &adni &6%{czasg.%player%}% &agodz &6%{czasm.%player%}% &amin &6%{czass.%player%}% &ase"
  11. on connect:
  12. if {ban.%player%} is true:
  13. kick the player due to "&6Zostałeś zbanowany możesz się odbanować na <strona www> albo poczekać 3 dni!||&6Ban skonczy sie za: %{czasd.%player%}% &adni &6%{czasg.%player%}% &agodz &6%{czasm.%player%}% &amin &6%{czass.%player%}% &asec"
  14. every 1 second:
  15. if {ban.%player%} is true:
  16. if {czasd.%player%} is bigger than 0:
  17. if {czasg.%player%} is bigger than 0:
  18. if {czasm.%player%} is bigger than 0:
  19. if {czass.%player%} is bigger than 0:
  20. remove 1 from {czass.%player%}
  21. if {czass.%player%} is 0
  22. set {czass.%player%} to 60
  23. remove 1 from {czasm.%player%}
  24. if {czasm.%player%} is 0:
  25. remove 1 from {czasg.%player%}
  26. set {czasm.%player%} to 60
  27. if {czasg.%player%} is 0:
  28. remove 1 from {czasd.%player%}
  29. set {czasg.%player%} to 60
  30. if {czasd.%player%} is 0:
  31. set {ban.%player%} to false
Advertisement
Add Comment
Please, Sign In to add comment