From 96ab54a107248cd3a5f79e4e1e47a6fc330b1995 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Mon, 8 Mar 2004 17:26:38 +0000 Subject: [PATCH] added Status for get_module() --- plugins/include/amxconst.inc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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