need help
#1

Код:
[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
Reply
#2

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.
Reply
#3

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)