13.07.2011, 18:21
Enums are often better to use (than an array) because you can have different types like float or arrays. (yes i know PAWN is typless but you know what i mean). If your data is all one type use arrays/vars, if not use arrays of enums.