Hallo Community,
Ich versuche gerade eine Gamemode in SQLite zu schreiben aber
wenn ich irgendeine sache mache zum beispiel /restart (ist RCON gmx)
geht der server aus
Habe auch schon crashdetect drinn
hier die Server Log (ist noch mehr)
ZitatAlles anzeigen
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team
[00:20:12]
[00:20:12] Server Plugins
[00:20:12] --------------
[00:20:12] Loading plugin: crashdetect
[00:20:12] crashdetect v4.8.1 is OK.
[00:20:12] Loaded.
[00:20:12] Loaded 1 plugins.
[00:20:12]
[00:20:12] Filterscripts
[00:20:12] ---------------
[00:20:12] Loaded 0 filterscripts.
[00:20:12] -----------------
[00:20:12] Version : 0.1.5b
[00:20:12] -----------------
[00:20:12] Number of vehicle models: 0
[00:20:58] Incoming connection: 192.168.1.200:3550
[00:20:59] [join] Piet_Meier has joined the server (0:192.168.1.200)
[00:21:18] Time taken to execute /restart: 2
[00:21:30] -----------------
[00:21:30] Version : 0.1.5b
[00:21:30] -----------------
[00:21:30] Number of vehicle models: 0
[00:21:30] [debug] Server crashed due to an unknown error
[00:21:30] [debug] System backtrace:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team
[00:21:43]
[00:21:43] Server Plugins
[00:21:43] --------------
[00:21:43] Loading plugin: crashdetect
[00:21:43] crashdetect v4.8.1 is OK.
[00:21:43] Loaded.
[00:21:43] Loaded 1 plugins.
[00:21:43]
[00:21:43] Filterscripts
[00:21:43] ---------------
[00:21:43] Loaded 0 filterscripts.
[00:21:43] -----------------
[00:21:43] Version : 0.1.5b
[00:21:43] -----------------
[00:21:43] Number of vehicle models: 0
[00:21:49] Incoming connection: 192.168.1.200:3559
[00:21:49] [join] Piet_Meier has joined the server (0:192.168.1.200)
[00:22:27] Time taken to execute /restart: 1
[00:22:39] -----------------
[00:22:39] Version : 0.1.5b
[00:22:39] -----------------
[00:22:39] Number of vehicle models: 0
[00:22:44] [debug] Server crashed while executing cl0.6.amx
[00:22:44] [debug] AMX backtrace:
[00:22:44] [debug] #0 native SetSpawnInfo () [0046f4f0] from samp-server0.3e.exe
[00:22:44] [debug] #1 00008818 in ?? () from cl0.6.amx
[00:22:44] [debug] #2 00007a58 in ?? () from cl0.6.amx
[00:22:44] [debug] #3 00006ce0 in public OnDialogResponse () from cl0.6.amx
[00:22:44] [debug] System backtrace:
bei SpawnPlayer ,TextDraw Hide/Show For All/Player ,db_query und TextDrawSetString crasht er meistens auch
wisst ihr warum habe auch schon die Datenbank zich mal gelöscht aber bringt irgendwie nichts
hier meine Server.cfg
ZitatAlles anzeigen
echo Executing Server Config...
lanmode 0
rcon_password passwort
maxplayers 32
port 10001
bind 192.168.1.200
hostname .
gamemode0 cl0.6 1
plugins crashdetect
announce 1
query 1
weburl http://www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
MFG Piet