01.12.2017, 20:20
Hi, this error "Array index out of bounds" show when you acces an element past over you defined variable like new variable[20] and you acces 20 or 21 etc.
So I have this error
so this error show me I have a variable [26] and I acces upper element, but I can sure you I have no variable with value [24] [25] or [26]
So I ask you what else can produce this error?
So I have this error
Код:
[20:58:23] [debug] AMX backtrace: [20:58:23] [debug] #0 00068d9c in ?? (1) from rpggm.amx [20:58:23] [debug] #1 001c3860 in public TimerSeconds () from rpggm.amx [20:58:24] [debug] Run time error 4: "Array index out of bounds" [20:58:24] [debug] Accessing element at index 27 past array upper bound 25
So I ask you what else can produce this error?