Advertisement
Guest1221

Untitled

Dec 31st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. command /rankupb:
  2. trigger:
  3. If player's balance is between 700 and 999999999999999999999999:
  4. make console execute command "/manuadd %player% b"
  5. broadcast "&3» %player% &bhas ranked up to rank &3B"
  6. remove 700 from player's balance
  7. wait 5 ticks
  8. make player execute "/teleporttospawn"
  9. Else:
  10. message "&3» &cError! You do not have enough money, you need &a$700"
  11.  
  12. command /rankupc:
  13. trigger:
  14. If player's balance is between 1600 and 999999999999999999999999:
  15. make console execute command "/manuadd %player% c"
  16. broadcast "&3» %player% &bhas ranked up to rank &3c"
  17. remove 1600 from player's balance
  18. wait 5 ticks
  19. make player execute "/teleporttospawn"
  20. Else:
  21. message "&3» &cError! You do not have enough money, you need &a$1600"
  22.  
  23. command /rankupd:
  24. trigger:
  25. If player's balance is between 2500 and 999999999999999999999999:
  26. make console execute command "/manuadd %player% d"
  27. broadcast "&3» %player% &bhas ranked up to rank &3D"
  28. remove 2500 from player's balance
  29. wait 5 ticks
  30. make player execute "/teleporttospawn"
  31. Else:
  32. message "&3» &cError! You do not have enough money, you need &a$2500"
  33.  
  34. command /rankupe:
  35. trigger:
  36. If player's balance is between 3750 and 999999999999999999999999:
  37. make console execute command "/manuadd %player% e"
  38. broadcast "&3» %player% &bhas ranked up to rank &3E"
  39. remove 3750 from player's balance
  40. wait 5 ticks
  41. make player execute "/teleporttospawn"
  42. Else:
  43. message "&3» &cError! You do not have enough money, you need &a$3750"
  44.  
  45. command /rankupf:
  46. trigger:
  47. If player's balance is between 4500 and 999999999999999999999999:
  48. make console execute command "/manuadd %player% f"
  49. broadcast "&3» %player% &bhas ranked up to rank &3F"
  50. remove 5400 from player's balance
  51. wait 5 ticks
  52. make player execute "/teleporttospawn"
  53. Else:
  54. message "&3» &cError! You do not have enough money, you need &a$4500"
  55.  
  56. command /rankupg:
  57. trigger:
  58. If player's balance is between 5400 and 999999999999999999999999:
  59. make console execute command "/manuadd %player% g"
  60. broadcast "&3» %player% &bhas ranked up to rank &3G"
  61. remove 5400 from player's balance
  62. wait 5 ticks
  63. make player execute "/teleporttospawn"
  64. Else:
  65. message "&3» &cError! You do not have enough money, you need &a$5400"
  66.  
  67. command /rankuph:
  68. trigger:
  69. If player's balance is between 6750 and 999999999999999999999999:
  70. make console execute command "/manuadd %player% h"
  71. broadcast "&3» %player% &bhas ranked up to rank &3H"
  72. remove 6750 from player's balance
  73. wait 5 ticks
  74. make player execute "/teleporttospawn"
  75. Else:
  76. message "&3» &cError! You do not have enough money, you need &a$6750"
  77.  
  78. command /rankupi:
  79. trigger:
  80. If player's balance is between 7500 and 999999999999999999999999:
  81. make console execute command "/manuadd %player% i"
  82. broadcast "&3» %player% &bhas ranked up to rank &3I"
  83. remove 7500 from player's balance
  84. wait 5 ticks
  85. make player execute "/teleporttospawn"
  86. Else:
  87. message "&3» &cError! You do not have enough money, you need &a$7500"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement