17.04.2009, 02:56
Unless it needs to be there, it doesn't matter. The problem is 'i' is eventually becoming a number larger than an indexed variable's size.
ex:
ex:
pawn Код:
new LOLVariable[50];
LOLVariable[60] = 0; //reacts as 'return 0'