Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local distance = 100000
- hook.Remove("CalcView", "footsteps")
- local offset = Vector(1,1,1)*distance
- hook.Add("CalcView",1,function(ply, pos)
- return
- {
- znear = distance/2,
- zfar = distance*2,
- fov = 0.2,
- origin =
- pos + offset,
- angles = (pos - (pos + offset)):Angle()
- }
- end)
Advertisement
Add Comment
Please, Sign In to add comment