- LibraryExists() now works on extensions
- geoip and cstrike now work as libraries --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401579
This commit is contained in:
@@ -55,6 +55,7 @@ bool GeoIP_Extension::SDK_OnLoad(char *error, size_t maxlength, bool late)
|
||||
}
|
||||
|
||||
g_pShareSys->AddNatives(myself, geoip_natives);
|
||||
g_pShareSys->RegisterLibrary(myself, "GeoIP");
|
||||
g_pSM->LogMessage(myself, "GeoIP database info: %s", GeoIP_database_info(gi));
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user