22.05.2011, 21:26
Quote:
So I would change "%s" for "%i", even though I did that and it made it now say "0 accent".
|
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;
}