Guest User

Blokada TnT v1.0 by NewStyleGG

a guest
Dec 26th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #Autor: NewStyleGG
  2. #Nazwa Skryptu: TnTControl
  3. #Opis: Blokuje TnT
  4. #Wersja: v1.0
  5. variables:
  6. {tnt.status} = true
  7. options:
  8. prefix: &f[TnT Control]
  9. command /tnt [<text>]:
  10. trigger:
  11. if arg 1 is not set:
  12. send "/tnt on - Wlacza TnT"
  13. send "/tnt off - Wylacza TnT"
  14. if arg 1 is "on":
  15. set {tnt.status} to true
  16. send "{@prefix}: TnT zostalo wlaczone"
  17. if arg 1 is "off":
  18. set {tnt.status} to false
  19. send "{@prefix} : TnT zostalo wylaczone"
  20.  
  21. on place tnt:
  22. if {tnt.status} is false:
  23. canel event
  24. send "TNT jest wylaczone"
Advertisement
Add Comment
Please, Sign In to add comment