IRC HELP PLS
#1

Hello,I want to know how to Chat on IRC means IRC to Game.
I Can See Player Chat on my channel but i don't know how do i send a msg to them ?
I tried-
/say
!msg
@msg
#msg <= stupid but i tried
etc
Any Help ?
I Keep Hunting in my GM but I failed to Found the CMD but Its Possible that my GM already have that CMD.
How do I know ?
Reply
#2

Try downloading an irc plugin..
Reply
#3

Mabye you didn't script yet your irc Commands.
Reply
#4

Yep ! I Have to Script a IRC Chat Command.
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)