[Ajuda] Comando /ban
#5

Crie um arquivo numerando todos os IPs que vocк baniu e quando o player logar verifique o IP dele com os banidos. Exemplo:

pawn Код:
// No comando
    new ip[16];
    GetPlayerIp(id_do_banido, ip, 16);
    new File:f = fopen(ip, io_write);
    fclose(f);

// Ao conectar

    new ip[16];
    GetPlayerIp(playerid, ip, 16);
    if(fexist(ip)) return Ban(playerid);
Reply


Messages In This Thread
Comando /ban - by Diego54 - 06.02.2018, 17:28
Re: Comando /ban - by GuilhermeW - 06.02.2018, 17:38
Re: Comando /ban - by Cycle - 06.02.2018, 17:52
Re: Comando /ban - by Diego54 - 06.02.2018, 19:16
Re: Comando /ban - by JohnBlack - 06.02.2018, 20:03
Re: Comando /ban - by Diego54 - 07.02.2018, 00:02

Forum Jump:


Users browsing this thread: 1 Guest(s)