14.12.2012, 10:59
Quote:
[13:00:01] [debug] Accessing element at index 32 past array upper bound 31 |
pawn Code:
// For example;
#define INDEX 31
new
something[ INDEX ]
;
// to somewhere
something[ 32 ] = 0;
Then, debug these two callback and check what values are passed. Print every line!