mute cmd help
#6

Quote:
Originally Posted by Kinglee
Посмотреть сообщение
nope players can talk
you have defined in OnPlayerText Muted?

pawn Код:
if(PlayerInfo[playerid][Muted] == 1)
    {
        PlayerInfo[playerid][MuteWarnings]++;
        new string[128];
        if(PlayerInfo[playerid][MuteWarnings] < ServerInfo[MaxMuteWarnings]) {
            format(string, sizeof(string),"** You are muted, if you keep talking you shall be kicked. [%d/%d]", PlayerInfo[playerid][MuteWarnings], ServerInfo[MaxMuteWarnings] );
            SendClientMessage(playerid,red,string);
            } else {
            format(string, sizeof(string),"*** %s [%d] as been muted Kicked for exceeding!", pName(playerid), playerid);
            SendClientMessageToAll(red,string);
            SaveToFile("KickLog",string);
            SetTimerEx("DarKick", 300,0,"d",playerid);
        } return 0;
    }
This is something you make him an example and as you can !!
Reply


Messages In This Thread
mute cmd help - by Dangjai - 04.10.2014, 22:23
Respuesta: mute cmd help - by !R1Ch@rD! - 04.10.2014, 22:32
Re: Respuesta: mute cmd help - by Dangjai - 04.10.2014, 22:42
Respuesta: Re: Respuesta: mute cmd help - by !R1Ch@rD! - 04.10.2014, 22:43
Re: Respuesta: Re: Respuesta: mute cmd help - by Dangjai - 04.10.2014, 22:47
Respuesta: Re: Respuesta: Re: Respuesta: mute cmd help - by !R1Ch@rD! - 04.10.2014, 22:51
Re: mute cmd help - by Dangjai - 04.10.2014, 22:55
Respuesta: mute cmd help - by !R1Ch@rD! - 04.10.2014, 23:00
Re: mute cmd help - by Dangjai - 04.10.2014, 23:08
Re: mute cmd help - by MasonSFW - 05.10.2014, 01:24

Forum Jump:


Users browsing this thread: 4 Guest(s)