grantygames

Untitled

Jul 10th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. on load:
  2. clear {kits::*}
  3. wait 2 tick
  4. add "urgal" to {kits::*}
  5. add "Terrorista" to {kits::*}
  6. add "Camel" to {kits::*}
  7. command /kits:
  8. trigger:
  9. loop {kits::*}:
  10. if player has permission "kit.%loop-value%":
  11. add loop-value {_kitstem}
  12. else:
  13. add loop-value to {_kitsntem}
  14. send "Seus kits: %{_kitstem}%"
  15. send "Kits vip: %{_kitsntem}%"
Advertisement
Add Comment
Please, Sign In to add comment