03.03.2010, 22:19
this....
pawn Код:
public OnPlayerText(playerid, text[])
{
if(PlayerData[playerid][Muted] == 1)
{
SendClientMessage(playerid, COLOR_RED, "You are muted and cannot talk.");
return 0;
}
return true;
}