Quote:
Originally Posted by KuvZz
Okay, thanks 
|
You could do it similarly using arrays like you have, but it would be 3 native calls.
PHP Code:
new bool: b_1[33]
new bool: b_2[33]
new bool: b_3[33]
arrayset( b_1 , true , sizeof( b_1 ) );
arrayset( b_2 , true , sizeof( b_2 ) );
arrayset( b_3 , true , sizeof( b_3 ) );
__________________