Switch player to metrocop, thinner

This commit is contained in:
Fesiug 2023-11-01 23:24:25 -04:00
parent 7f0d59ccc8
commit 5391d4557b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
function GM:PlayerSpawn( ply )
player_manager.SetPlayerClass( ply, "player_benny" )
ply:SetModel( "models/player/combine_super_soldier.mdl" )
ply:SetModel( "models/player/police.mdl" )
ply:SetViewOffset( Vector( 0, 0, 64 ) )
ply:SetViewOffsetDucked( Vector( 0, 0, 50 ) )
ply:SetPlayerColor( Vector( 0.275, 0.2, 0.145 ) )