geoip_continent_name

Look up the full continent name for the given IP address.

Syntax

native geoip_continent_name(const ip[], result[], len, id = -1)

Usage

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

Return

The — result length on successful lookup, 0 otherwise.

Notes

This native requires GeoIP City database, which can be retrieved from:

Defined in geoip.inc at line 264 . This documentation was automatically generated from source.