how to use these ?
#1

https://sampforum.blast.hk/showthread.php?tid=190699
i need to get this geoip to my server but prob is i cant understand how to use

i want to use it here
Код:
new login[156];
			format(login, sizeof(login), "{00FF00}%s(%d) {FFFFFF}has Connected to the server from %s.", PlayerName(playerid), playerid);
Reply
#2

Код:
new login[156];
			format(login, sizeof(login), "{00FF00}%s(%d) {FFFFFF}has Connected to the server from %s.", PlayerName(playerid), playerid,GetPlayerCountryName( playerid ));
make sure u have the geoip.inc included

That will get player's country.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)