RP Server crash every payday (Hour) Help Crash detect.
#1

Okay so everything compile perfect in Pawno with no errors or warnings but when I use the Command /PayDay in game or when a hour has passed and its time for payday (AKA paycheck / set player hour on stats) the server crash and restarts i used the plugin crash detect hopping it could help me fix whats wrong but i still have no idea.. Here is what the crash detect spam on the logs.

Code:
 from LAC.amx
[03:05:23] [debug] Run time error 4: "Array index out of bounds"
[03:05:23] [debug] Accessing element at index 12 past array upper bound 11
[03:05:23] [debug] AMX backtrace:
[03:05:23] [debug] #0 005e5ba4 in ?? (0x00000000) from LAC.amx
[03:05:23] [debug] #1 005e5a04 in public ServerHeartbeatTwo@_yT (0x00000000) from LAC.amx
[03:05:24] [debug] Run time error 4: "Array index out of bounds"
[03:05:24] [debug] Accessing element at index 12 past array upper bound 11
[03:05:24] [debug] AMX backtrace:
[03:05:24] [debug] #0 005e5ba4 in ?? (0x00000001) from LAC.amx
[03:05:24] [debug] #1 005e5a04 in public ServerHeartbeatTwo@_yT (0x00000001) from LAC.amx
[03:05:24] [debug] Run time error 4: "Array index out of bounds"
[03:05:24] [debug] Accessing element at index 12 past array upper bound 11
Edit This Is what I get after using the CMD "/PayDay"

Code:
[03:19:06] [zcmd] [Frank Jackson]: /payday
[03:19:06] [debug] Server crashed while executing LAC.amx
[03:19:06] [debug] AMX backtrace:
[03:19:06] [debug] #0 native fwrite () [0809bd40] from samp03svr
[03:19:06] [debug] #1 000a40b4 in ?? (0x00000000) from LAC.amx
[03:19:06] [debug] #2 00131a6c in public PayDay () from LAC.amx
[03:19:06] [debug] #3 002e2d9c in public cmd_payday (0x00000003, 0x07fe525c) from LAC.amx
[03:19:06] [debug] #4 native CallLocalFunction () [080df4c0] from samp03svr
[03:19:06] [debug] #5 00016ae8 in ?? (0x00000003, 0x07fe523c) from LAC.amx
[03:19:06] [debug] #6 00010d14 in public OnPlayerCommandText (0x00000003, 0x07fe523c) from LAC.amx
[03:19:06] [debug] Native backtrace:
[03:19:06] [debug] #0 0049831b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[03:19:06] [debug] #1 004927c2 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[03:19:06] [debug] #2 004933ac in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[03:19:06] [debug] #3 00493856 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[03:19:06] [debug] #4 00497f6c in ?? () from plugins/crashdetect.so
[03:19:06] [debug] #5 00653410 in ?? ()
[03:19:06] [debug] #6 00653430 in ?? ()
[03:19:06] [debug] #7 00218b11 in gsignal () from /lib/libc.so.6
[03:19:06] [debug] #8 0021a3ea in abort () from /lib/libc.so.6
[03:19:06] [debug] #9 00211e2b in ?? () from /lib/libc.so.6
[03:19:06] [debug] #10 00211ee6 in ?? () from /lib/libc.so.6
[03:19:06] [debug] #11 0809b96c in ?? () from samp03svr
[03:19:06] [debug] #12 0809bdcf in ?? () from samp03svr
[03:19:06] [debug] #13 080950b4 in ?? () from samp03svr
[03:19:06] [debug] #14 0049003c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[03:19:06] [debug] #15 00496458 in ?? () from plugins/crashdetect.so
[03:19:06] [debug] #16 0049ac61 in amx_Exec () from plugins/crashdetect.so
[03:19:06] [debug] #17 00492708 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[03:19:06] [debug] #18 004961c9 in ?? () from plugins/crashdetect.so
[03:19:06] [debug] #19 0083f20c in ?? () from plugins/streamer.so
[03:19:06] [debug] #20 080df762 in ?? () from samp03svr
[03:19:06] [debug] #21 080950b4 in ?? () from samp03svr
[03:19:06] [debug] #22 0049003c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[03:19:06] [debug] #23 00496458 in ?? () from plugins/crashdetect.so
[03:19:06] [debug] #24 0049ac61 in amx_Exec () from plugins/crashdetect.so
[03:19:06] [debug] #25 00492708 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[03:19:06] [debug] #26 004961c9 in ?? () from plugins/crashdetect.so
[03:19:06] [debug] #27 0083f20c in ?? () from plugins/streamer.so
[03:19:06] [debug] #28 080a5482 in ?? () from samp03svr
[03:19:06] [debug] #29 080b1371 in ?? () from samp03svr
[03:19:06] [debug] #30 08071d38 in ?? () from samp03svr
[03:19:06] [debug] #31 08071e32 in ?? () from samp03svr
[03:19:06] [debug] #32 0807bc20 in ?? () from samp03svr
[03:19:06] [debug] #33 080ae9fd in ?? () from samp03svr
[03:19:06] [debug] #34 080aebc2 in ?? () from samp03svr
[03:19:06] [debug] #35 080a9e9a in ?? () from samp03svr
[03:19:06] [debug] #36 00204d26 in __libc_start_main () from /lib/libc.so.6
[03:19:06] [debug] #37 0804b4e1 in ?? () from samp03svr
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)