How to count how much players in a faction
#5

new count = 0;

foreach(Player, i)
{
if(PlayerData[i][pFaction] == factionid)
{
count++;
}
}
Reply


Messages In This Thread
How to count how much players in a faction - by DemME - 22.05.2016, 23:41
Re: How to count how much players in a faction - by Stinged - 23.05.2016, 03:55
Re: How to count how much players in a faction - by Banana_Ghost - 23.05.2016, 03:58
Re: How to count how much players in a faction - by Abagail - 23.05.2016, 04:17
Re: How to count how much players in a faction - by Nin9r - 23.05.2016, 08:17
Re: How to count how much players in a faction - by DemME - 23.05.2016, 12:22

Forum Jump:


Users browsing this thread: 2 Guest(s)