[Include] GeoLite
#37

Quote:
Originally Posted by JR_Junior
View Post
All files is on the correct place and I've tried getting info like this way too... but nothing, no errors, but no data too.
Database files in correct place, correct permissions to read from scriptfiles and connected (in case you use it on another player). Here is a sample with correct output:
pawn Code:
#include <a_samp>
#include <sscanf2>
#include <geolite>
#include <zcmd>

enum e_PlayerInfo
{
    GeoCountry[MAX_COUNTRY_LENGTH],
    GeoCity[MAX_CITY_LENGTH]
};

new PlayerInfo[MAX_PLAYERS][e_PlayerInfo];

CMD:mycountry(playerid, params[])
{
    if (isnull(PlayerInfo[playerid][GeoCountry]) && isnull(PlayerInfo[playerid][GeoCity]))
    {
        GetPlayerCountry(playerid, PlayerInfo[playerid][GeoCountry], MAX_COUNTRY_LENGTH);
        GetPlayerCity(playerid, PlayerInfo[playerid][GeoCity], MAX_CITY_LENGTH);
    }
   
    printf("Country: %s, City: %s", PlayerInfo[playerid][GeoCountry], PlayerInfo[playerid][GeoCity]);
    return 1;
}
Reply


Messages In This Thread
GeoLite - by Calisthenics - 11.11.2018, 17:19
Re: GeoLite - by Pottus - 12.11.2018, 00:58
Re: GeoLite - by Calisthenics - 05.12.2018, 10:15
Re: GeoLite - by BigETI - 05.12.2018, 11:28
Re: GeoLite - by Calisthenics - 03.01.2019, 17:03
Re: GeoLite - by Calisthenics - 06.02.2019, 13:02
Re: GeoLite - by ToiletDuck - 07.02.2019, 14:57
Re: GeoLite - by ReshiramZekrom - 05.03.2019, 20:26
Re: GeoLite - by Calisthenics - 06.03.2019, 18:09
Re: GeoLite - by Calisthenics - 04.04.2019, 13:30
Re: GeoLite - by Calisthenics - 08.05.2019, 11:24
Re: GeoLite - by Calisthenics - 05.06.2019, 09:18
Re: GeoLite - by Calisthenics - 03.07.2019, 10:46
Re: GeoLite - by Calisthenics - 07.08.2019, 11:26
Re: GeoLite - by Calisthenics - 04.09.2019, 11:47
Re: GeoLite - by FinStar - 04.09.2019, 13:52
Re: GeoLite - by Calisthenics - 02.10.2019, 15:24
Re: GeoLite - by Calisthenics - 06.11.2019, 08:41
Re: GeoLite - by Calisthenics - 04.12.2019, 08:22
Re: GeoLite - by Calisthenics - 08.01.2020, 07:11
Re: GeoLite - by Calisthenics - 05.02.2020, 10:22
Re: GeoLite - by Calisthenics - 08.02.2020, 14:55
Re: GeoLite - by Whitetiger - 19.02.2020, 02:07
Re: GeoLite - by Calisthenics - 19.02.2020, 05:46
Re: GeoLite - by Calisthenics - 04.03.2020, 08:38
Re: GeoLite - by PurmeX - 07.04.2020, 17:47
Re: GeoLite - by Calisthenics - 07.04.2020, 17:56
Re: GeoLite - by PurmeX - 07.04.2020, 17:59
Re: GeoLite - by Calisthenics - 08.04.2020, 09:18
Re: GeoLite - by Symon - 08.04.2020, 19:28
Re: GeoLite - by Calisthenics - 09.04.2020, 20:44
Re: GeoLite - by Calisthenics - 06.05.2020, 10:13
Re: GeoLite - by Feanor - 19.05.2020, 16:22
Re: GeoLite - by JR_Junior - 25.05.2020, 20:08
Re: GeoLite - by Calisthenics - 25.05.2020, 20:32
Re: GeoLite - by JR_Junior - 25.05.2020, 20:58
Re: GeoLite - by Calisthenics - 25.05.2020, 21:16
Re: GeoLite - by JR_Junior - 25.05.2020, 21:41
Re: GeoLite - by Calisthenics - 03.06.2020, 14:00
Re: GeoLite - by Calisthenics - 08.07.2020, 15:10

Forum Jump:


Users browsing this thread: 3 Guest(s)