SA-MP Forums Archive
[Help] Startup Error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Help] Startup Error (/showthread.php?tid=585409)



[Help] Startup Error - Tika Spic - 13.08.2015

When I startup my localhost server on my pc the gamemode works with no problems what-so-ever.

When I upload it to a Linux based host machine crashdetect sends out this error

Код:
[18:10:00] [debug] Run time error 4: "Array index out of bounds"
[18:10:00] [debug]  Accessing element at index 65535 past array upper bound 1999
[18:10:00] [debug] AMX backtrace:
[18:10:00] [debug] #0 0021fe58 in ?? () from mod.amx
[18:10:00] [debug] #1 0003c7d8 in public Dialog_OnGameModeInit () from mod.amx
[18:10:00] [debug] #2 0001006c in public SSCANF_OnGameModeInit () from mod.amx
[18:10:00] [debug] #3 000052e0 in public RL_OnGameModeInit () from mod.amx
[18:10:00] [debug] #4 native CallLocalFunction () from samp03svr
[18:10:00] [debug] #5 00003a20 in public Itter_OnGameModeInit () from mod.amx
[18:10:00] [debug] #6 native CallLocalFunction () from samp03svr
[18:10:00] [debug] #7 00001e1c in public ScriptInit_OnGameModeInit () from mod.amx
[18:10:00] [debug] #8 00000f7c in public OPVD_OnGameModeInit () from mod.amx
[18:10:00] [debug] #9 native CallLocalFunction () from samp03svr
[18:10:00] [debug] #10 00000e88 in public zcmd_OnGameModeInit () from mod.amx
[18:10:00] [debug] #11 native CallLocalFunction () from samp03svr
[18:10:00] [debug] #12 0000052c in public OnGameModeInit () from mod.amx
I checked my plugins and stuff and I cant get anything to work..

All my zcmd based commands work, actually everything works except OnGameModeInit


Re: [Help] Startup Error - SoFahim - 13.08.2015

Is in script shows any error or something else?

Is there any file missing from scriptfiles? ( Search to know in your folders)

Did you updated plugins?