21.06.2014, 09:58
Код:
new pname[24], str[128];
new string[128];
GetPlayerName(playerid,pname,sizeof(pname));
strreplacee(pname, '_',' ');
format(str, sizeof(str), "%s says: %s", pname, text);
ProxDetector(30.0, playerid, str, COLOR_FADE1, COLOR_FADE2, COLOR_FADE3, COLOR_FADE4, COLOR_FADE5);
Example
PlayerColor = Green
And will be like this
George says: Testing

