New menu natives
This commit is contained in:
@ -262,3 +262,11 @@ enum {
|
||||
#define AMX_FLAG_RELOC (1<<15) /* jump/call addresses relocated */
|
||||
|
||||
#define INVALID_PLUGIN_ID -1
|
||||
|
||||
#define MENU_EXIT -3
|
||||
#define MENU_BACK -2
|
||||
#define MENU_MORE -1
|
||||
#define ITEM_IGNORE 0
|
||||
#define ITEM_ENABLED 1
|
||||
#define ITEM_DISABLED 2
|
||||
|
||||
|
Reference in New Issue
Block a user