function foo() { bool b = true; if (b) { int value = 0; } else { int value = 0; } } //DUPLICATE VARIABLE 'VALUE'.
Reporting for Bubbles#0173 as he can't create an account right now.
I fundet this as well.
function foo() { bool b = true; if (b) { int value = 0; } else { int value = 0; } } //DUPLICATE VARIABLE 'VALUE'.
Reporting for Bubbles#0173 as he can't create an account right now.
I fundet this as well.
Hi,
this is known inconvenience and will likely stay in dayz's script due to some limitations. Should be solved in future projects which decide to use enfusion though ;)