knugi

Untitled

Apr 18th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. variables:
  2. {komenda.%player%} = false
  3. on command:
  4. if command is not "sprawdz":
  5. set {komenda.%player%} to true
  6. command /sprawdz:
  7. trigger:
  8. if {komenda.%player%} is false:
  9. send "Nie uzyles jeszcze komendy"
  10. stop
  11. if {komenda.%player%} is true:
  12. send "Uzyles juz komende"
  13. stop
Advertisement
Add Comment
Please, Sign In to add comment