grantygames

Untitled

Jul 25th, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. command /rankup [<text>]:
  2. trigger:
  3. if {rankup.%player%} is not set:
  4. if player's account is more or equal to 50000:
  5. remove 50000 from player's balance
  6. make console execute command "/pex user %player% group set recruta"
  7. send "{@Prefix} {@MensagemPassoDeRank}"
  8. set {rankup.%player%} to 1
  9. if {rankup.%player%} is 1:
  10. if player's account is more or equal to 500000:
  11. remove 500000 from player's balance
  12. make console execute command "/pex user %player% group set w0w"
  13. send "{@Prefix} {@MensagemPassoDeRank}"
  14. set {rankup.%player%} to 2
Advertisement
Add Comment
Please, Sign In to add comment