Mute System.
#3

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


Messages In This Thread
Mute System. - by HY - 27.12.2014, 10:42
Re: Mute System. - by AndySedeyn - 27.12.2014, 10:53
Re: Mute System. - by dominik523 - 27.12.2014, 10:56
Re: Mute System. - by Mic_H - 27.12.2014, 10:58

Forum Jump:


Users browsing this thread: 2 Guest(s)