27.12.2014, 10:56
You may also change your stock function IsPlayerMuted to this.
pawn Код:
stock IsPlayerMuted(playerid)
{
if(Muted[playerid] == 1)
return 1;
return 0;
}