[PEDIDO] Anti-Flood Comandos +Rep.
#4

substitui essa parte:
pawn Код:
if(!strcmp(ComandoAtual, Comandos[playerid], true) && strlen(Comandos[playerid]))
    {
        FloodComandos[playerid]++;
        SendClientMessage(playerid, 0x33CCFFAA, "Proibido flood em comandos !");
        if(FloodComandos[playerid] == 3)
        {
            Comandos[playerid] = ("");
            FloodComandos[playerid] = 0;
            new STR[65];
            new NickName[MAX_PLAYER_NAME];
            GetPlayerName(playerid, NickName, MAX_PLAYER_NAME);
            format(STR, 65, "%s Foi kickado por floodar nos comandos!", NickName);
            SendClientMessageToAll(0xFF0000AA, STR);
            Kick(playerid);
        }
        return 1;
    }
    else
    {
        FloodComandos[playerid] = 0;
    }
    format(Comandos[playerid], 20, "%s", ComandoAtual);
por essa:
pawn Код:
if(!strcmp(ComandoAtual, Comandos[playerid], true) && strlen(Comandos[playerid]))
    {
       timerzerar[playerid] = SetTimerEx("zerarcmd",5000,false, "i",playerid);
        FloodComandos[playerid]++;
        SendClientMessage(playerid, 0x33CCFFAA, "Proibido flood em comandos !");
        if(FloodComandos[playerid] == 3)
        {
            Comandos[playerid] = ("");
            FloodComandos[playerid] = 0;
            new STR[65];
            new NickName[MAX_PLAYER_NAME];
            GetPlayerName(playerid, NickName, MAX_PLAYER_NAME);
            format(STR, 65, "%s Foi kickado por floodar nos comandos!", NickName);
            SendClientMessageToAll(0xFF0000AA, STR);
            Kick(playerid);
        }
        return 1;
    }
    else
    {
        FloodComandos[playerid] = 0;
    }
    format(Comandos[playerid], 20, "%s", ComandoAtual);
e no final do gm:

pawn Код:
forward zerarcmd(playerid);
public zerarcmd(playerid)
{
    if(FloodComandos[playerid] < 3)
    {
    KillTimer(timerzerar[playerid]);
    FloodComandos[playerid] = 0;
    }
   
}
e no comeзo do gm:
pawn Код:
new timerzerar[MAX_PLAYERS];
Bom, nгo testei, mais acho q isso resolve. ^^

@edit, sorry nгo tinha visto o do ricop ^^ hehe
Reply


Messages In This Thread
[PEDIDO] Anti-Flood Comandos +Rep. - by Gustavo_z - 18.03.2012, 01:46
Re: [PEDIDO] Anti-Flood Comandos +Rep. - by Gustavo_z - 18.03.2012, 23:45
Re: [PEDIDO] Anti-Flood Comandos +Rep. - by Ricop522 - 19.03.2012, 02:19
Re: [PEDIDO] Anti-Flood Comandos +Rep. - by steeldark - 19.03.2012, 02:27
Re: [PEDIDO] Anti-Flood Comandos +Rep. - by GuiihCamargo - 19.03.2012, 03:33
Re: [PEDIDO] Anti-Flood Comandos +Rep. - by DarkScripter - 19.03.2012, 03:40
Re: [PEDIDO] Anti-Flood Comandos +Rep. - by Gustavo_z - 19.03.2012, 20:38
Re: [PEDIDO] Anti-Flood Comandos +Rep. - by Gustavo_z - 24.03.2012, 14:54
Re: [PEDIDO] Anti-Flood Comandos +Rep. - by rjjj - 24.03.2012, 15:34
Re: [PEDIDO] Anti-Flood Comandos +Rep. - by Gustavo_z - 24.03.2012, 17:00

Forum Jump:


Users browsing this thread: 1 Guest(s)