-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
compiler updateIssues requiring a compiler/include updateIssues requiring a compiler/include update
Description
Hi, I know geoip_country_ex is part of amxx 1.8.3 now according to the documentation:
When trying to run this code:
#include <amxmodx>
#include <amxmisc>
#include <geoip>
new szCountry[32];
public plugin_init()
{
register_plugin("", "", "");
}
public client_putinserver(id)
{
new szIP[32];
get_user_ip(id, szIP, charsmax(szIP), 1)
geoip_country_ex(szIP, szCountry, charsmax (szCountry))
}
It throws:
plugin.sma(17) : error 017: undefined symbol "geoip_country_ex"
plugin.sma(17) : error 088: number of arguments does not match definition
Metadata
Metadata
Assignees
Labels
compiler updateIssues requiring a compiler/include updateIssues requiring a compiler/include update