IRC HELP PLS
#5

pawn Код:
IRCCMD:msg(botid, channel[], user[], host[], params[])
{
        // Check if the user entered any text
        if (!isnull(params))
        {
            // Echo the formatted message
            new msg[112];
            format(msg,sizeof(msg), "(IRC) %s: %s", user, params);
            SendClientMessageToAll(COLOR_LIGHTBLUE, msg);
            format(msg, sizeof(msg),"(IRC) %s: %s", user, params);
            Say(channel,msg);
        }
    return 1;
}
- SFCRRPG compatible.
Reply


Messages In This Thread
IRC HELP PLS - by Adarsh007 - 15.11.2014, 07:06
Re: IRC HELP PLS - by Skully82 - 15.11.2014, 07:22
Re: IRC HELP PLS - by Team_PRO - 15.11.2014, 08:02
Re: IRC HELP PLS - by Adarsh007 - 15.11.2014, 15:52
Re: IRC HELP PLS - by biker122 - 15.11.2014, 16:12

Forum Jump:


Users browsing this thread: 1 Guest(s)