Mute Command
#2

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(Muted[playerid] == 1)
    {
    SendClientMessage(playerid,COLOR_RED,"You are muted. You can`t chat");
    return 0; // important must be 0
    }
    return 1;
}
Reply


Messages In This Thread
Mute Command - by Alex_Obando - 14.03.2011, 22:53
AW: Mute Command - by xerox8521 - 14.03.2011, 23:12
Respuesta: Mute Command - by Alex_Obando - 14.03.2011, 23:28
Re: Mute Command - by antonio112 - 14.03.2011, 23:43

Forum Jump:


Users browsing this thread: 1 Guest(s)