added a little more flexibility to modules.ini
fixed bug where unloading was never called
This commit is contained in:
@@ -72,7 +72,7 @@ typedef enum
|
||||
} PlayerProp;
|
||||
|
||||
int CheckModules(AMX *amx, char error[128]);
|
||||
bool LoadModule(const char *shortname, PLUG_LOADTIME now);
|
||||
bool LoadModule(const char *shortname, PLUG_LOADTIME now, bool simplify=true);
|
||||
const char *StrCaseStr(const char *as, const char *bs);
|
||||
|
||||
class Debugger;
|
||||
|
Reference in New Issue
Block a user