geoip_country_ex

Lookup the full country name for the given IP address.

Syntax

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

Usage

ip The IP address to lookup.
result The result of the geoip lookup.
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.

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