you know how to do this?
#1

how to display country of player when connects?
Reply
#2

Quote:
Originally Posted by Serediucr
how to display country of player when connects?
There is a GEOIP Plugin, there you can recieve country code, and country name by ip address.
and ip address of a player is easy to get with:
pawn Код:
new ip[16]; // 16 = max len ip
GetPlayerIpAddress(playerid, ip, 16);
// ip = user ip address
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)