native geoip_continent_name(const ip[], result[], len, id = -1);
ip | The IP address to look up. |
result | The result of the geoip look up. |
len | The maximum length of the result buffer. |
id | An optional player's index in order to return the result in the player's language, if supported. -1: the default language, which is english. 0: the server language. You can use LANG_SERVER define. >=1: the player's language. |
Look up the full continent name for the given IP address.
This native requires GeoIP City database, which can be retrieved from: http://dev.maxmind.com/geoip/geoip2/geolite2/ (MaxMind DB binary)
The result length on successful lookup, 0 otherwise.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.