Disconnect reason problem
#2

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
pawn Код:
#define MAX_SOMETHING 302

new
    Something[ MAX_SOMETHING ]
;

// Something can have 0-301
and you pass 365 in it.
pawn Код:
Something[ 365 ] = value; // Run time error 4: "Array index out of bounds"
Reply


Messages In This Thread
Disconnect reason problem - by DaLy - 07.07.2013, 11:54
Re: Disconnect reason problem - by Konstantinos - 07.07.2013, 11:59

Forum Jump:


Users browsing this thread: 1 Guest(s)