31.03.2014, 12:55
Hi, I am making derby system and I don't know how to read how many players have variable IsAlive[MAX_PLAYERS] on 1
GetAlivePlayers()
{
new xcount;
for(new pt = 0; pt < MAX_PLAYERS; pt++)
if(IsAlive[pt])
xcount++;
return xcount;
}