Posts: 91
Threads: 33
Joined: Sep 2011
Please help me to fix this problem on the my server
Posts: 91
Threads: 33
Joined: Sep 2011
Does Not Work. still just like this ... I want to Segmentation fault removed from my linux server .. please help me
Posts: 767
Threads: 40
Joined: Dec 2011
Reputation:
0
Install gdb, type "gdb samp03svr", type "bt", type "i sh" and post output.
Posts: 160
Threads: 24
Joined: Oct 2009
Reputation:
0
check arrays in your script.. this error is usually caused by using variables as index of array.. it output this error when arrays are out of bounds (check OnGameModeInit at first)