Thread: [Solved] GeoIP's funcions not found?
View Single Post
Author Message
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 01-19-2022 , 13:17   GeoIP's funcions not found?
Reply With Quote #1

Hello,
I am trying to use geoip's functions in my plugin and this is what I get:
PHP Code:
Plugin uses an unknown function (name "geoip_city") - check your modules.ini.
Plugin uses an unknown function (name "geoip_country_ex") - check your modules.ini
Natives exists:
https://github.com/alliedmodders/amx....cpp#L273-L274

Module is loaded:
Code:
amxx modules Currently loaded modules:       name                    version     author               status  [ 1] MySQL                   1.9.0.5271  AMX Mod X Dev Team   running  [ 2] GeoIP                   1.9.0.5294  AMX Mod X Dev Team   running  [ 3] CURL AMXX               1.1.1       Polarhigh            running  [ 4] nVault                  1.9.0.5271  AMX Mod X Dev Team   running  [ 5] ReAPI                   5.21.0.248  Asmodai & s1lent     running  [ 6] CStrike                 1.9.0.5271  AMX Mod X Dev Team   running  [ 7] Ham Sandwich            1.9.0.5271  AMX Mod X Dev Team   running  [ 8] CSX                     1.9.0.5271  AMX Mod X Dev Team   running  [ 9] FakeMeta                1.9.0.5271  AMX Mod X Dev Team   running  [10] ReAimDetector           0.2.2       ReHLDS Team          running 10 modules, 10 correct

P.S.: Server used here is on windows.
__________________


Accepting Paid Requests, contact PM.

MVP Of The Round View project on GITHUB / AlliedModders
CSGO REMAKE ~ CSGO MOD [STABLE + SOURCE CODE]

Last edited by Shadows Adi; 01-19-2022 at 14:09.
Shadows Adi is offline