Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. function score(p: player):
  2. while {_p} is online:
  3. set name of sidebar of {_p} to "&6&lB&f&lLAST NETWORK"
  4. wait 1.5 ticks
  5. set name of sidebar of {_p} to "&6&lBL&f&lAST NETWORK"
  6. wait 1.5 ticks
  7. set name of sidebar of {_p} to "&f&lB&6&lLA&f&lST NETWORK"
  8. wait 1.5 ticks
  9. set name of sidebar of {_p} to "&f&lBL&6&lAS&f&lT NETWORK"
  10. wait 1.5 ticks
  11. set name of sidebar of {_p} to "&f&lBLA&6&lST&f&l NETWORK"
  12. wait 1.5 ticks
  13. set name of sidebar of {_p} to "&f&lBLAS&6&lT N&f&lETWORK"
  14. wait 1.5 ticks
  15. set name of sidebar of {_p} to "&f&lBLAST &6&lNE&f&lTWORK"
  16. wait 1.5 ticks
  17. set name of sidebar of {_p} to "&f&lBLAST N&6&lET&f&lWORK"
  18. wait 1.5 ticks
  19. set name of sidebar of {_p} to "&f&lBLAST NE&6&lTW&f&lORK"
  20. wait 1.5 ticks
  21. set name of sidebar of {_p} to "&f&lBLAST NET&6&lWO&f&lRK"
  22. wait 1.5 ticks
  23. set name of sidebar of {_p} to "&f&lBLAST NETW&6&lOR&f&lK"
  24. wait 1.5 ticks
  25. set name of sidebar of {_p} to "&f&lBLAST NETWO&6&lRK"
  26. wait 1.5 ticks
  27. set name of sidebar of {_p} to "&f&lBLAST NETWOR&6&lK"
  28. wait 1.5 ticks
  29. set name of sidebar of {_p} to "&f&lBLAST NETWORK"
  30. wait 1.5 ticks
  31. set name of sidebar of {_p} to "&f&lBLAST NETWORK"
  32. wait 2.5 ticks
  33. on join:
  34. wipe player's sidebar
  35. set name of sidebar of player to "&f&lBLAST NETWORK"
  36. set score "" in sidebar of player to 15
  37. set id based score "&6Grade: %colored player's prefix%" in sidebar of player to 14 with id "grade.%player%"
  38. set score "&7&b&d&e&c&a" in sidebar of player to 14
  39. set id based score "&7LifeCoins(s): &e0" in sidebar of player to 13 with id "emeraudes.%player%"
  40. set id based score "&a&e&b&c" in sidebar of player to 11 with id "conssssnectees%player%"
  41. set score "&7&b&d&e" in sidebar of player to 11
  42. set id based score "&7TeamSpeak: &a&ots.lifepvp.fr" in sidebar of player to 10 with id "connssectees%player%"
  43. set id based score "&7➣ &f%player%" in sidebar of player to 7 with id "points.%player%"
  44. set score "&a&e&c&e&b" in sidebar of player to 5
  45. set score "&7Bienvenue &7sur &6&oLife&f&oPvP &7!" in sidebar of player to 3
  46. set score "&owww.&6&oLife&f&oPvP.fr" in sidebar of player to 2
  47. score(player)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement