18.09.2012, 06:43
You cannot initialize a variable with another variable, unless the variable your trying to use is declared a constant, because the compiler does not know the value of a variable at compile time. So the culprit is this:
Because it is not a constant.
pawn Код:
new barrierturn[5];