[Ajuda] IP!
#2

Quote:
Originally Posted by CSSDean
Посмотреть сообщение
Olб eu tenho um comando que vк o IP do jogador,porem o IP й o ipv4,nгo o ip do PC,alguem poderia me ajudar a puxar o ip do pc do jogador? grato!

cmd:

PHP код:
dcmd_ip(playerid,params[]) {
    if(
PlayerInfo[playerid][Level] >= 2) {
        if(!
strlen(params)) return SendClientMessage(playeridred"| ERRO | Digite: /IP [ID]");
        new 
player1 strval(params), string[128];
        if(
PlayerInfo[player1][Level] == ServerInfo[MaxAdminLevel] && PlayerInfo[playerid][Level] != ServerInfo[MaxAdminLevel]) return SendClientMessage(playerid,red,"| ERRO |  Voce deve ser admin de nivel maior");
        if(
IsPlayerConnected(player1) && player1 != INVALID_PLAYER_ID) {
            
CMDMessageToAdmins(playerid,"IP");
            new 
tmp3[50]; GetPlayerIp(player1,tmp3,50);
            
format(string,sizeof(string),"{1E90FF}Jogador(a): {FFFFFF}%s\n{1E90FF}IP: {FFFFFF}%s\n\n{7CFC00}Caso queirб banir o IP do mesmo use /Banip [IP]\n{20B2AA}Lembre-se tenha um motivo valido para o banimento.\n "pName(player1), tmp3);
            return 
ShowPlayerDialog(playerid1000DIALOG_STYLE_MSGBOX"{FF0000}IP!",string"Fechar""");
        } else return 
SendClientMessage(playerid,red,"| ERRO | Jogador(a) nгo Conectado(a)!");
    } else return 
SendClientMessage(playerid,red,"| ERRO | Comando Invalido!  /Comandos");

Atй onde eu sei, o que vocк estб querendo nгo й possнvel de ser feito (pelo menos nгo com as funзхes nativas SA-MP).
Reply


Messages In This Thread
IP! - by CSSDean - 17.04.2018, 18:30
Re: IP! - by JohnBlack - 17.04.2018, 18:40
Re: IP! - by uliano - 17.04.2018, 18:43
Re: IP! - by JohnBlack - 17.04.2018, 18:51
Re: IP! - by F1N4L - 17.04.2018, 19:01
Re: IP! - by uliano - 17.04.2018, 19:08
Re: IP! - by F1N4L - 17.04.2018, 19:31
Re: IP! - by RodrigoMSR - 17.04.2018, 19:54
Re: IP! - by FabioGTP - 17.04.2018, 20:50
Re: IP! - by F1N4L - 17.04.2018, 20:51

Forum Jump:


Users browsing this thread: 3 Guest(s)