Posts: 24
Threads: 8
Joined: Aug 2017
Код:
[18:26:41] [GoldenScripter] Has Joined The Server | [IP: [Hidden]] | [Country:Unknown] | [City: Unknown]
pls help its not showing Country And City
Код:
//Connect With IP Country City
GetPlayerCountry(playerid, Country, sizeof(Country));
GetPlayerCity(playerid,City, sizeof(City));
GetPlayerName(playerid, plname, sizeof(plname));
GetPlayerIp(playerid, plip, sizeof(plip));
format(connected,sizeof(connected),"[%s] Has Joined The Server | [IP: %s] | [Country:%s] | [City: %s]",plname,plip,Country,City);
SendClientMessageToAll(COLOR_GREEN,connected);
using this code pls help me
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
This piece of code is all but useless in determining the source of the problem. Show the actual contents of these functions. Or ask in the topic where you got it from.
Posts: 24
Threads: 8
Joined: Aug 2017
Quote:
Originally Posted by Vince
This piece of code is all but useless in determining the source of the problem. Show the actual contents of these functions. Or ask in the topic where you got it from.
|
ok thanks