07.04.2012, 03:58
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);
}
{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?
