[Ajuda] Anti-Proxy/VPN nгo funciona
#3

Funcionou, mas nгo ta dando Spawn no player
PHP код:
public MyHttpResponse(playeridresponse_codedata[])
{
    new 
name[MAX_PLAYERS],string[256];
    new 
ip[16];
    
GetPlayerName(playeridnamesizeof(name));
    
GetPlayerIp(playeridipsizeof ip);
    if(
strcmp(ip"127.0.0.1"true) == 0)
    {
        if(
gPlayerLogged[playerid] == && NaoPodeLogar[playerid] == 0)
        {
            if(
isPlayerRegistered(pName[playerid]))
            {
                
showDialogLogin(playerid);
            }
            else
            {
                
showDialogRegister(playerid);
            }
            
printf("Nao contem proxy !");
        }
        return 
1;
    }
    if(
response_code == 200)
    {
        if(
strcmp(data"N"true) == 0)
        {
            if(
gPlayerLogged[playerid] == && NaoPodeLogar[playerid] == 0)
            {
                if(
isPlayerRegistered(pName[playerid]))
                {
                    
showDialogLogin(playerid);
                }
                else
                {
                    
showDialogRegister(playerid);
                }
                
SetSpawnInfo(playeridplayerid+1PlayerInfo[playerid][pSkin],1191.8226, -1744.047613.58020.0, -1, -1, -1, -1, -1, -1);
                
SetPlayerPos(playerid1243.2336, -1694.1256,16.1976);
                
printf("Nao contem proxy !");
            }
        }

        else if(
strcmp(data"Y"true) == 0)
        {
            
SendClientMessage(playeridCOLOR_LIGHTRED"[ANTI-PROXY]: Proxy Detectado, desligue seu Proxy/VPN senao ira ser kickado !");

            
format(stringsizeof(string), "[ANTI-PROXY] Player %s foi kickado por suspeita de Proxy/VPN"pName[playerid]);
            
ABroadCast(COLOR_LIGHTREDstring1);
            
printf("Proxy Detectado !");
            
SetTimerEx("DelayedKick"100false"i"playerid);
        }

        else if(
strcmp(data"X"true) == 0)
        {
            
printf("WRONG IP FORMAT");
        }
        else
        {
            
printf("The request failed! The response code was: %d"response_code);
        }
    }
    return 
1;

Reply


Messages In This Thread
Anti-Proxy/VPN nгo funciona - by WiliHacking - 12.02.2019, 19:32
Re: Anti-Proxy/VPN nгo funciona - by ipsLuan - 12.02.2019, 19:52
Re: Anti-Proxy/VPN nгo funciona - by WiliHacking - 12.02.2019, 20:47
Re: Anti-Proxy/VPN nгo funciona - by ipsLuan - 12.02.2019, 20:52
Re: Anti-Proxy/VPN nгo funciona - by WiliHacking - 12.02.2019, 21:03

Forum Jump:


Users browsing this thread: 1 Guest(s)