01.11.2013, 10:29
pawn Код:
stock GeoIPLookFor(playerid)
{
new str[64],ip[16];
GetPlayerIp(playerid,ip,sizeof(ip));
format(str,64,"http://api.hostip.info/get_html.php?ip=%s",ip);
HTTP(playerid,HTTP_GET,str,"","GeoIPLookingFor");
return 1;
}
Country: UNITED STATES (US)
City: Aurora, TX
IP: 12.215.42.19
pawn Код:
public GeoIPLookingFor(playerid, response_code, data[])
{
SetPVarString(playerid,"Player_Country",country);
return 1;
}

