SA-MP Forums Archive
Um Help.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Um Help.. (/showthread.php?tid=290474)



Um Help.. - Buzzbomb - 15.10.2011

I added the GetPlayerCountry.... Well Everything works .. i guess code wize But when a player Connect it says this player has Joined From PrivateIP I looked up the files on geoip it said update them i thought i did it keeps saying privateip Anyone have any ideal what im doing wrong or I didnt update it correctly..


pawn Код:
new file[256];
    new name[MAX_PLAYER_NAME], country[MAX_COUNTRY_NAME], string[128];
    GetPlayerName(playerid, name, sizeof(name));
    format(file, sizeof(file), ARS_ACCOUNTS, name);
   
    country = GetPlayerCountryName(playerid);
    format(string, sizeof(string), "%s has joined the server. From %s ",name,country);
    SendClientMessageToAll(YELLOW2, string);



Re: Um Help.. - TheLazySloth - 16.10.2011

Let me connect, I dont have a blocked IP... meybe the person who joined was either using proxy or a blocked ip.