/mute help
#2

pawn Код:
public OnPlayerText(playerid, text[])
{
    if (Info[playerid][isMuted] > 0) {
        SendClientMessage(playerid, -1, "ERROR: An admin has muted you and you cannot chat.");
        return 0;
    }
    return 1;
}
Reply


Messages In This Thread
/mute help - by Sellize - 20.01.2013, 16:13
Re: /mute help - by [XST]O_x - 20.01.2013, 16:15
Re: /mute help - by DaRk_RaiN - 20.01.2013, 16:21

Forum Jump:


Users browsing this thread: 1 Guest(s)