Kokoszka

Untitled

Dec 8th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. variables:
  2. {teleport} = "nie"
  3. command /tl:
  4. trigger:
  5. if player has permissions "tp.use":
  6. if {teleport} is "nie":
  7. execute player command "/spawn"
  8. set {teleport} to "tak"
  9. wait 1800 seconds
  10. set {teleport} to "nie"
  11. else:
  12. send "Musisz poczekać 30 min"
  13. else:
  14. send "&4&lNIE MASZ UPRAWNIEN DO TEGO!"
Advertisement
Add Comment
Please, Sign In to add comment