Advertisement
grantygames

Untitled

Jun 8th, 2015
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. command /anunciar [<text>]:
  2. trigger:
  3. if arg 1 is set:
  4. if player's balance is greater than 1999:
  5. if player has permission "anunciar.anuncio"
  6. remove 2000 from player's balance
  7. broadcast "&a[Anuncio] &7&l%player%&7: %coloured arg 1%"
  8. stop
  9. else:
  10. message "&a[PlayArea] &cVocê não tem permissão a este comando."
  11. else:
  12. message "&a[PlayArea] &cVocê precisa ter 2000 coins para usar o anunciar algo !"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement