How to fix this CMD:
#2

pawn Код:
new IsMuted[MAX_PLAYERS];
<-- on top of your script
pawn Код:
IsMuted[playerid] = 1; // In mute command
pawn Код:
public OnPlayerText(playerid, text)
{
    If(IsMuted[playerid] == 1)
    {
        SendClientMessage(playerid, -1, "You can't speak while muted");
     }
     Return 0;
}
Reply


Messages In This Thread
How to fix this CMD: - by Super_Panda - 11.10.2011, 19:52
Re: How to fix this CMD: - by Max_Coldheart - 11.10.2011, 20:01

Forum Jump:


Users browsing this thread: 2 Guest(s)