26.04.2014, 16:30
(
Last edited by Nero_3D; 26/04/2014 at 09:00 PM.
)
Well you could create a tagless array or you add the type before normal variables
pawn Code:
new tab[_: e_02]; // disables strings in enums
// or (not and)
for(new i; i < sizeof(tab); i++) printf("tab[%i] = %d", i, tab[e_02: i]);