2023-09-13 22:15:43 -04:00
|
|
|
|
2023-09-23 22:51:35 -04:00
|
|
|
function GM:PlayerSpawn( ply )
|
|
|
|
player_manager.SetPlayerClass( ply, "player_benny" )
|
|
|
|
ply:SetModel( "models/player/combine_super_soldier.mdl" )
|
|
|
|
ply:SetPlayerColor( Vector( 0.275, 0.2, 0.145 ) )
|
2023-09-13 22:15:43 -04:00
|
|
|
ply:Give( "benny" )
|
|
|
|
end
|