Advertisement
symtrolol93

skript Commande d'activation/de désactivation

May 25th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #commande d'activation/de désactivation
  2. #By symtrolol93
  3. command /lol:
  4. description: test ...
  5. usage: &6/lol
  6. trigger:
  7. set {lolcount.%player%} to {lolcount.%player%}+1
  8. if {lolcount.%player%} is 1:
  9. message "&2Commande activée !"
  10. wait a tick
  11. message "&6Re-tape cette commande pour la désactiver !"
  12. If {lolcount.%player%} is more than 1:
  13. set {lolcount.%player%} to 0
  14. message "&4Commande désactivée !"
  15. wait a tick
  16. message "&6Re-tape cette commande pour la réactiver !"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement