10.08.2016, 10:06
What I'm trying to do is add the following
I want to be able to use 'test' anywhere in the script, but obviously this crashes the compiler.
Is there a way to do this?
Код:
#define var1 1000
#define var2 2000
#define var3 0.5
new test[] =
{
floatround(var1 * var3),
floatround(var2 * var3)
};
Is there a way to do this?

