Added new "amxx plugins" plugin fail message

This commit is contained in:
David Anderson
2004-09-10 15:52:48 +00:00
parent 5867e3398f
commit 3ec4ccd9da
8 changed files with 50 additions and 29 deletions

View File

@@ -254,7 +254,7 @@ void* alloc_amxmemory(void**, int size);
void free_amxmemory(void **ptr);
// get_localinfo
const char* get_localinfo( const char* name , const char* def );
static cell AMX_NATIVE_CALL null_native(AMX *amx, cell *params);
cell AMX_NATIVE_CALL require_module(AMX *amx, cell *params);
enum ModuleCallReason
{
@@ -268,7 +268,6 @@ extern ModuleCallReason g_ModuleCallReason; // modules.cpp
extern CModule *g_CurrentlyCalledModule; // modules.cpp
extern const char *g_LastRequestedFunc; // modules.cpp
extern CQueue<String> CurModuleList;
extern int no_module_test;
void *Module_ReqFnptr(const char *funcName); // modules.cpp