Payday fraction
#3

Код:
stock countFactionMembers(factionid)
{
	new count;
	foreach(Player, i)
	{
		if(pl[i][pMember] == factionid || pl[i][pLeader] == factionid)
		{
			count++;
		}
	}
	return count;
}

	for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(pl[i][pMember]==number||pl[i][pLeader]==number)
        {
        	GivePlayerMoney(i, money/countFactionMembers(number));
        }
        
    }
Reply


Messages In This Thread
Payday fraction - by EvgeniyHostel1992 - 25.03.2018, 11:33
Re: Payday fraction - by kovac - 25.03.2018, 11:42
Re: Payday fraction - by XVlaDX - 25.03.2018, 11:50
Re: Payday fraction - by EvgeniyHostel1992 - 25.03.2018, 11:51
Re: Payday fraction - by EvgeniyHostel1992 - 25.03.2018, 11:58
Re: Payday fraction - by XVlaDX - 25.03.2018, 12:00
Re: Payday fraction - by kovac - 25.03.2018, 12:01
Re: Payday fraction - by EvgeniyHostel1992 - 25.03.2018, 12:03
Re: Payday fraction - by kovac - 25.03.2018, 12:22
Re: Payday fraction - by XVlaDX - 25.03.2018, 19:13

Forum Jump:


Users browsing this thread: 2 Guest(s)