30.04.2017, 06:29
Something like this
PHP код:
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);