Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. on right click on stone button:
  2. block behind is sponge:
  3. if {zabtp.%player%} is true:
  4. stop
  5. else:
  6. set {zabtp.%player%} to true
  7. wait 1 tick
  8. send "&bร‚ยป &fZostaniesz przeteleportowany za &c3 sekundy"
  9. wait 3 seconds
  10. set {_x} to random integer from 896 to 971
  11. set {_z} to random integer from -238 to -313
  12. set {_xyz} to the location at {_x}, 100, {_z}
  13. teleport player to {_xyz}
  14. set {zabtp.%player%} to false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement