Quote:
Originally Posted by Evation
code;
Код:
if(PlayerInfo[playerid][pMasked] == 1)
{
new string[128];
format(string, sizeof(string)," Stranger: \%s\ ", text); // this is the error line
SendClientMessage(playerid, COLOR_WHITE, string);
return 0;
}
return 1;
}
|
This is the code for /mask chat, but do you have a normal chat also?