public fw_Player_Spawn(id) { if(!g_AllowInfection) { CurePlayer(id, 0) } if(Get_BitVar(g_IsZombie, id) && g_AllowRespawn) { InfectPlayer(id, 0) } }