player has joined..
#5

Use this include :
https://github.com/Whitetigerswt/SAMP-geoip

Then put this code under OnPlayerConnect(playerid)
Код:
new country[56], city[56];
GetPlayerCountry(playerid, country);
GetPlayerCity(playerid, city);
SendClientMessageToAll(-1, "> PART: PlayerNameHere has been logged in! (%s, %s)", country, city);
Reply


Messages In This Thread
player has joined.. - by alexanderjb918 - 25.08.2015, 00:25
Re: player has joined.. - by brandypol - 25.08.2015, 00:29
Re: player has joined.. - by R0 - 25.08.2015, 00:29
Re: player has joined.. - by Logofero - 25.08.2015, 00:30
Re: player has joined.. - by X337 - 25.08.2015, 00:30
Re: player has joined.. - by alexanderjb918 - 25.08.2015, 00:36

Forum Jump:


Users browsing this thread: 1 Guest(s)