12.10.2009, 16:28
The only thing I know that prevents code from continuing is when a cell of an array is called that doesn't exist.
Example:
Same can go for strings
Example:
pawn Код:
new array[5];
array[6]=10; //Script Hault Here
pawn Код:
new funnyword[5];
funnyword="Pickleweasle"; //String input is too large for the array