[DUV]Sobre Ban
#9

Obrigado a todos por tentar ajudar :P

No meu AdminScript tenho algo deste tipo

pawn Code:
dcmd_rban(playerid,params[])
{
    if(AccInfo[playerid][LoggedIn] == 1)
    {
        if(AccInfo[playerid][Level] >= 4)
        {
          new ip[128], Index;
          new tmp[256]; tmp = strtok(params,Index);
            new tmp2[256]; tmp2 = strtok(params,Index);
           
          if(!strlen(params)) return
            SendClientMessage(playerid, LIGHTBLUE2, "Digite: /rban [id] [Motivo]") &&
            SendClientMessage(playerid, orange, "[ERRO]:Insira o Id do jogador que quer dar rban");
            if(!strlen(tmp2)) return
            SendClientMessage(playerid, red, "[ERRO]: Motivo nгo especeficado!");
            new player1;
        new string[128];
            new playername[MAX_PLAYER_NAME];
            new adminname [MAX_PLAYER_NAME];
            player1 = strval(tmp);

            if(IsPlayerConnected(player1) && player1 != INVALID_PLAYER_ID && player1 != playerid && (AccInfo[player1][Level] != ServerInfo[MaxAdminLevel]))
             {
                GetPlayerName(player1, playername, sizeof(playername));
                GetPlayerName(playerid, adminname, sizeof(adminname));
                new year,month,day; getdate(year, month, day);
                new hour,minuite,second; gettime(hour,minuite,second);
                SendCommandToAdmins(playerid,"RBan");
                format(string,sizeof(string),"[INVICTADM]A Faixa de Ipґs do nosso amigo %s foi Eliminada pelo Administrador %s | Motivo: %s [Data: %d/%d/%d] [Hora: %d:%d] -|",playername,adminname,params[2],day,month,year,hour,minuite);
                SendClientMessageToAll(BlueMsg,string);
            new str[128];
                format(str,sizeof(str),"[INVICTADM]A Faixa de Ipґs do nosso amigo %s foi Eliminada pelo Administrador %s | Motivo: %s",playername,adminname,params[2]);
                SaveIn("BanLog",str);
                print(string);
                if(udb_Exists(PlayerName2(player1)) && AccInfo[player1][LoggedIn] == 1)
                dUserSetINT(PlayerName2(player1)).("Banned",1);
                GetPlayerIp(player1,ip,sizeof(ip));
          strdel(ip,strlen(ip)-2,strlen(ip));
        format(ip,128,"%s**",ip);
                format(ip,128,"banip %s",ip);
        SendRconCommand(ip);
                return 1;
            }
            else return ErrorMessages(playerid, 3);
        }
        else return ErrorMessages(playerid, 1);
    }
    else return SendClientMessage(playerid,red,"ERROR: You must be logged in to use this commands");
}
Testei apenas apareceu a mensagem que o jogador.......foi banido................Porem nгo o baniu......nгo sei se o codigo esta errado ou tenho que definir vбrios e mais provaveis ipґs o darkon deu exemplo de 187 aqui em portugal o meu й 85..sу se definir varios ex: 187,85....etc..nгo vejo outra soluзгo......

Mais uma vez obrigado a todos ._________.
Reply


Messages In This Thread
[DUV]Sobre Ban - by Regalado_xD - 04.05.2010, 19:49
Re: [DUV]Sobre Ban - by andmeida10 - 04.05.2010, 19:58
Re: [DUV]Sobre Ban - by Ambrуsio - 04.05.2010, 20:02
Re: [DUV]Sobre Ban - by Regalado_xD - 04.05.2010, 21:23
Re: [DUV]Sobre Ban - by ipsBruno - 04.05.2010, 21:31
Re: [DUV]Sobre Ban - by GhOsT[X] - 04.05.2010, 22:45
Re: [DUV]Sobre Ban - by BurrodaZero - 04.05.2010, 23:54
Re: [DUV]Sobre Ban - by russo666 - 05.05.2010, 00:10
Re: [DUV]Sobre Ban - by Regalado_xD - 05.05.2010, 00:25

Forum Jump:


Users browsing this thread: 3 Guest(s)