13.08.2012, 22:44
Put this in OnPlayerText
pawn Код:
if(PlayerInfo[playerid][pMuted] == 1)
{
SendClientMessage(playerid, COLOR_RED, "Ai mute nu poti vorbi!");
return 0; // it should be 0
}