if(gTeam[playerid] == Zombie) zcount++;else if(gTeam[playerid] == Human) hcount++if(gTeam[playerid] == Human) if(hcount >= zcount) gTeam[playerid] = Zombie;