[Ajuda] Alguem Sabe Esse Bug
#4

Quote:
Originally Posted by FallweN
Посмотреть сообщение
pawn Код:
public OnPlayerConnect(playerid)
{
    new IPp[29], name[21];
    GetPlayerName(playerid, name, 20);
    GetPlayerIP(playerid, IPp, 28);
    OnReverseDNS(IPp, GetPlayerHost(playerid), name);
    return 1;
}

public OnReverseDNS(ip[], host[], extra)
{
        if(strfind(host,"anchorfree.com", true) != -1) return BanEx(extra,"PROXY");
        return 1;
}
Tenta assim nгo sei se irб funcionar
Код:
 error 017: undefined symbol "GetPlayerIP"
 error 076: syntax error in the expression, or invalid function call
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: 4 Guest(s)