Don't do that stuff in noclip
This commit is contained in:
parent
424c5e1033
commit
def581f73e
|
@ -52,7 +52,7 @@ hook.Add( "CreateMove", "CamFuck", function( cmd )
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if true then -- FPS cam
|
if true and LocalPlayer():GetMoveType() != MOVETYPE_NOCLIP then -- FPS cam
|
||||||
local p = LocalPlayer()
|
local p = LocalPlayer()
|
||||||
|
|
||||||
local opos, ang = p:EyePos(), TPSOverride
|
local opos, ang = p:EyePos(), TPSOverride
|
||||||
|
|
Loading…
Reference in New Issue