13.08.2015, 16:10
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
I checked my plugins and stuff and I cant get anything to work..
All my zcmd based commands work, actually everything works except OnGameModeInit
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
All my zcmd based commands work, actually everything works except OnGameModeInit