2024-07-03, 05:11 PM
// Setting
#DEFINE ARRAY_SIZE 40
// Another array size
new another_array[40];
new array[sizeof(another_array)];
#DEFINE ARRAY_SIZE 40
// Another array size
new another_array[40];
new array[sizeof(another_array)];