07.07.2013, 11:59
On the g.pwn file, goto line 5731 and show us 3 lines above and 3 lines below, also comment the line to know exactly which one it is.
The errors says that for example, there's something like
and you pass 365 in it.
The errors says that for example, there's something like
pawn Код:
#define MAX_SOMETHING 302
new
Something[ MAX_SOMETHING ]
;
// Something can have 0-301
pawn Код:
Something[ 365 ] = value; // Run time error 4: "Array index out of bounds"