13.07.2011, 18:28
Quote:
Enums are often better to use 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.
|
pawn Код:
new Float:Var1, Var2[10], Var3;