Server crash - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server crash (
/showthread.php?tid=594369)
Server crash -
zEr0A - 16.11.2015
[15:31:01] -> Date: 15/11/2015 - Time: 15:31:1
[15:31:01] ---------------------------------------------------
[15:31:01] Loading filterscript 'streamermap.amx'...
[15:31:01] [debug] Run time error 19: "File or function is not found"
[15:31:01] [debug] SetDynamicObjectMaterial
[15:31:01] Loading filterscript 'createclan.amx'...
[15:31:01]
[15:31:01] +=================================+
[15:31:01] + Clan System Successfully Loaded +
[15:31:01] +=================================+
[15:31:01] Loaded 3 filterscripts.
[15:31:01] [debug] Run time error 19: "File or function is not found"
[15:31:01] [debug] SetDynamicObjectMaterial
[15:31:01] (null)
[15:31:01] Number of vehicle models: 14
for crash server.
server.cfg
echo Executing Server Config...
lanmode 1
rcon_password
maxplayers 50
port 7777
bind 109.230.239.196
hostname SA-MP 0.3 Server
gamemode0 grs 1
filterscripts LuxAdmin streamermap createclan
plugins streamer.so sscanf.so crashdetect.so
announce 1
query 1
weburl
www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
include gamemode:
#include < a_samp >
#include < streamer >
#include < zcmd >
#include < sscanf2 >
thx
Re: Server crash -
Yousha - 16.11.2015
I think it's better to move crashdetect.so at first plugin, in server.cfg
Also remove Filterscripts(one by one) in server.cfg, and restart the server... then see if that error happens
We need to find the location of error.