Don't do that stuff in noclip

This commit is contained in:
Fesiug 2023-10-09 17:05:50 -04:00
parent 424c5e1033
commit def581f73e
1 changed files with 1 additions and 1 deletions

View File

@ -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