Is this possible?
#5

Something like:
pawn Код:
public ABroadCast(color,const string[])
{
    foreach(new i : Player)
    {
            if (PlayerInfo[i][pAdmin] >= 1)
            {
                SendClientMessage(i, color, string);
            }
    }
    return 1;
}
Basically you would make the string, and then send it to admins like this:
pawn Код:
format(string, 256, "[Winning]: [%d]%s has won $%d",playerid, playername,money);
ABroadCast(COLOR_RED,string);
Reply


Messages In This Thread
Is this possible? - by JeffDiamond - 19.11.2013, 19:46
Re: Is this possible? - by whando - 19.11.2013, 19:48
Re: Is this possible? - by JeffDiamond - 19.11.2013, 19:50
AW: Is this possible? - by Skimmer - 19.11.2013, 20:08
Re: Is this possible? - by DJ_Shocker - 19.11.2013, 20:09
Re: AW: Is this possible? - by JeffDiamond - 19.11.2013, 20:19
Re: Is this possible? - by -Prodigy- - 19.11.2013, 20:21
Re: Is this possible? - by JeffDiamond - 19.11.2013, 20:38
Re: Is this possible? - by DJ_Shocker - 19.11.2013, 21:53

Forum Jump:


Users browsing this thread: 1 Guest(s)