Quote:
Originally Posted by Vince
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;
|
Yea I just heard that on IRC as well. I just don't see this guy working with an array of chars anytime soon though.