Server Stürzt ab

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hallo Brotfische


    undzwar mein Problem ist wie folgt. Der Server lief Stabil. danach habe ich diese Zeile bei dem Befehl /afk hinzugefügt


    SetPlayerColor(playerid, Farbe_Gruen);


    ganzer Befehl


    if(strcmp(cmdtext,"/afk",true)==0)
    {
    if(!Afk[playerid])
    {
    Afk[playerid] = true;
    CreateBox(playerid,"Info","Sie sind nun [AFK]");
    TogglePlayerControllable(playerid,false);
    SetPlayerColor(playerid, Farbe_Gruen);
    format(Text,sizeof(Text),"* %s ist nun AFK (Away from Keyboard)",SpielerInfo[playerid][sName]);
    SendClientMessageToAllAtRadius(playerid,30.0,Text,Farbe_Helllila,Farbe_Helllila,Farbe_Helllila,Farbe_Helllila,Farbe_Helllila);
    }
    return true;
    }


    Seitdem Stürzt der Server ab. die Log sieht wiefolgt aus.



    ----------
    Loaded log file: "server_log.txt".
    ----------


    SA-MP Dedicated Server
    ----------------------
    v0.3x-R2, (C)2005-2013 SA-MP Team


    [01:26:12]
    [01:26:12] Server Plugins
    [01:26:12] --------------
    [01:26:12] Loading plugin: streamer.so
    [01:26:12]


    *** Streamer Plugin v2.6.1 by Incognito loaded ***


    [01:26:12] Loaded.
    [01:26:12] Loading plugin: mysql.so
    [01:26:12] SA:MP MySQL Plugin v2.1.1 Loaded.
    [01:26:12] Loaded.
    [01:26:12] Loading plugin: Filemanager.so
    [01:26:12] ******************
    [01:26:12] ** FILE MANAGER **
    [01:26:12] ** Loaded **
    [01:26:12] ** Version 1.1 **
    [01:26:12] ******************
    [01:26:12] Loaded.
    [01:26:12] Loading plugin: sscanf.so
    [01:26:12]


    [01:26:12] ===============================


    [01:26:12] sscanf plugin loaded.


    [01:26:12] (c) 2009 Alex "Y_Less" Cole


    [01:26:12] 0.3d-R2 500 Players "dnee"


    [01:26:12] ===============================


    [01:26:12] Loaded.
    [01:26:12] Loaded 4 plugins.


    [01:26:12] [MySQL] Thread running. Threadsafe: Yes.
    [01:26:12]
    [01:26:12] Ban list
    [01:26:12] --------
    [01:26:12] Loaded: samp.ban
    [01:26:12]
    [01:26:12]
    [01:26:12] Filterscripts
    [01:26:12] ---------------
    [01:26:12] Loading filterscript 'CarTune.amx'...
    [01:26:12]
    ----------------------------
    [01:26:12]
    Car Tuning FileScript loaded
    [01:26:12]
    ----------------------------


    [01:26:12] Loading filterscript 'wbb_connect.amx'...
    [01:26:12]
    === WBB_Connect: ===
    WBB_Connect v. 2.0
    was successfully loaded!


    Copyright (c) by Hauke Marquardt
    ====================


    [01:26:12] Loading filterscript 'siren.amx'...
    [01:26:12] Loaded 3 filterscripts.


    [01:26:12] NoDM-Zone v3 by Templer loaded...
    [01:26:12] Incoming connection: 127.0.0.1:55201
    [01:26:12] Incoming connection: 127.0.0.1:56680
    [01:26:12] Incoming connection: 127.0.0.1:48700
    [01:26:12] Incoming connection: 127.0.0.1:33952
    [01:26:12] __________________________________________
    [01:26:12]
    [01:26:12] German Reallife V1.1c
    [01:26:12]
    [01:26:12] __________________________________________
    [01:26:12] [MySQL] Connected (0) to 'samp'@'Localhost via UNIX socket'.
    [01:26:12] [MySQL] Server Version 5.1.72-2.
    [01:26:12] [MySQL] | Verbindung erfolgreich aufgebaut!
    [01:26:12] Number of vehicle models: 73
    [01:26:12] Incoming connection: 127.0.0.1:55207
    [01:26:12] Incoming connection: 127.0.0.1:52717
    [01:26:12] Incoming connection: 127.0.0.1:42916
    [01:26:12] [npc:join] [BOT]Stadtlinie1_3 has joined the server (0:127.0.0.1)
    [01:26:12] [npc:join] [BOT]Linie3_1 has joined the server (1:127.0.0.1)
    [01:26:12] [npc:join] busliniesf has joined the server (2:127.0.0.1)
    [01:26:12] [npc:join] busliniels has joined the server (3:127.0.0.1)
    [01:26:12] [npc:join] dealerls has joined the server (4:127.0.0.1)
    [01:26:12] [npc:join] dealersf has joined the server (5:127.0.0.1)
    [01:26:12] [npc:join] dealerlv has joined the server (6:127.0.0.1)
    [01:27:15] Incoming connection: 31.18.105.101:55566
    [01:27:16] [join] Fabii has joined the server (7:31.18.105.101)
    [01:27:16] [MySQL] Error (0): Failed to exeute query. Unknown column 'Spielername' in 'where clause'.
    [01:27:16] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Unknown column 'Spielername' in 'where clause'.
    [01:27:16] [MySQL] Error (0): Function: mysql_num_rows called when no result stored. Unknown column 'Spielername' in 'where clause'.
    [01:27:16] [MySQL] Error (0): Failed to exeute query. Unknown column 'IpAdresse' in 'where clause'.
    [01:27:16] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Unknown column 'IpAdresse' in 'where clause'.
    [01:27:16] [MySQL] Error (0): Function: mysql_num_rows called when no result stored. Unknown column 'IpAdresse' in 'where clause'.
    [01:27:16] [MySQL] Error (0): Failed to exeute query. Unknown column 'Range-IpAdresse' in 'where clause'.
    [01:27:16] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Unknown column 'Range-IpAdresse' in 'where clause'.
    [01:27:16] [MySQL] Error (0): Function: mysql_num_rows called when no result stored. Unknown column 'Range-IpAdresse' in 'where clause'.
    [01:27:16] Es wurden erfolgreich [5581] Objekte geladen!
    [01:27:25] LOAD: PANZERUNG: 1
    [01:29:48] Incoming connection: 79.245.242.50:56945
    [01:29:48] [join] cwandi has joined the server (8:79.245.242.50)
    [01:29:48] [MySQL] Error (0): Failed to exeute query. Unknown column 'Spielername' in 'where clause'.
    [01:29:48] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Unknown column 'Spielername' in 'where clause'.
    [01:29:48] [MySQL] Error (0): Function: mysql_num_rows called when no result stored. Unknown column 'Spielername' in 'where clause'.
    [01:29:48] [MySQL] Error (0): Failed to exeute query. Unknown column 'IpAdresse' in 'where clause'.
    [01:29:48] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Unknown column 'IpAdresse' in 'where clause'.
    [01:29:48] [MySQL] Error (0): Function: mysql_num_rows called when no result stored. Unknown column 'IpAdresse' in 'where clause'.
    [01:29:48] [MySQL] Error (0): Failed to exeute query. Unknown column 'Range-IpAdresse' in 'where clause'.
    [01:29:48] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Unknown column 'Range-IpAdresse' in 'where clause'.
    [01:29:48] [MySQL] Error (0): Function: mysql_num_rows called when no result stored. Unknown column 'Range-IpAdresse' in 'where clause'.
    [01:29:48] Es wurden erfolgreich [5581] Objekte geladen!



    würde mich über eine schnelle hilfe freuen


    mfg