Beiträge von NixMuss


    Ne klappt nicht crasht immer noch

    Ich verstehe nicht warum mein Server Crasht



    Hier ist der Befehl
    ocmd:restart(playerid,params[])
    {
    if(!isAdmin(playerid,9)) return SendClientMessage(playerid,COLOR_RED,"Du bist nicht befugt!");
    SendClientMessageToAll(COLOR_GREEN,"Server wird neugestartet!");
    SendRconCommand("gmx");
    return 1;
    }


    Hier ist der server_log.txt
    SA-MP Dedicated Server
    ----------------------
    v0.3z, (C)2005-2014 SA-MP Team


    [14:05:22] filterscripts = "" (string)
    [14:05:22]
    [14:05:22] Server Plugins
    [14:05:22] --------------
    [14:05:22] Loading plugin: sscanf
    [14:05:22]


    [14:05:22] ===============================


    [14:05:22] sscanf plugin loaded.


    [14:05:22] Version: 2.8.1


    [14:05:22] (c) 2012 Alex "Y_Less" Cole


    [14:05:22] ===============================


    [14:05:22] Loaded.
    [14:05:22] Loading plugin: mysql
    [14:05:22] >> plugin.mysql: R34 successfully loaded.
    [14:05:22] Loaded.
    [14:05:22] Loading plugin: crashdetect
    [14:05:22] CrashDetect v4.15.1 is OK.
    [14:05:22] Loaded.
    [14:05:22] Loaded 3 plugins.


    [14:05:22]
    [14:05:22] Filterscripts
    [14:05:22] ---------------
    [14:05:22] Loaded 0 filterscripts.


    [14:05:22]
    ----------------------------------
    [14:05:22] German Roleplay Server by T4eZ
    [14:05:22] ----------------------------------


    [14:05:22] Number of vehicle models: 0
    [14:05:45] Incoming connection: 127.0.0.1:61185
    [14:05:45] [join] T4eZ has joined the server (0:127.0.0.1)
    Console input: gmx
    [14:07:16] [debug] Server crashed while executing MysqlSelf.amx
    [14:07:16] [debug] AMX backtrace:
    [14:07:16] [debug] #0 native mysql_connect () from mysql.DLL
    [14:07:16] [debug] #1 0000616c in public SSCANF_OnGameModeInit () from MysqlSelf.amx
    [14:07:16] [debug] #2 00000474 in public OnGameModeInit () from MysqlSelf.amx
    [14:07:16] [debug] Native backtrace:
    [14:07:16] [debug] #0 77a1fc0d in ?? () from C:\Windows\SYSTEM32\ntdll.dll
    [14:07:16] [debug] #1 77a1ebff in ?? () from C:\Windows\SYSTEM32\ntdll.dll
    [14:07:16] [debug] #2 77a43920 in ?? () from C:\Windows\SYSTEM32\ntdll.dll
    [14:07:16] [debug] #3 77a423aa in ?? () from C:\Windows\SYSTEM32\ntdll.dll
    [14:07:16] [debug] #4 0233d9ee in ?? () from LIBMYSQL.dll
    [14:07:16] [debug] #5 022eba14 in ?? () from LIBMYSQL.dll
    [14:07:16] [debug] #6 022bd4a6 in ?? () from LIBMYSQL.dll
    [14:07:16] [debug] #7 61a4dcc2 in ?? () from C:\Windows\SYSTEM32\MSVCR110.dll
    [14:07:16] [debug] #8 61bbbf30 in ?? () from plugins\mysql.DLL
    [14:07:16] [debug] #9 61bbd475 in ?? () from plugins\mysql.DLL
    [14:07:16] [debug] #10 023404aa in ?? () from LIBMYSQL.dll
    [14:07:16] [debug] #11 023404f6 in ?? () from LIBMYSQL.dll
    [14:07:16] [debug] #12 022e3163 in ?? () from LIBMYSQL.dll
    [14:07:16] [debug] #13 61bcd8a3 in ?? () from plugins\mysql.DLL
    [14:07:16] [debug] #14 004010b6 in ?? () from samp-server.exe
    [14:07:16] [debug] #15 65c162ca in ?? () from plugins\crashdetect.DLL
    [14:07:16] [debug] #16 65c18b28 in ?? () from plugins\crashdetect.DLL
    [14:07:16] [debug] #17 65c109c7 in ?? () from plugins\crashdetect.DLL
    [14:07:16] [debug] #18 65c1631a in ?? () from plugins\crashdetect.DLL
    [14:07:16] [debug] #19 0046e624 in ?? () from samp-server.exe
    [14:07:16] [debug] #20 65646f6d in ?? () from samp-server.exe
    [14:07:16] [debug] #21 794d2f73 in ?? () from samp-server.exe
    [14:07:16] [debug] #22 536c7173 in ?? () from samp-server.exe
    [14:07:16] [debug] #23 2e666c65 in ?? () from samp-server.exe
    [14:07:16] [debug] #24 00786d61 in ?? ()

    //Edit3:


    Da ich die Maps gerne weg haben möchte, könnt ihr mir nun ein Angebot machen. Ich denke mal, das es bis 18:30 reicht. Schreibt mir einfach euren Betrag per PN. Ich werde mich dann bei euch Melden.


    Mfg.

    Wurden die Maps schon Verkauft, oder kann man noch Bieten?


    new string[128],name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name,sizeof(name));
    format(string,128,"Hanflich Willkommen, %s!",name);
    TextDrawSetString(WillkommenName[playerid],string);
    TextDrawShowForAll(WillkommenName);