01.05.2012, 06:00
Код:
new IsPlayerInMaskMode[MAX_PLAYERS];//This will go under your /mask command.
//OnPlayerText...
if(IsPlayerInMaskMode[playerid] == 1)
{
//Show there message however you like it to.
}
else
{
//Show normal messages(Without mask)
}

