[Pedido] Problema em banir.
#1

Boa noite.
Estou com um probleminha em meu servidor sobre o comando de banir o player, eu queria que cria-se um arquivo .ini, e quando o player fosse banido o nick dele aparecesse nesse .ini;

exemplo:

ForumSamp=1

Se o valor for igual a =1, ele nгo conseguiria entrar no servidor, ou seja, iria ser banido novamente...

Tentei fazer da seguinte maneira;
pawn Код:
new banido[MAX_PLAYER_NAME];
DOF2_SetInt("Banidos.ini", banido, 1);

OnPlayerConnect;

new str[128], conta[128], IP[128], string[190];
    if(DOF2_GetInt("Banidos.ini", nome(playerid)) == 0)
        {
    format(str, sizeof(str), "%s (%d) conectou-se ao servidor.", nome(playerid), playerid);
    SendClientMessageToAll(-1, str);
        }
    if(DOF2_GetInt("Banidos.ini", nome(playerid)) == 1)
        {
    format(string, sizeof(string), "Vocк estб banido do servidor!");
    SendClientMessage(playerid, -1, string);
    Kick(playerid); return 1;}
    GetPlayerIp(playerid, IP, sizeof(IP));
Mas nгo funfa :l
Alguйm poderia me ajudar a corrigir este cуdigo, caso esteja errado? ._.
Reply


Messages In This Thread
Problema em banir. - by Ley - 04.10.2012, 20:44
Re: Problema em banir. - by netogba - 04.10.2012, 20:47
Re: Problema em banir. - by MatheusAlcapone - 04.10.2012, 21:00
Re: Problema em banir. - by Ley - 04.10.2012, 22:05
Re: Problema em banir. - by Ley - 04.10.2012, 22:27
Re: Problema em banir. - by Ley - 04.10.2012, 22:52
Re: Problema em banir. - by netogba - 05.10.2012, 09:03
Re: Problema em banir. - by Ley - 05.10.2012, 15:19
Re: Problema em banir. - by .FuneraL. - 05.10.2012, 15:23
Re: Problema em banir. - by Ley - 05.10.2012, 15:45

Forum Jump:


Users browsing this thread: 1 Guest(s)