city of player's returning to Unknown? - 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: city of player's returning to Unknown? (
/showthread.php?tid=586217)
city of player's returning to Unknown? -
PowerF - 20.08.2015
Код:
new name[MAX_PLAYER_NAME], string[66+MAX_PLAYER_NAME], city[54];
GetPlayerName(playerid, name, sizeof(name));
GetPlayerCity(playerid, city, sizeof(city));
format(string, sizeof(string), "%s {00FFF7}Has Been Joined (%s).", name, city);
SendClientMessageToAll(-1, string);
i dont understand what's the problem?i already put the database.
Re: city of player's returning to Unknown? -
Evocator - 20.08.2015
Make sure youre not running this on your local server...
Re: city of player's returning to Unknown? -
Threshold - 20.08.2015
I dunno what method you're using, but one of the tracing websites that was used in a widely popular 'IP location system' was recently shut down. So results returned from that website would be either off or unknown in this case. Not 100% sure what website it was, because I don't use the script, but multiple people have mentioned it to me.