Beiträge von Beam

    Wie immer eine schöne Map von dir. :) Gute Lage, schöne Form, gute Idee aber manschmal nicht sauber gemappt, z.B. der Boden bei Bild 13.
    Die eine Treppe bei Bild 10 hättest du evtl. noch texturieren können, sieht so nicht besonders schön aus.


    Im Großen und Ganzen gelungene Map, gefällt mir ;)

    public OnGameModeInit()
    {
    SetGameModeText(Version);
    mysql_log(LOG_ALL);
    Connect_To_Database();
    return 1;
    }
    ganz unten im Script:
    stock Connect_To_Database()
    {
    mysql_connect(SQL_HOST, SQL_USER, SQL_DATA, SQL_PASS);
    if(mysql_errno() == 1)
    {

    print("<-| [MYSQL] Verbindung zur Datenbank wurde erfolgreich hergestellt!");
    return true;
    }
    else
    {

    print("<-| [MYSQL] Es konnte keine Verbindung zur Datenbank hergestellt werden!");
    print("<-| [MYSQL] Es wird erneut versucht eine Verbindung zur Datenbank herzustellen!");
    mysql_connect(SQL_HOST, SQL_USER, SQL_DATA, SQL_PASS);
    if(mysql_errno() == 1)
    {
    print("<-| [MYSQL] Es konnte im 2. Versuch eine Verbindung hergestellt werden!");
    return true;
    }
    else
    {

    print("<-| [MYSQL] Es konnte keine Verbindung zur Datenbank hergestellt werden!");
    print("<-| [MYSQL] Der Server wird nun heruntergefahren!");
    SendRconCommand("exit");
    return true;
    }
    }
    }

    Moin,


    Möchte mein Script per Localhost starten, aber es stürzt immer ab.


    Script hat keine Errors. Als Passwort habe ich keins gewählt.


    Hier die Logs:


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

    Serverlog
    SA-MP Dedicated Server
    ----------------------
    v0.3z, (C)2005-2014 SA-MP Team

    Serverlog
    [17:47:22]
    [17:47:22] Server Plugins
    [17:47:22] --------------
    [17:47:22] Loading plugin: sscanf
    [17:47:22]

    Serverlog
    [17:47:22] ===============================

    Serverlog
    [17:47:22] sscanf plugin loaded.

    Serverlog
    [17:47:22] Version: 2.8.1

    Serverlog
    [17:47:22] (c) 2012 Alex "Y_Less" Cole

    Serverlog
    [17:47:22] ===============================

    Serverlog
    [17:47:22] Loaded.
    [17:47:22] Loading plugin: streamer
    [17:47:22] Loaded.
    [17:47:22] Loading plugin: mysql
    [17:47:22] >> plugin.mysql: R39-2 successfully loaded.
    [17:47:22] Loaded.
    [17:47:22] Loaded 3 plugins.

    Serverlog
    [17:47:22]
    [17:47:22] Filterscripts
    [17:47:22] ---------------
    [17:47:22] Loading filterscript 'maps.amx'...
    [17:47:22] Loaded 1 filterscripts.

    Serverlog
    [17:47:22] <-| [MYSQL] Es konnte keine Verbindung zur Datenbank hergestellt werden!
    [17:47:22] <-| [MYSQL] Es wird erneut versucht eine Verbindung zur Datenbank herzustellen!
    [17:47:22] <-| [MYSQL] Es konnte keine Verbindung zur Datenbank hergestellt werden!
    [17:47:22] <-| [MYSQL] Der Server wird nun heruntergefahren!
    [17:47:22]
    --------------------------------------
    [17:47:22] Maps V 0.0.0
    [17:47:22] --------------------------------------

    Serverlog
    [17:47:22]
    ----------------------------------
    [17:47:22] San Andreas Online
    [17:47:22] ----------------------------------

    Serverlog
    [17:47:22] Number of vehicle models: 0
    [17:47:22] --- Server Shutting Down.
    [17:47:22]

    Serverlog
    [17:47:22] ===============================

    Serverlog
    [17:47:22] sscanf plugin unloaded.

    Serverlog
    [17:47:22] ===============================

    Serverlog
    [17:47:22]

    Serverlog
    *** Streamer Plugin v2.7.1 by Incognito unloaded ***

    Serverlog
    [17:47:22] plugin.mysql: Unloading plugin...[17:47:22] plugin.mysql: Plugin unloaded.


    MySQL-Log
    [17:47:22] [DEBUG] mysql_connect - host: "127.0.0.1", user: "root", database: "samp_db", password: "****", port: 3306, autoreconnect: true, pool_size: 2
    [17:47:22] [DEBUG] CMySQLHandle::Create - creating new connection..
    [17:47:22] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
    [17:47:22] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
    [17:47:22] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
    [17:47:22] [DEBUG] CMySQLConnection::Connect - connection was successful
    [17:47:22] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
    [17:47:22] [DEBUG] mysql_errno - connection: 1
    [17:47:22] [DEBUG] mysql_connect - host: "127.0.0.1", user: "root", database: "samp_db", password: "****", port: 3306, autoreconnect: true, pool_size: 2
    [17:47:22] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
    [17:47:22] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
    [17:47:22] [DEBUG] CMySQLHandle::Create - creating new connection..
    [17:47:22] [WARNING] CMySQLHandle::Create - connection already exists
    [17:47:22] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
    [17:47:22] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
    [17:47:22] [DEBUG] CMySQLConnection::Connect - connection was successful
    [17:47:22] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
    [17:47:22] [DEBUG] CMySQLConnection::Connect - connection was successful
    [17:47:22] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
    [17:47:22] [DEBUG] CMySQLConnection::Connect - connection was successful
    [17:47:22] [DEBUG] CMySQLConnection::Connect - connection was successful
    [17:47:22] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
    [17:47:22] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
    [17:47:22] [DEBUG] mysql_errno - connection: 1
    [17:47:22] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
    [17:47:22] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
    [17:47:22] [DEBUG] CMySQLConnection::Connect - connection was successful
    [17:47:22] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
    [17:47:22] [DEBUG] CMySQLConnection::Connect - connection was successful
    [17:47:22] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
    [17:47:22] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
    [17:47:22] [DEBUG] CMySQLConnection::Connect - connection was successful
    [17:47:22] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
    [17:47:22] [DEBUG] CMySQLConnection::Disconnect - connection was closed
    [17:47:22] [DEBUG] CMySQLHandle::~CMySQLHandle - deconstructor called

    Servus Breadfish,


    Ich möchte gerne eure Meinung wissen zum Thema Skillsystem, also ob ihr lieber auf einem Server mit Skillsystem spielen würdet oder ohne.
    Zum Skillsystem: Dass man z.B. seine Waffenskills beim Schießen z.B. am Schießstand etc. erhöhen kann und somit mehr Fähigkeiten erlangt. Die Frage bezieht sich natürlich auf Realllife/Roleplay-Server.


    Würde mich über zahlreiche Stimmen/Meinungen freuen.


    Beam