Need help with MessageToAdmins
#1

I have two colors in my MessageToAdmins, one of them is grey for leave/join messages, others is for admin stuff, like admin chat.. but everytime someone disconnects and an admin use a cmd
it always says it in two colors

here is the code

pawn Код:
public MessageToAdmins(color, const string[])
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(PlayerInfo[i][pAdminLevel] >=1)
        {
        SendClientMessage(i, AdminColor, string);
        SendClientMessage(i, Grey, string);
        }
    }
    return 1;
}
and dont delete one of the colors i need them both .. please help
Reply


Messages In This Thread
Need help with MessageToAdmins - by xir - 08.01.2011, 07:58
Re: Need help with MessageToAdmins - by iggy1 - 08.01.2011, 08:03
Re: Need help with MessageToAdmins - by Ash. - 08.01.2011, 08:16
Re: Need help with MessageToAdmins - by xir - 08.01.2011, 08:23
Re: Need help with MessageToAdmins - by xir - 08.01.2011, 09:39
Re: Need help with MessageToAdmins - by Alex_Valde - 08.01.2011, 10:03
Re: Need help with MessageToAdmins - by DVDK - 08.01.2011, 10:08
Re: Need help with MessageToAdmins - by Kyosaur - 08.01.2011, 10:11
Re: Need help with MessageToAdmins - by Kwarde - 08.01.2011, 10:18
Re: Need help with MessageToAdmins - by xir - 08.01.2011, 10:22

Forum Jump:


Users browsing this thread: 2 Guest(s)