[Pedido] Ant Flood
#1

Eu queria dar permissгo pra adm logado na rcon Flodar o quanto quiser sem interrupзхes. Eu sou novo e nao sei como fazer. O Ant flood й esse ai.
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if((gettime() - FloodComandos[playerid]) < 1)
	{
	    SCM(playerid, COR_ERRO, "[ERRO] Aguarde 1 segundos para digitar novamente!");
	    FloodVezes[playerid]++;
	    return 1;
	}
	FloodVezes[playerid] = 0;
	FloodComandos[playerid] = gettime();


    new cmd[500];
	new idx;
	new tmp[500];
	new giveplayer[MAX_PLAYER_NAME+1];
	new sendername[MAX_PLAYER_NAME+1];
	new giveplayerid;
	new string[500];
	new dancestyle;
Reply


Messages In This Thread
Ant Flood - by Raridade - 21.12.2017, 11:50
Re: Ant Flood - by RodrigoMSR - 21.12.2017, 11:52
Re: Ant Flood - by Raridade - 21.12.2017, 11:56

Forum Jump:


Users browsing this thread: 1 Guest(s)