CusT

TnT Blocker

Oct 31st, 2013
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. # CusTMPC.cba.pl #
  2. # Strona z skryptami # Znajdziesz tam jeszcze wiecej skryptów ! #
  3.  
  4. variables:
  5. {tnt.postaw} = true
  6.  
  7. on place tnt:
  8. if {tnt.postaw} is true:
  9. send "&a&o<●>==TNT WYLACZONE==<●>"
  10. cancel event
  11. if {tnt.postaw} is false:
  12. send "&a&o<●>==POSTAWILES TNT==<●>"
  13.  
  14. command /tnt [<text>]:
  15. permission: TB.tnt
  16. trigger:
  17. arg 1 is not set:
  18. send "&a&o<●>==TNT BLOCKER==<●>"
  19. send "&a&o<●>==Wpisz /tnt on/off !==<●>"
  20. send "&a&o<●>==TNT BLOCKER==<●>"
  21. arg 1 is "on":
  22. set {tnt.postaw} to false
  23. send "&a&o<●>==TNT BLOCKER==<●>"
  24. send "&a&o<●>==Tnt Wlaczone !==<●>"
  25. send "&a&o<●>==TNT BLOCKER==<●>"
  26. arg 1 is "off":
  27. set {tnt.postaw} to true
  28. send "&a&o<●>==TNT BLOCKER==<●>"
  29. send "&a&o<●>==Tnt Wylaczone !==<●>"
  30. send "&a&o<●>==TNT BLOCKER==<●>"
  31.  
  32. on skript load:
  33. send "&a&o<●>==TNT BLOCKER ZALADOWANY==<●>" to console
  34.  
  35. on join:
  36. send "&a&o<●>==TNT BLOCKER CHRONI TEN SERWER !==<●>"
Advertisement
Add Comment
Please, Sign In to add comment