[16:09:14] [debug] Run time error 4: "Array index out of bounds" [16:09:14] [debug] Attempted to read/write array element at index 32 in array of size 32 [16:09:14] [debug] AMX backtrace: [16:09:14] [debug] #0 0000c4cc in ?? (381904742, 0, 0, 18206696, 32, -659480) in server.amx [16:09:14] [debug] #1 0000ca14 in ?? (18203172, 0, 0, 18206696, -659480) in server.amx [16:09:14] [debug] #2 0000e954 in ?? (18203172, 18206696, 18203160, 18203156) in server.amx [16:09:14] [debug] #3 0000ee14 in ?? (18206696) in server.amx [16:09:14] [debug] #4 0001443c in ?? () in server.amx [16:09:14] [debug] #5 000119d0 in public AMX_OnScriptInit () in server.amx [16:09:14] [debug] #6 0000f980 in public Debug_OnScriptInit () in server.amx [16:09:14] [debug] #7 00007990 in public YVers_OnScriptInit () in server.amx [16:09:14] [debug] #8 00007178 in public ScriptInit_OnScriptInit () in server.amx [16:09:14] [debug] #9 00006e50 in public SSCANF_OnGameModeInit () in server.amx [16:09:14] [debug] #10 000011a0 in public OnGameModeInit () in server.amx [16:09:14] [debug] Run time error 4: "Array index out of bounds" [16:09:14] [debug] Attempted to read/write array element at index 204131 in array of size 1 [16:09:14] [debug] AMX backtrace: [16:09:14] [debug] #0 0003dfbc in ?? () in server.amx [16:09:14] [debug] #1 0003daa4 in main () in server.amx [16:09:14] Script[gamemodes/server.amx]: Run time error 4: "Array index out of bounds" [16:09:14] Number of vehicle models: 0 |
#include <a_samp> #include <a_mysql> #include <sscanf2> #include <streamer> #include <crashdetect> #include <colors> #include <foreach> #include <zcmd> #include <gl_common> #include <sqlitei> #include <easyDialog> #include <YSI\y_timers> #include <YSI\y_iterate> #include <YSI\y_groups> |
I've deleted everything i added in last 30 minutes, but still getting this error.
I'm gonna try Zeex's compiler, lets see what happens. EDIT: Tried Zeex's compiler and got this: https://pastebin.com/cqiMHgmP I'm gonna kill myself bye. |
gamemodes\server.pwn(4823) : warning 203: symbol is never used: "GetVehicleSpeed" gamemodes\server.pwn(4823) : warning 203: symbol is never used: "ReturnVehicleHealth" Pawn compiler 3.10.8 Copyright © 1997-2006, ITB CompuPhase Header size: 9884 bytes Code size: 823008 bytes Data size: 1168092 bytes Stack/heap size: 17039360 bytes; estimated max. usage=3303 cells (13212 bytes) Total requirements:19040344 bytes 2 Warnings. |
Ok, downgraded to 3.10.8, added -d3 flag to pawn.cfg and got this after compiling:
Warnings are normal, but the rest? |