Posts: 59
Threads: 9
Joined: Aug 2015
Reputation:
0
The server is up like 30 mins - 1 hour or more but its crashing and need to start it again. Is it from the host or?
Posts: 329
Threads: 7
Joined: Jul 2015
Reputation:
0
Use the plugin CrashDetect to troubleshoot/identify the cause of crash.
Posts: 59
Threads: 9
Joined: Aug 2015
Reputation:
0
Just i mean its like the samp-server.exe ita going down and i need to start it again, in server-log didnt shows me somethings wrong. My point is did the host requierments is low?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
How are we going to be able to help you if you ignore what's being said?
Posts: 59
Threads: 9
Joined: Aug 2015
Reputation:
0
[debug] Run time error 4: "Array index out of bounds"
[debug] Accessing element at index 12 past array upper bound 11
[debug] AMX backtrace:
[debug] #0 005e8148 in ?? (0) from custommode.amx
[debug] #1 005e7fa8 in public ServerHeartbeatTwo@_yT (0) from custommode.amx
Posts: 882
Threads: 50
Joined: Jun 2012
Reputation:
0
Recompile your script with d3 flags so that crashdetect can find out the exact line which is causing the crash.
How to add d3 flag?
Create a file called pawn.cfg in pawno folder
Add a line "-d3" to the file
Save and exit