11.08.2016, 10:23
Hello there. Is there any way to do something like this?
When I try to get it, the compiler tells 'tag mismatch':
Код:
new array[][][] = { { "string", 0, 1.0 } };
Код:
get_data(index, a[], &b, Float:&c) { strins(a, array[index][0], 32); b = array[index][1]; c = array[index][2]; }