01.10.2012, 15:11
Wrong. They are also used to access the index of a char array. But for it to work correctly the array size must also be declared with the char keyword. e.g.:
pawn Код:
bool:Open[MAX_GATES char];
Open{0} = true;