Players Faction Online
#4

Maybe something like this?

pawn Код:
stock GetFacCount(fid)
{
    new count;
    foreach(Player, i) {
     if(pInfo[i][pFaction] == fid) count++;
     return count; }
    return 0;
}
Untested.
Reply


Messages In This Thread
Players Faction Online - by Steveproxy5 - 02.08.2014, 21:01
Re: Players Faction Online - by babecka - 02.08.2014, 21:03
Re: Players Faction Online - by Steveproxy5 - 02.08.2014, 21:10
Re: Players Faction Online - by Abagail - 02.08.2014, 21:13
Respuesta: Re: Players Faction Online - by Zume - 02.08.2014, 21:24
Re: Players Faction Online - by Steveproxy5 - 02.08.2014, 21:29
Respuesta: Re: Players Faction Online - by Zume - 02.08.2014, 21:40
Re: Players Faction Online - by Steveproxy5 - 02.08.2014, 22:11

Forum Jump:


Users browsing this thread: 3 Guest(s)