[18:26:41] [GoldenScripter] Has Joined The Server | [IP: [Hidden]] | [Country:Unknown] | [City: Unknown]
//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);
|
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.
|