Quote:
Originally Posted by ddnbb
Try this:
pawn Код:
public OnPlayerText(playerid, text[]) { new str[128]; format(str, sizeof(str), "%s says [%s accent]: %s", PlayerName(playerid), PlayerInfo[playerid][pAccent],text[1]); ProxDetector(10.0, playerid, str, COLOR_GREY, COLOR_GREY, COLOR_GREY, COLOR_GREY, COLOR_GREY); print(str); return 0; }
|
You must be attempting to get your post count up as this does nothing to my Accent problem, it actually removes the first letter I use, Example: "Luis [American accent]:
kk." it removes the red "k".