25.08.2015, 00:25
How do i get IRL locations of players so when a player connect's it says
(Playername), has joined from (location)
(Playername), has joined from (location)
new country[56], city[56]; GetPlayerCountry(playerid, country); GetPlayerCity(playerid, city); SendClientMessageToAll(-1, "> PART: PlayerNameHere has been logged in! (%s, %s)", country, city);