15.09.2012, 00:55
Код:
public OnPlayerText(playerid, text[]) <<<<<<<< where this script iz implemented new string[128]; if(strlen(PlayerInfo[playerid][pAccent])) format(string, sizeof(string), "%s says: [%s Accent] %s", RPN(playerid), PlayerInfo[playerid][pAccent], text); else format(string, sizeof(string), "%s says: %s", pname(playerid), text); SendNearbyMessage(playerid, 10, string, COLOR_FADE1, COLOR_FADE2, COLOR_FADE3, COLOR_FADE4, COLOR_FADE5);