Guten tag.
ich habe ein altes script bei mir rausegrammt und habe leider denke ich nen mysql problem.
ich kann das nicht aleine fixen deswegen brauche ich euer hilfe.
mysql log
HTML
<html><head><title>MySQL Plugin log</title><style>table {border: 1px solid black; border-collapse: collapse; line-height: 23px; table-layout: fixed; width: 863px;}th, td {border: 1px solid black; word-wrap: break-word;}thead {background-color: #C0C0C0;} tbody {text-align: center;} table.left1 {position: relative; left: 36px;} table.left2 {position: relative; left: 72px;} .time {width: 80px;} .func {width: 200px;} .stat {width: 75px;} .msg {width: 400px;} </style> <script> var LOG_ERROR = 1, LOG_WARNING = 2, LOG_DEBUG = 4; var FirstRun = true, IsCallbackActive = false, IsTableOpen = false, IsThreadActive = false; function StartCB(cbname) { StartTable(1, 0, cbname); } function EndCB() { EndTable(); IsCallbackActive = false; } function StartTable(iscallback, isthreaded, cbname) { if(IsTableOpen == true || isthreaded != IsThreadActive) EndTable(); if(iscallback == true) { document.write( "<table class=left2>" + "<th bgcolor=#C0C0C0 >In callback \""+cbname+"\"</th>" + "</table>" ); } document.write("<table"); if(iscallback == true || (isthreaded != IsThreadActive && isthreaded == false && IsCallbackActive == true) ) { document.write(" class=left2"); IsCallbackActive = true; } else if(isthreaded == true) document.write(" class=left1"); IsThreadActive = isthreaded; document.write(">"); if(FirstRun == true) { FirstRun = false; document.write("<thead><th class=time>Time</th><th class=func>Function</th><th class=stat>Status</th><th class=msg>Message</th></thead>"); } document.write("<tbody>"); IsTableOpen = true; } function EndTable() { document.write("</tbody></table>"); IsTableOpen = false; } function Log(time, func, status, msg, isthreaded) { isthreaded = typeof isthreaded !== 'undefined' ? isthreaded : 0; if(IsTableOpen == false || isthreaded != IsThreadActive) StartTable(false, isthreaded, ""); var StatColor, StatText; switch(status) { case LOG_ERROR: StatColor = "RED"; StatText = "ERROR"; break; case LOG_WARNING: StatColor = "#FF9900"; StatText = "WARNING"; break; case LOG_DEBUG: StatColor = "#00DD00"; StatText = "OK"; break; } document.write( "<tr bgcolor="+StatColor+">" + "<td class=time>"+time+"</td>" + "<td class=func>"+func+"</td>" + "<td class=stat>"+StatText+"</td>" + "<td class=msg>"+msg+"</td>" + "</tr>" ); } </script></head><body bgcolor=grey> <h2>Logging started at 12:21, 21.04.2020</h2><script>
Log("12:21:15","CMySQLQuery::Execute[()]",1,"(error #1146) Table 'GLR.GLR_stuff' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
StartCB("OnQueryError");EndCB();StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
StartCB("OnQueryError");Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
StartCB("OnQueryError");EndCB();StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_gangwar' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_blitzer' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_minen' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_xmasobjects' doesn't exist",1);
Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_drugs' doesn't exist",1);
StartCB("OnQueryError");EndCB();StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_networktowers' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
EndCB();StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_vehicles' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_advertismentboards' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_races' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_blackmarket' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_stuff' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_stuff' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_fraktion_verwaltung' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_properties' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_businesses' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_organisations' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_firmen' doesn't exist",1);
StartCB("OnQueryError");Log("12:21:15","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_partei' doesn't exist",1);
EndCB();StartCB("OnQueryError");EndCB();Log("12:22:39","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_multiaccounts' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:22:39","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_bans' doesn't exist",1);
StartCB("OnQueryError");EndCB();Log("12:22:50","CMySQLQuery::Execute[OnQueryFinish(siii)]",1,"(error #1146) Table 'GLR.GLR_account_main' doesn't exist",1);
StartCB("OnQueryError");EndCB();</script>
Alles anzeigen
Server log
Code
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[12:21:14] filterscripts = "" (string)
[12:21:14]
[12:21:14] Server Plugins
[12:21:14] --------------
[12:21:14] Loading plugin: crashdetect.so
[12:21:14] CrashDetect v4.15.1 is OK.
[12:21:14] Loaded.
[12:21:14] Loading plugin: mysql_static.so
[12:21:14] >> plugin.mysql: R33 successfully loaded.
[12:21:14] Loaded.
[12:21:14] Loading plugin: sscanf.so
[12:21:14]
[12:21:14] ===============================
[12:21:14] sscanf plugin loaded.
[12:21:14] Version: 2.8.2
[12:21:14] (c) 2012 Alex "Y_Less" Cole
[12:21:14] ===============================
[12:21:14] Loaded.
[12:21:14] Loading plugin: streamer.so
[12:21:14]
*** Streamer Plugin v2.8 by Incognito loaded ***
[12:21:14] Loaded.
[12:21:14] Loading plugin: FileManager.so
[12:21:14] ******************
[12:21:14] ** FILE MANAGER **
[12:21:14] ** Loaded **
[12:21:14] ** Version 1.5 **
[12:21:14] ******************
[12:21:14] Loaded.
[12:21:14] Loading plugin: MapAndreas.so
[12:21:14] Loaded.
[12:21:14] Loaded 6 plugins.
[12:21:14]
[12:21:14] Filterscripts
[12:21:14] ---------------
[12:21:14] Loaded 0 filterscripts.
[12:21:15] ... GamemodeInit
[12:21:15] SERVER-Info: Verbindung zur Datenbank wurde erfolgreich hergestellt.
[12:21:15] SERVER-Info: ***,User: GLR,Datanbank: GLR,Passwort: **
[12:21:15] Neues Thema erstellt.
Titel: Teamspeak
Schluesselwoerter: Teamspeak freischalten
Infotext: Deinen Teamspeak Account kann man im Control Panel freischalten
[12:21:15] Neues Thema erstellt.
Titel: Forum
Schluesselwoerter: Forum freischalten
Infotext: Deinen Foren Account kann man im Control Panel verifizieren.
[12:21:15] Neues Thema erstellt.
Titel: Regelwerk
Schluesselwoerter: Regelwerk einsehen
Infotext: Das Regelwerk befindet sich im Forum und ist einzuhalten.
[12:21:15] Scriptversion: German Reallife by GLR,Mapversion San Andreas by GLR,Url: www.german-legend-reallife.de,Besitzer & Scripter: Tartaros,Maximale NPC´s: 21
[12:21:15] --------------------------------
[12:21:15] Laden ...
[12:21:15] - Globale Timer gestartet. | Bots connected. -
[12:21:15] Laden erfolgreich.
[12:21:15] --------------------------------
[12:21:15] - Server brauchte für das Hochfahren 58 ms -
[12:21:15] Server bereit für Spieler ... Sanktionen können nun ausgeführt werden.
[12:21:15] Number of vehicle models: 83
[12:21:16] [connection] 127.0.0.1:38539 requests connection cookie.
[12:21:16] [connection] 127.0.0.1:53507 requests connection cookie.
[12:21:17] [connection] incoming connection: 127.0.0.1:38539 id: 0
[12:21:17] [connection] incoming connection: 127.0.0.1:53507 id: 1
[12:21:17] [npc:join] [BOT]Shamal has joined the server (0:127.0.0.1)
[12:21:17] [npc:join] [BOT]AT400 has joined the server (1:127.0.0.1)
[12:21:18] [connection] 127.0.0.1:58656 requests connection cookie.
[12:21:18] [connection] 127.0.0.1:40424 requests connection cookie.
[12:21:18] [connection] 127.0.0.1:41438 requests connection cookie.
[12:21:18] [connection] 127.0.0.1:44542 requests connection cookie.
[12:21:19] [connection] incoming connection: 127.0.0.1:58656 id: 2
[12:21:19] [connection] incoming connection: 127.0.0.1:44542 id: 3
[12:21:19] [connection] incoming connection: 127.0.0.1:41438 id: 4
[12:21:19] [connection] incoming connection: 127.0.0.1:40424 id: 5
[12:21:19] [npc:join] [BOT]DKDealer has joined the server (2:127.0.0.1)
[12:21:19] [npc:join] [BOT]C4Transport has joined the server (3:127.0.0.1)
[12:21:19] [npc:join] [BOT]F.NinowBot has joined the server (4:127.0.0.1)
[12:21:19] [npc:join] [BOT]OpiumDealer has joined the server (5:127.0.0.1)
[12:21:20] [connection] 127.0.0.1:43825 requests connection cookie.
[12:21:20] [connection] 127.0.0.1:55551 requests connection cookie.
[12:21:20] [connection] 127.0.0.1:48349 requests connection cookie.
[12:21:20] [connection] 127.0.0.1:41568 requests connection cookie.
[12:21:21] [connection] incoming connection: 127.0.0.1:43825 id: 6
[12:21:21] [connection] incoming connection: 127.0.0.1:55551 id: 7
[12:21:21] [connection] incoming connection: 127.0.0.1:48349 id: 8
[12:21:21] [connection] incoming connection: 127.0.0.1:41568 id: 9
[12:21:21] [npc:join] [BOT]Antibot has joined the server (6:127.0.0.1)
[12:21:21] [npc:join] [BOT]Bank has joined the server (7:127.0.0.1)
[12:21:21] [npc:join] [BOT]StadthalleLS has joined the server (8:127.0.0.1)
[12:21:21] [npc:join] [BOT]StadthalleSF has joined the server (9:127.0.0.1)
[12:21:22] [connection] 127.0.0.1:34940 requests connection cookie.
[12:21:23] [connection] incoming connection: 127.0.0.1:34940 id: 10
[12:21:24] [npc:join] [BOT]Prister has joined the server (10:127.0.0.1)
[12:22:31] [connection] 80.255.7.43:19227 requests connection cookie.
[12:22:32] [connection] incoming connection: 80.255.7.43:19227 id: 11
[12:22:33] [join] ShadowKev1999 has joined the server (11:80.255.7.43)
[12:23:27] [part] ShadowKev1999 has left the server (11:1)
[12:29:49] [npc:part] [BOT]Shamal has left the server (0:0)
[12:29:49] [npc:part] [BOT]AT400 has left the server (1:0)
[12:29:49] [npc:part] [BOT]DKDealer has left the server (2:0)
[12:29:49] [npc:part] [BOT]F.NinowBot has left the server (4:0)
[12:29:49] [npc:part] [BOT]OpiumDealer has left the server (5:0)
[12:29:51] [npc:part] [BOT]C4Transport has left the server (3:0)
[12:29:55] [npc:part] [BOT]Antibot has left the server (6:0)
[12:29:55] [npc:part] [BOT]Bank has left the server (7:0)
[12:29:55] [npc:part] [BOT]StadthalleLS has left the server (8:0)
[12:29:55] [npc:part] [BOT]StadthalleSF has left the server (9:0)
[12:29:55] [npc:part] [BOT]Prister has left the server (10:0)
Alles anzeigen