Lower playereyes

This commit is contained in:
Fesiug 2024-09-21 14:07:03 -04:00
parent 890b1c5b94
commit 5172dcb5d1
Signed by: Fesiug
GPG Key ID: 374BFF45E1EEF243
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ end
function GM:PlayerSpawn( ply ) function GM:PlayerSpawn( ply )
player_manager.SetPlayerClass( ply, "player_benny" ) player_manager.SetPlayerClass( ply, "player_benny" )
ply:SetViewOffset( Vector( 0, 0, 64 ) ) ply:SetViewOffset( Vector( 0, 0, 52 ) )
ply:SetViewOffsetDucked( Vector( 0, 0, 50 ) ) ply:SetViewOffsetDucked( Vector( 0, 0, 52 ) )
ply:Give( "itemhandler" ) ply:Give( "itemhandler" )
ply:Give( "goat_1" ) ply:Give( "goat_1" )