09.07.2011, 04:19
That is because you're stopping the code whether or not their muted.
This code checks if the player is not muted, and lets them send the default message. Remove this section of the code and the rest of the callbacks code will be executed.
pawn Код:
if(Mute[playerid] == 0)
{
return 1;
}