[Ajuda] GeoIP
#4

pawn Код:
new ISP[64];
        GetPlayerISP(playerid, ISP,sizeof(ISP));
    new Cidade[64];
        GetPlayerCity(playerid, Cidade, sizeof(Cidade));
    new Pais[64];
        GetPlayerCountry(playerid, Pais,sizeof(Pais));
    new GMT = GetPlayerGMT(playerid);
   
    new Stringg[200];
   
    format(Stringg,sizeof(Stringg),"Entrou >> %s(%d) - ISP: %s Pais: %s Cidade: %s GMT: %i",nome(playerid),playerid,ISP,Pais,Cidade,GMT);
    SendClientMessageToAll(Cinza,Stringg);
Reply


Messages In This Thread
GeoIP - by Lucas_HenryK - 28.10.2014, 16:59
Re: GeoIP - by connork - 28.10.2014, 17:19
Re: GeoIP - by ipsLuan - 28.10.2014, 18:09
Re: GeoIP - by Lucas_HenryK - 28.10.2014, 21:44
Re: GeoIP - by ipsLuan - 28.10.2014, 21:47
Re: GeoIP - by connork - 28.10.2014, 22:20

Forum Jump:


Users browsing this thread: 1 Guest(s)