PHP Code:
stock GetPlayerCountry(playerid,country[], size = sizeof country)
{
GetPVarString(playerid,"Country",country, size);
return country;
}
stock GetPlayerCity(playerid,city[], size = sizeof city)
{
GetPVarString(playerid,"City",city, size);
return city;
}