06.10.2013, 22:10
pawn Code:
new string[128]; format(string,sizeof(string),"Administrator \"%s\" has killed all players", pName(playerid) );
IRC_GroupSay(groupID, IRC_CHANNEL, string);
How can I change the color for this at the IRC?
new string[128]; format(string,sizeof(string),"Administrator \"%s\" has killed all players", pName(playerid) );
IRC_GroupSay(groupID, IRC_CHANNEL, string);
new string[128]; format(string,sizeof(string),"Administrator \"%s\" has killed all players", pName(playerid) ); IRC_GroupSay(groupID, IRC_CHANNEL, string); |
new string[128]; format(string,sizeof(string),"{FFD700}Administrator \"%s\" has killed all players", pName(playerid) );
IRC_GroupSay(groupID, IRC_CHANNEL, string);