29.04.2017, 14:12
How To Code Color Radio , Not Hex Color
new string[100], playername[64];
GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
format(string,sizeof(string), "Radio: %s: Hello all i am testing the color of radio", playername);
SendClientMessageToAll(0xFFFF99FF, string);