14.04.2012, 21:48
I Was wondering, how Can I use hex codes to change my ingame text colour ?,I Used to do It, but forgot how :/.
{FF0000}Hello all!
public OnPlayerText(playerid,text[])
{
SendPlayerMessageToAll(playerid,text);
return 0;
}