Advertisement
GamePL7

gScoreBoard - prosty skrypt na ScoreBoard

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