IRC problem
#8

Quote:
Originally Posted by Kingunit
Посмотреть сообщение
If that works - then the plugin is installed correct. Hmm try this exactly, since it's works on my server:
pawn Код:
IRCCMD:say(botid, channel[], user[], host[], params[])
{
    if (IRC_IsVoice(botid, channel, user))
    {
        if (!isnull(params))
        {
            new msg[128];
            format(msg, sizeof(msg), "02*** %s on IRC: %s", user, params);
            IRC_GroupSay(gGroupID, channel, msg);
            format(msg, sizeof(msg), "*** %s on IRC: %s", user, params);
            SendClientMessageToAll(0x0000FFFF, msg);
        }
    }
    return 1;
}
I have the same code, this is the problem
Reply


Messages In This Thread
IRC problem - by [WoF]Sonny - 14.09.2011, 13:09
Re: IRC problem - by Kingunit - 14.09.2011, 13:28
Re: IRC problem - by [WoF]Sonny - 14.09.2011, 13:35
Re: IRC problem - by Kingunit - 14.09.2011, 13:46
Re: IRC problem - by Baboon - 14.09.2011, 14:00
Re: IRC problem - by [WoF]Sonny - 14.09.2011, 14:13
Re: IRC problem - by Kingunit - 14.09.2011, 14:19
Re: IRC problem - by [WoF]Sonny - 14.09.2011, 14:26

Forum Jump:


Users browsing this thread: 2 Guest(s)