06.03.2014, 19:54
Try this.
EDIT: Put it at the top of the callback, under GetPlayerAccent.
pawn Код:
if(PlayerInfo[playerid][pMask] == 1)
{
format(string, sizeof(string), "%s Stranger says: %s", accent, text);
ProxDetector(20.0, playerid,string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
SetPlayerChatBubble(playerid,text,COLOR_WHITE,20.0,5000);
return 0;
}