Advertisement
filip501

Untitled

Aug 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.01 KB | None | 0 0
  1. options:
  2. ip: NAZWA SERWERA
  3.  
  4. on first join:
  5. loop all players:
  6. add 0 to {playtime::minutes::%loop-player%}
  7. every 10 ticks:
  8. set {_los} to random integer between 1 and 9
  9. loop all players:
  10. if {_los} is 1:
  11. display board named "&a{@ip} " to loop-player
  12. make score "&f" in board of loop-player to 11
  13. make score "&eOnline&8:" in board of loop-player to 10
  14. make score "&f%number of all players%" in board of loop-player to 9
  15. make score "&5" in board of loop-player to 8
  16. make score "&eGrasz&8:" in board of loop-player to 7
  17. make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
  18. make score "&a" in board of loop-player to 5
  19. make score "&eIP&8:" in board of loop-player to 1
  20. make score "{@ip}" in board of loop-player to 0
  21. move display of loop-player to sidebar
  22. if {_los} is 2:
  23. display board named "&b{@ip} " to loop-player
  24. make score "&f" in board of loop-player to 11
  25. make score "&eOnline&8:" in board of loop-player to 10
  26. make score "&f%number of all players%" in board of loop-player to 9
  27. make score "&5" in board of loop-player to 8
  28. make score "&eGrasz&8:" in board of loop-player to 7
  29. make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
  30. make score "&a" in board of loop-player to 5
  31. make score "&eIP&8:" in board of loop-player to 1
  32. make score "{@ip}" in board of loop-player to 0
  33. move display of loop-player to sidebar
  34. if {_los} is 3:
  35. display board named "&c{@ip} " to loop-player
  36. make score "&f" in board of loop-player to 11
  37. make score "&eOnline&8:" in board of loop-player to 10
  38. make score "&f%number of all players%" in board of loop-player to 9
  39. make score "&5" in board of loop-player to 8
  40. make score "&eGrasz&8:" in board of loop-player to 7
  41. make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
  42. make score "&a" in board of loop-player to 5
  43. make score "&eIP&8:" in board of loop-player to 1
  44. make score "{@ip}" in board of loop-player to 0
  45. move display of loop-player to sidebar
  46. if {_los} is 4:
  47. display board named "&d{@ip} " to loop-player
  48. make score "&f" in board of loop-player to 11
  49. make score "&eOnline&8:" in board of loop-player to 10
  50. make score "&f%number of all players%" in board of loop-player to 9
  51. make score "&5" in board of loop-player to 8
  52. make score "&eGrasz&8:" in board of loop-player to 7
  53. make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
  54. make score "&a" in board of loop-player to 5
  55. make score "&eIP&8:" in board of loop-player to 1
  56. make score "{@ip}" in board of loop-player to 0
  57. move display of loop-player to sidebar
  58. if {_los} is 5:
  59. display board named "{@ip} " to loop-player
  60. make score "&f" in board of loop-player to 11
  61. make score "&eOnline&8:" in board of loop-player to 10
  62. make score "&f%number of all players%" in board of loop-player to 9
  63. make score "&5" in board of loop-player to 8
  64. make score "&eGrasz&8:" in board of loop-player to 7
  65. make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
  66. make score "&a" in board of loop-player to 5
  67. make score "&eIP&8:" in board of loop-player to 1
  68. make score "{@ip}" in board of loop-player to 0
  69. move display of loop-player to sidebar
  70. if {_los} is 6:
  71. display board named "&1{@ip} " to loop-player
  72. make score "&f" in board of loop-player to 11
  73. make score "&eOnline&8:" in board of loop-player to 10
  74. make score "&f%number of all players%" in board of loop-player to 9
  75. make score "&5" in board of loop-player to 8
  76. make score "&eGrasz&8:" in board of loop-player to 7
  77. make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
  78. make score "&a" in board of loop-player to 5
  79. make score "&eIP&8:" in board of loop-player to 1
  80. make score "{@ip}" in board of loop-player to 0
  81. move display of loop-player to sidebar
  82. if {_los} is 7:
  83. display board named "&2{@ip} " to loop-player
  84. make score "&f" in board of loop-player to 11
  85. make score "&eOnline&8:" in board of loop-player to 10
  86. make score "&f%number of all players%" in board of loop-player to 9
  87. make score "&5" in board of loop-player to 8
  88. make score "&eGrasz&8:" in board of loop-player to 7
  89. make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
  90. make score "&a" in board of loop-player to 5
  91. make score "&eIP&8:" in board of loop-player to 1
  92. make score "{@ip}" in board of loop-player to 0
  93. move display of loop-player to sidebar
  94. if {_los} is 8:
  95. display board named "&3{@ip} " to loop-player
  96. make score "&f" in board of loop-player to 11
  97. make score "&eOnline&8:" in board of loop-player to 10
  98. make score "&f%number of all players%" in board of loop-player to 9
  99. make score "&5" in board of loop-player to 8
  100. make score "&eGrasz&8:" in board of loop-player to 7
  101. make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
  102. make score "&a" in board of loop-player to 5
  103. make score "&eIP&8:" in board of loop-player to 1
  104. make score "{@ip}" in board of loop-player to 0
  105. move display of loop-player to sidebar
  106. if {_los} is 9:
  107. display board named "&5{@ip} " to loop-player
  108. make score "&f" in board of loop-player to 11
  109. make score "&eOnline&8:" in board of loop-player to 10
  110. make score "&f%number of all players%" in board of loop-player to 9
  111. make score "&5" in board of loop-player to 8
  112. make score "&eGrasz&8:" in board of loop-player to 7
  113. make score "&f%{playtime::minutes::%loop-player%}% minut" in board of loop-player to 6
  114. make score "&a" in board of loop-player to 5
  115. make score "&eIP&8:" in board of loop-player to 1
  116. make score "{@ip}" in board of loop-player to 0
  117. move display of loop-player to sidebar
  118. every 60 seconds:
  119. loop all players:
  120. add 1 to {playtime::minutes::%loop-player%}
  121. on join:
  122. if {playtime::minutes::%player%} is not set:
  123. set {playtime::minutes::%player%} to 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement