11.06.2014, 16:31
Is possible to use sizeof of array in enum? Example:
pawn Код:
static stock MyGlobalArray[MAX_PLAYERS][BLAH][ENUM];
enum ENUM
{
array[20];
}