[Ajuda] Alguem Sabe Esse Bug
#5

Quote:
Originally Posted by caption
Посмотреть сообщение
Код:
 error 017: undefined symbol "GetPlayerIP"
 error 076: syntax error in the expression, or invalid function call
pawn Код:
public OnPlayerConnect(playerid)
{
    new IPJogador[16], NomeJogador[MAX_PLAYER_NAME];
    GetPlayerName(playerid, NomeJogador, 128);
    GetPlayerIp(playerid, IPJogador, sizeof IPJogador);
    OnReverseDNS(IPJogador, GetPlayerHost(playerid), NomeJogador);
    return 1;
}

public OnReverseDNS(ip[], host[], extra)
{
        if(strfind(host,"anchorfree.com", true) != -1) return BanEx(extra,"PROXY");
        return 1;
}
Reply


Messages In This Thread
Alguem Sabe Esse Bug - by caption - 03.02.2014, 20:50
Re : Alguem Sabe Esse Bug - by caption - 03.02.2014, 21:57
Re: Alguem Sabe Esse Bug - by FallweN - 03.02.2014, 21:59
Re : Re: Alguem Sabe Esse Bug - by caption - 03.02.2014, 22:04
Re: Re : Re: Alguem Sabe Esse Bug - by kevinho.007 - 03.02.2014, 22:31
Re : Re: Re : Re: Alguem Sabe Esse Bug - by caption - 03.02.2014, 22:38
Re: Re : Re: Re : Re: Alguem Sabe Esse Bug - by kevinho.007 - 03.02.2014, 22:47
Re : Alguem Sabe Esse Bug - by caption - 04.02.2014, 00:06

Forum Jump:


Users browsing this thread: 1 Guest(s)