GetAlivePlayers(){ new xcount; for(new pt = 0; pt < MAX_PLAYERS; pt++) if(IsAlive[pt]) xcount++; return xcount;}