master
AlmTech 5 years ago
parent 892346db26
commit fa8ab8024b
  1. 2
      gamemode/core/server/sv_player_init.lua

@ -11,7 +11,7 @@ function GM:PlayerSpawn( ply )
ply:SetModel( "models/player/Group03/male_04.mdl" ) ply:SetModel( "models/player/Group03/male_04.mdl" )
if( !ply:GetModel() || !ply:GetModel() == "" ) then if( ply:GetModel() ~= nil ) then
ply:SetupHands() ply:SetupHands()
else else
Quantum.Error( tostring(ply) .. " doesn't have a valid model. Unable to set up hands!" ) Quantum.Error( tostring(ply) .. " doesn't have a valid model. Unable to set up hands!" )

Loading…
Cancel
Save