IRC problem
#7

Quote:
Originally Posted by [WoF]Sonny
Посмотреть сообщение
This works and I already have that, problem is, the server dont send that msg to ingame players
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;
}
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)