[17:52:40] [debug] Run time error 4: "Array index out of bounds"
[17:52:40] [debug] Accessing element at index 65535 past array upper bound 1999
[17:52:40] [debug] AMX backtrace:
[17:52:40] [debug] #0 0001cd28 in createVehicle (modelid=0, Float:x=0.00000, Float:y=0.00000, Float:z=0.00000, Float:angle=0.00000, color1=0, color2=0, respawn_delay=-1) at C:\Users\RAIDO\Desktop\MA SERVER SHIET\SERVER\pawno\include\GetVehicleColor.inc:66
[17:52:40] [debug] #1 00077338 in public LoadDynamicCars () at C:\Users\RAIDO\Desktop\MA SERVER SHIET\SERVER\gamemodes\roleplay.pwn:9926
[17:52:40] [debug] #2 0001de34 in public Itter_OnGameModeInit () at C:\Users\RAIDO\Desktop\MA SERVER SHIET\SERVER\gamemodes\roleplay.pwn:1375
[17:52:40] [debug] #3 native CallLocalFunction () [00472c00] from samp-server.exe
[17:52:40] [debug] #4 0001c370 in public Streamer_OnGameModeInit () at C:\Users\RAIDO\Desktop\MA SERVER SHIET\SERVER\pawno\include\foreach.inc:631
[17:52:40] [debug] #5 native CallLocalFunction () [00472c00] from samp-server.exe
[17:52:40] [debug] #6 0001b63c in public SSCANF_OnGameModeInit () at C:\Users\RAIDO\Desktop\MA SERVER SHIET\SERVER\pawno\include\streamer.inc:253
[17:52:40] [debug] #7 native CallLocalFunction () [00472c00] from samp-server.exe
[17:52:40] [debug] #8 00015558 in public zcmd_OnGameModeInit () at C:\Users\RAIDO\Desktop\MA SERVER SHIET\SERVER\pawno\include\sscanf2.inc:84
[17:52:40] [debug] #9 native CallLocalFunction () [00472c00] from samp-server.exe
[17:52:40] [debug] #10 00014eac in public S@@_OnGameModeInit () at C:\Users\RAIDO\Desktop\MA SERVER SHIET\SERVER\pawno\include\zcmd.inc:68
[17:52:40] [debug] #11 native CallLocalFunction () [00472c00] from samp-server.exe
[17:52:40] [debug] #12 00009710 in ScriptInit_OnGameModeInit () at C:\Users\RAIDO\Desktop\MA SERVER SHIET\SERVER\pawno\include\YSI\internal\y_dohooks.inc:422
[17:52:40] [debug] #13 native CallLocalFunction () [00472c00] from samp-server.exe
[17:52:40] [debug] #14 00004174 in Debug_Print0 () at C:\Users\RAIDO\Desktop\MA SERVER SHIET\SERVER\pawno\include\YSI\y_scriptinit.inc:164
Plugins crashdetect streamer [the rest of the plugins]
|
in the plugins in your server .cfg always make the crashdetect before streamer
so for example: Код:
Plugins crashdetect streamer [the rest of the plugins] |

|
Hmm,as you can see the errors are related to ZCMD,Y_INI,foreach,sscanf,ands different includes,try updating t hem to the latest version,if it won't help,then sorry...But when there are errors include/plugins-related,it's pretty much that you need to update them
![]() |
|
Actually, that's just the stack trace of a single error. Those calls are callback hook chains, so it's only the top entry (createVehicle) that's the problem.
|