Crashdetect - 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: Crashdetect (
/showthread.php?tid=447572)
Crashdetect -
HardRock - 30.06.2013
Crashdetect gives me these errors.
Код:
[20:22:06] [debug] Run time error 4: "Array index out of bounds"
[20:22:06] [debug] Accessing element at negative index -1
[20:22:06] [debug] AMX backtrace:
[20:22:06] [debug] #0 0002e980 in ?? () from NVCNR.amx
[20:22:06] [debug] #1 0002e8b8 in ?? () from NVCNR.amx
[20:22:06] [debug] #2 0002e6a0 in ?? () from NVCNR.amx
[20:22:06] [debug] #3 0005d1ac in public Streamer_OnPlayerDisconnect () from NVCNR.amx
[20:22:06] [debug] #4 native CallLocalFunction () [00471e90] from samp-server.exe
[20:22:06] [debug] #5 0001e8a4 in public Itter_OnPlayerDisconnect () from NVCNR.amx
[20:22:06] [debug] #6 native CallLocalFunction () [00471e90] from samp-server.exe
[20:22:06] [debug] #7 0001dd60 in public SSCANF_OnPlayerDisconnect () from NVCNR.amx
[20:22:06] [debug] #8 native CallLocalFunction () [00471e90] from samp-server.exe
[20:22:06] [debug] #9 00017c2c in public S@@_OnPlayerDisconnect () from NVCNR.amx
[20:22:06] [debug] #10 native CallLocalFunction () [00471e90] from samp-server.exe
[20:22:06] [debug] #11 00007cb8 in public OnPlayerDisconnect () from NVCNR.amx
[20:22:06] [part] Mark has left the server (1:1)
And when i login the second time then he dont show me login dialog and says "You MUST login before you can spawn" and then kick me. Someone help?
Re: Crashdetect -
HardRock - 30.06.2013
Help?
Re: Crashdetect -
park4bmx - 30.06.2013
Apparently and array is being used that is bigger than its defined!
Re: Crashdetect -
HardRock - 30.06.2013
Wut?