15.03.2013, 01:40
So the thing is like when I say something in chat with mask it shows real name too... How to disable that?
pawn Код:
if(PlayerInfo[playerid][pMaskuse] == 1)
{
format(string, sizeof(string), "Stranger[Masked_%d] Says: %s",MaskedName[playerid], text);
ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
DeteMole(playerid,string);
}