[HELP]My commands do no show in console
#3

Here you go :
pawn Код:
public SendCmdMessage(color, string[])
{
    new string2[256];
    format(string2, sizeof(string2), "NOTICE @#pombear %s", string);
    print(string2);
    //ircSendRawData(EchoConnection, string2);
    for(new i = 0; i <= MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i) == 1 && Snoop[i] == 1)
        {
            SendClientMessage(i, color, string);
        }
    }
}
Reply


Messages In This Thread
[HELP]My commands do no show in console - by [Aka]Dragonu - 04.12.2010, 16:34
Re: [HELP]My commands do no show in console - by Mike Garber - 04.12.2010, 16:41
Re: [HELP]My commands do no show in console - by [Aka]Dragonu - 04.12.2010, 16:44

Forum Jump:


Users browsing this thread: 1 Guest(s)