Echo things to IRC
#6

Yes I am 100% sure that it's possible. There is also a function:
pawn Код:
public OnPlayerText(playerid, text[])
{
    new name[MAX_PLAYER_NAME], ircMsg[256];
    GetPlayerName(playerid, name, sizeof(name));
    format(ircMsg, sizeof(ircMsg), "02[%d] 07%s: %s", playerid, name, text);
    IRC_GroupSay(gGroupID, IRC_CHANNEL, ircMsg);
    return 1;
}
But that's sending everything what you type in the mainchat. But not those commands like /ask
Reply


Messages In This Thread
Echo things to IRC - by Kingunit - 11.08.2011, 02:10
Re: Echo things to IRC - by Kingunit - 11.08.2011, 11:31
Re: Echo things to IRC - by TheArcher - 11.08.2011, 11:39
Re: Echo things to IRC - by Kingunit - 11.08.2011, 11:40
Re: Echo things to IRC - by TheArcher - 11.08.2011, 11:46
Re: Echo things to IRC - by Kingunit - 11.08.2011, 11:50
Re: Echo things to IRC - by TheArcher - 11.08.2011, 11:53
Re: Echo things to IRC - by Kingunit - 11.08.2011, 12:29
Re: Echo things to IRC - by Kingunit - 11.08.2011, 15:15

Forum Jump:


Users browsing this thread: 2 Guest(s)