12.05.2011, 12:23
Hi all,i get a name of a country that i need to ban.
I use GeoIP and i need to ban a specific country.
How to do this?
I want do:
When a player connects,it check if their country is banned and he got kicked.How?
I've
But,how to use it?Thanks.
I use GeoIP and i need to ban a specific country.
How to do this?
I want do:
When a player connects,it check if their country is banned and he got kicked.How?
I've
pawn Код:
GetCountryName(const ipaddress[], country[], size = sizeof country);