30.03.2010, 11:17
I'm pretty sure you're not using the guts of the enumeration, and just using the enum variable. A example of this is.
pawn Код:
enum aInfo { // Using ainfo instead of using the guts of the enumeration
SpawnPos[4] // This is the guts.
}
new AccountInfo[MAX_PLAYERS][aInfo];