patison234

Wytabowane ;)

Nov 14th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on explode:
  2.     if distance between player and explosion is smaller than 5:
  3.         set {stop.%player%} to true
  4.             wait 5 seconds
  5.             set {stop.%player%} to false
  6. on place:
  7.     if {stop.%player%} is true:
  8.         cancel event
  9.         send "&aTnt wybuchlo i nie mozesz klasc :)"
  10.         wait 120 second
  11.         set {stop.%player%} to true
  12. on break:
  13.     if {stop.%player%} is true:
  14.         cancel event
  15.         send "&aTnt wybuchlo i nie mozesz niszczyc :)"
  16.         wait 120 second
  17.         set {stop.%player%} to true
Advertisement
Add Comment
Please, Sign In to add comment