diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index df651e95..f9a92a59 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -207,4 +207,16 @@ enum { force_exactfile = 0, /* File on client must exactly match server's file */ force_model_samebounds, /* For model files only, the geometry must fit in the same bbox */ force_model_specifybounds, /* For model files only, the geometry must fit in the specified bbox */ -} \ No newline at end of file +} + +/* Status for get_module() */ +enum { + module_none = 0, + module_query, + module_badload, + module_loaded, + module_noinfo, + module_noquery, + module_noattach, + module_old, +}; \ No newline at end of file