28.08.2009, 06:39
Most likely, one of your variables is calling a cell which is outside of the array's limit.
pawn Код:
new array[9000];
array[9001] = 5; //OVER NINE THOUSAAAAAAAND!