Constants

cellarray.inc

amxmodx 1.8.2 hg65

Array

Array
enum Array
{
	Invalid_Array = 0
};

These arrays are intended to be used for a form of global storage without requiring a #define that needs to be increased each time a person needs more storage. These are not designed to be used as a replacement for normal arrays, as normal arrays are faster and should be used whenever possible.