Advertisement
Guest User

VI´P

a guest
Jul 18th, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. options:
  2. preço: 1000
  3.  
  4. command /comprarvipe:
  5. trigger:
  6. if account of player is more than or equal to {@preço}:
  7. subtract {@preço} from player's account
  8. set {_key} to generated key for group "ouro" for 1 days
  9. make player execute command "/usarkey %{_key}%"
  10. else:
  11. send "&cSem dinheiro."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement