counting
#3

pawn Код:
GetAlivePlayers()
{
    new xcount;
    for(new pt = 0; pt < MAX_PLAYERS; pt++)
        if(IsAlive[pt])
            xcount++;
    return xcount;
}
Reply


Messages In This Thread
counting - by CroM256 - 31.03.2014, 12:55
Re: counting - by NEXT0LIFE0RP - 31.03.2014, 13:23
Re: counting - by PT - 31.03.2014, 13:30

Forum Jump:


Users browsing this thread: 2 Guest(s)