Factions
#2

try something like

pawn Код:
public SendRadioMessage(member, color, string[])
{
    foreach(Player, i)
    {
        if(IsPlayerConnected(i))
        {
            if(PlayerInfo[i][pFaktion] == member)
            {
                SendClientMessage(i, color, string);
            }
        }
    }
}
Reply


Messages In This Thread
Factions - by CallumDaBest - 06.03.2014, 15:26
Re: Factions - by BigBrainAFK - 06.03.2014, 15:40
Re: Factions - by HK - 06.03.2014, 15:40
Re: Factions - by XK - 06.03.2014, 15:54

Forum Jump:


Users browsing this thread: 2 Guest(s)