Posts: 21
Threads: 8
Joined: Jul 2014
Reputation:
0
Hi ! The players on my server are crashed very often, and I don't know why . I think that it's a problem with the gamemode, but I don't know what. Can you give me some reasons of crashes in a pawno script (gamemode) ? Thanks !
Posts: 21
Threads: 8
Joined: Jul 2014
Reputation:
0
Does the crashdetect / nativechecker plugin also detect when a player is crashed ? I think that it detects only a server crash...
Posts: 21
Threads: 8
Joined: Jul 2014
Reputation:
0
And what can I install to see a detailed crash of a player ? I see where's the problem, in which function, but I can't see which array is out of bounds, as the error is:
[15:32:06] [debug] Run time error 4: "Array index out of bounds"
[15:32:06] [debug] Accessing element at negative index -1
[15:32:06] [debug] AMX backtrace:
[15:32:06] [debug] #0 003d2908 in public LoadTrunk (42) from ***.amx
[15:32:06] [debug] #1 003e23f8 in ?? (42) from ***.amx
If you want, I can paste here the "LoadTrunk" code.
Posts: 630
Threads: 23
Joined: May 2012
Reputation:
0
Show us the LoadTrunk code.
Posts: 21
Threads: 8
Joined: Jul 2014
Reputation:
0
I have solved that errors, but some players on my server are still crashed pretty often . Any idea`s why it's happened, or maybe a fix ? Thanks very much !