18.08.2012, 01:44
Is something like this possible?
Where "MAX_CLASSES" is defined as 3 (0,1,2) and "MAX_TEAMS" is defined as 2 (0,1). It's currently giving me an error
If someone could point me in the right direction, that'd be great.
pawn Код:
enum pVars
{
//snip.
ClassWeapon [ MAX_CLASSES ] [ MAX_TEAMS ],
//snip.
}
Quote:
my.pwn(130) : error 001: expected token: "}", but found "[" |