02.02.2012, 12:18
the -1 causes stress
if you try to
thats basically a
not possible. you need to track the value of the cell down (which gets used as pointer into the array [cell -1] ).
if you try to
pawn Code:
new Cell=-1;
new error=Array[Cell];
pawn Code:
new error=Array[-1];