Need help changing the IRC message but not the In-Game message.
#1

pawn Код:
{
        new string[128];
        format(string, sizeof string, "{BABABA}[%d]{FFFFFF} %s", playerid, text);
        SendPlayerMessageToAll(playerid, string);
        IRC_GroupSay(gGroupID, IRC_CHANNEL, string);
        IRC_GroupSay(gGroupID2, IRC_ADMINCHANNEL, string);
    }
When I use this it says the ID of a player like it should but in the IRC it shows up like this:

{BABABA}[%d]{FFFFFF} <And what I say>

It dont show my name and it shows the color code instead of a color and it dont show the ':' between the ID and the message I send.

Does anyone know how to fix this?
Reply


Messages In This Thread
Need help changing the IRC message but not the In-Game message. - by OleKristian95 - 07.04.2012, 03:58
Re: Need help changing the IRC message but not the In-Game message. - by Rob_Maate - 07.04.2012, 04:32
Re: Need help changing the IRC message but not the In-Game message. - by OleKristian95 - 07.04.2012, 12:14
Re: Need help changing the IRC message but not the In-Game message. - by OleKristian95 - 07.04.2012, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)