GM.Config.norespawn is set to false, but im not autodie when i pick the job
try adding this to your serverside code
hook.Add("OnPlayerChangedTeam","respawn_on_change",function(ply,old,new)
if not GAMEMODE.Config.norespawn then
ply:KillSilent()
end
end)
Sorry, you need to Log In to post a reply to this thread.