Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. function CheckPos()
  2.     local pos = LocalPlayer():GetPos()
  3.    
  4.     if pos:WithinAABox( Vector(11026.662109, -2195.892822, -1400.968750), Vector(10629.968750, -1691.743774, -1900.309082) ) == true then
  5.         print("Worky")
  6.     end
  7. end
  8. hook.Add("Think", "CheckPos", CheckPos)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement