Help please
#2

pawn Код:
SendAdminMessage(color, text[])
{
    foreach(Player, i)
    {
        if (Playerinfo[i][pAdminLevel] >= 1)
        {
            SendClientMessage(i, color, text);
        }
    }
    return 0;
}
Put that somewhere outside a callback, then change the messages that needs to be sended to an admin with
SendAdminMessage(color, string);
Reply


Messages In This Thread
Help please - by bartje01 - 27.06.2011, 11:39
Re: Help please - by Wesley221 - 27.06.2011, 11:46
Re: Help please - by bartje01 - 27.06.2011, 12:05
Re: Help please - by WooTFTW - 27.06.2011, 12:07
Re: Help please - by Wesley221 - 27.06.2011, 12:07
Re: Help please - by bartje01 - 27.06.2011, 12:16

Forum Jump:


Users browsing this thread: 1 Guest(s)