21.05.2016, 13:22
Hm. You need to do a loop which is counting every players with the same faction. Like this :
PHP код:
new count=0;
for(new i=0; i<MAX_PLAYER; ++)
{
if(PlayerInfo[playerid][Faction] != Factionid) continue;
counter++;
}