[Ajuda] Tela de login nгo aparece
#1

Eu peguei esse Anti-Proxy e estou tentando adaptar ele no GameMode, mas nгo ta aparecendo o login
PHP код:

stock startLogin
(playerid)
{
    new 
File[50];
    
format(Filesizeof(File), "Contas/%s.ini"PlayerName(playerid));
    if(!
DOF2_FileExists(File))
    {
        
showDialogRegister(playerid);
    }
    else if(
DOF2_FileExists(File))
    {
        
showDialogLogin(playerid);
    }
    return 
1;
}
forward MyHttpResponse(playeridresponse_codedata[]);
public 
MyHttpResponse(playeridresponse_codedata[])
{
    new 
string[256], ip[16], name[MAX_PLAYERS];
    
GetPlayerName(playeridnamesizeof(name));
    
GetPlayerIp(playeridipsizeof ip);
    if(
strcmp(ip"127.0.0.1"true) == 0)
    {
        
format(string256"[LOCAL-HOST] %s(%d) entrou no servidor."nameplayerid);
        
SendClientMessageToAll0x09F7DFC8string);
        return 
1;
    }
    if(
response_code == 200)
    {
        if(
strcmp(data"N"true) == 0) {
            
startLogin(playerid);
        }
        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"name);
            
SendClientMessageToAll(COLOR_LIGHTREDstring);
            
printf("Proxy Detectado !");
            
SetTimerEx("DelayedKick"100false"i"playerid);
        }
        else if(
strcmp(data"X"true) == 0) {
            
printf("Formato de IP errado !");
        }
        else {
            
printf("A solicitaзгo falhou! O cуdigo de resposta foi: %d"response_code);
        }
    }
    return 
1;
}
Se alguйm puder ajudaragradeзo
Reply


Messages In This Thread
Tela de login nгo aparece - by SmokeKiLL - 02.03.2019, 17:14
Re: Tela de login nгo aparece - by Felipealves - 02.03.2019, 17:24
Re: Tela de login nгo aparece - by SmokeKiLL - 02.03.2019, 17:26
Re: Tela de login nгo aparece - by Felipealves - 02.03.2019, 17:38
Re: Tela de login nгo aparece - by SmokeKiLL - 02.03.2019, 17:42
Re: Tela de login nгo aparece - by SmokeKiLL - 04.03.2019, 02:00
Re: Tela de login nгo aparece - by ipsLuan - 04.03.2019, 10:27

Forum Jump:


Users browsing this thread: 1 Guest(s)