Problem with DIALOG STYLE TABLIST HEADER
#6

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=0i<MAX_PLAYER; ++)
{
    if(
PlayerInfo[playerid][Faction] != Factionid) continue;
    
counter++;

Reply


Messages In This Thread
Problem with DIALOG STYLE TABLIST HEADER - by DemME - 21.05.2016, 01:17
Re: Problem with DIALOG STYLE TABLIST HEADER - by DemME - 21.05.2016, 01:42
Re: Problem with DIALOG STYLE TABLIST HEADER - by Dayrion - 21.05.2016, 02:08
Re: Problem with DIALOG STYLE TABLIST HEADER - by izeatfishz - 21.05.2016, 02:41
Re: Problem with DIALOG STYLE TABLIST HEADER - by DemME - 21.05.2016, 11:14
Re: Problem with DIALOG STYLE TABLIST HEADER - by Dayrion - 21.05.2016, 13:22
Re: Problem with DIALOG STYLE TABLIST HEADER - by DemME - 22.05.2016, 12:55

Forum Jump:


Users browsing this thread: 1 Guest(s)