From 30573a6c8fc45356a36cf6bdc612191e1b8067df Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 7 Mar 2004 00:48:19 +0000 Subject: [PATCH] added ADMIN_ADMIN --- plugins/include/amxconst.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index 1e67a5ac..0e5de42d 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -37,6 +37,7 @@ #define ADMIN_LEVEL_G (1<<18) /* flag "s" */ #define ADMIN_LEVEL_H (1<<19) /* flag "t" */ #define ADMIN_MENU (1<<20) /* flag "u" */ +#define ADMIN_ADMIN (1<<24) /* flag "y" */ #define ADMIN_USER (1<<25) /* flag "z" */ #define FLAG_KICK (1<<0) /* flag "a" */