Advertisement
Guest User

startup.lua

a guest
Jul 21st, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. while true do
  2. a = commands.exec("/testfor @a[r=3]")
  3. if a == true
  4. then
  5. commands.exec("/tp @p 38 85 -1103")
  6. end
  7.  
  8.  
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement