diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index 112f707d..26dfbd4f 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -297,12 +297,16 @@ enum { #define FP_STRING 2 #define FP_ARRAY 4 +#define MEXIT_ALL 1 +#define MEXIT_NORMAL 0 +#define MEXIT_NEVER -1 + #define MPROP_PERPAGE 1 //NUM - items per page. 0=no paginating, 7=default #define MPROP_BACKNAME 2 //STRING - name of "back" button #define MPROP_NEXTNAME 3 //STRING - name of "more" button #define MPROP_EXITNAME 4 //STRING - name of "exit" button #define MPROP_TITLE 5 //STRING - sets menu title -#define MPROP_EXITALL 6 //NUM - sets if "exit" appears on every page +#define MPROP_EXIT 6 //NUM - sets how "Exit" appears on the menu #define MPROP_ORDER 7 //Sets the back/next/exit order //Send an 3-cell array with MENU_EXIT etc in the order //(from 0-2), 0 being first