Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. function Teleport(pl,cmd,args)
  2.     local Trace = pl:GetEyeTrace()
  3.     local Pos = Trace.HitPos
  4.     pl:SetPos(Pos)
  5. end
  6. concommand.Add("Teleport",Teleport)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement