IRC Question
#3

Do you mean without a !say command? If so then just add this to your script -

Код:
public IRC_OnUserSay(botid, recipient[], user[], host[], message[])
{
    new string[128];
    format(string, sizeof(string), "[IRC] %s: %s", user, message);
    SendClientMessageToAll(YOUR_COLOR_HERE, string);
    return 1;
}
Reply


Messages In This Thread
IRC Question - by Blackazur - 20.01.2013, 22:21
Re: IRC Question - by LarzI - 20.01.2013, 22:35
Re: IRC Question - by [jS]Thomas - 20.01.2013, 22:40

Forum Jump:


Users browsing this thread: 1 Guest(s)