[Include] GeoInfo v1.0
#5

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

stock GetPlayerCity(playerid,city[], size sizeof city)
{
    
GetPVarString(playerid,"City",citysize);
    return 
city;

оптимально
Reply


Messages In This Thread
GeoInfo v1.0 - by Makar93 - 04.04.2011, 12:06
Re: GeoInfo v1.0 - by Alex_Jefferson - 04.04.2011, 12:27
Re: GeoInfo v1.0 - by Geryy - 06.04.2011, 04:53
Re: GeoInfo v1.0 - by Makar93 - 06.04.2011, 08:22
Re: GeoInfo v1.0 - by Romanius - 06.04.2011, 17:32
Re: GeoInfo v1.0 - by Geryy - 07.04.2011, 00:48
Re: GeoInfo v1.0 - by Makar93 - 07.04.2011, 12:53
Re: GeoInfo v1.0 - by Makar93 - 07.04.2011, 12:55
Re: GeoInfo v1.0 - by Stepashka - 07.04.2011, 14:48
Re: GeoInfo v1.0 - by Geryy - 08.04.2011, 14:39

Forum Jump:


Users browsing this thread: 1 Guest(s)