bumped version
This commit is contained in:
@ -11,9 +11,9 @@
|
||||
#endif
|
||||
#define _amxconst_included
|
||||
|
||||
#define AMXX_VERSION 1.65
|
||||
#define AMXX_VERSION_NUM 165
|
||||
stock const AMXX_VERSION_STR[]="1.65"
|
||||
#define AMXX_VERSION 1.70
|
||||
#define AMXX_VERSION_NUM 170
|
||||
stock const AMXX_VERSION_STR[]="1.70"
|
||||
|
||||
#define ADMIN_ALL 0 /* everyone */
|
||||
#define ADMIN_IMMUNITY (1<<0) /* flag "a" */
|
||||
@ -315,4 +315,4 @@ enum {
|
||||
//(from 0-2), 0 being first
|
||||
#define MPROP_NOCOLORS 8 //NUM - sets whether colors are not auto (0=default)
|
||||
#define MPROP_PADMENU 9 //NUM - sets how the ending portions of a menu are padded
|
||||
//i.e. 2 items, 7 per page, with endings at slots 5/6/7.
|
||||
//i.e. 2 items, 7 per page, with endings at slots 5/6/7.
|
||||
|
Reference in New Issue
Block a user