From 7b14a4bb4e6ea050d5aeef7b3650c5c7359013dd Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Mon, 19 Jul 2004 19:21:37 +0000 Subject: [PATCH] added ADMIN_ALL --- plugins/include/amxconst.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index 5f6f5405..f9d9d987 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -13,6 +13,7 @@ #define AMXX_VERSION 0.2 +#define ADMIN_ALL 0 /* everyone */ #define ADMIN_IMMUNITY (1<<0) /* flag "a" */ #define ADMIN_RESERVATION (1<<1) /* flag "b" */ #define ADMIN_KICK (1<<2) /* flag "c" */