[AJUDA] Anti-Flood Comandos!
#1

Alguйm poderia me ajuda com um anti flood comandos? por favor, serei muito grato.

Obrigado
Reply
#2

Da para ser mais especifico ?
Reply
#3

Topo do gamemode
pawn Код:
forward antiflood(playerid);
new antiflood[MAX_PLAYERS];
Final ou com as outras publics.
pawn Код:
public antiflood(playerid)
{
    if(IsPlayerConnected(playerid))
    {
        if(antiflood[playerid] == 1)
        {
            antiflood[playerid] = 0;
        }
    }
    return true;
}
Exemplo
Topo do gamemode
pawn Код:
forward antiflood(playerid);
new antiflood[MAX_PLAYERS];
Final ou com as outras publics.
pawn Код:
public antiflood(playerid)
{
    if(IsPlayerConnected(playerid))
    {
        if(antiflood[playerid] == 1)
        {
            antiflood[playerid] = 0;
        }
    }
    return true;
}
Exemplo

Topo do gamemode
pawn Код:
forward antiflood(playerid);
new antiflood[MAX_PLAYERS];
Final ou com as outras publics.
pawn Код:
public antiflood(playerid)
{
    if(IsPlayerConnected(playerid))
    {
        if(antiflood[playerid] == 1)
        {
            antiflood[playerid] = 0;
        }
    }
    return true;
}
Comando com o anti-flood
pawn Код:
if(strcmp(cmd, "/oiantiflood", true) == 0)
    {
        if(antiflood[playerid] == 1)
        {
                   SendClientMessage(playerid, -1, " Aguarde 5 segundos...");
                   return 1;
        }
        else if(antiflood[playerid] == 0)
        {
                   SendClientMessage(playerid, -1, " Oi -q ");
                   antiflood[playerid] = 1;
                   SetTimerEx("antiflood", 5000, false, "i", playerid);
                   return true;
        }
        return 1;
    }
Nгo testei, mas tenta ae D:
Reply
#4

Vlw Erick '-'

10 exemplos -qq
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)