When switching jobs in the darkrp f4 menu it doesn't automatically kill you and yes I turned norespawn to false and it still doesn't work. Switching it to true just makes it happen. How do I fix?
try adding this hook serverside
hook.Add("OnPlayerChangedTeam","_force respawn on change",function(ply,old,new)
ply:KillSilent()
end)
Sorry, you need to Log In to post a reply to this thread.