18.02.2015, 20:50
i am in need of creating dynamic arrays in some script of mine and as it is not possible using pawn i tried Malloc plugin witch i found hard to understand (i am dumb
) i need some help from u guys to know how to create an array with a size taken from a variable for example (this is the worst peace of code in life and ignored the rules of coding) :
And again i know it is impossible using pawn.
) i need some help from u guys to know how to create an array with a size taken from a variable for example (this is the worst peace of code in life and ignored the rules of coding) :pawn Код:
new Var = 5;
new Array[Var];

