Beiträge von [pL]Makaveli

    Endlich mal ein gescheiter der das pRP Script nutzt und bei der Werbung GODFATHER Präfix hat.


    b2t.
    Meine Meinung zu dem Script bleibt unverändert. Das Script hätte von dem Schwachkopf Fernandez nie veröffentlicht werden sollen.
    Die Serverwerbung, ist nicht so schlecht. vielleicht weniger Farben beim Adminteam benutzen, wirkt leicht kindisch
    Und die Grafiken sind auch nicht so mein Ding 4/10.
    Das Script ansich 6/10 (bezieht sich auf dem Original Script)
    Das Forum gefällt mir garnicht und nicht weil es keine .DE Domain hat ( was eigentlich Scheißegal ist ;) ) sondern das Design ist nicht wirklich schön.
    Zu dem Servernamen sage ich nichts :rolleyes:


    Viel Glück.



    btw. Ich dachte Rechtsberatung ist hier nicht erwünscht ? :thumbup:


    Danke dir, bei so vielen Klammern komm ich manchmal durcheinander

    stock CreateTables()
    {
    new query[4000];
    strcat(query,"CREATE TABLE IF NOT EXISTS accounts (id int(11) NOT NULL AUTO_INCREMENT, Name varchar(24) NOT NULL, Passwort varchar(40) NOT NULL, Adminlevel int(2) NOT NULL, Skin int(3) NOT NULL, Level int(2) NOT NULL, Geld int(11) NOT NULL, Konto int(1) NOT NULL, Kontostand int(11) NOT NULL,");
    strcat(query,"Personalausweis int(1) NOT NULL, Arbeitserlaubnis int(1) NOT NULL, Fraktkionssperre int(1) NOT NULL, Fraktion int(2) NOT NULL, Fraktionsrang int(1) NOT NULL, Leader int(1) NOT NULL, Pin int(11) NOT NULL, Kontonummer int(11) NOT NULL, Ganja int(6) NOT NULL, C4 int(6) NOT NULL, LSD int(6) NOT NULL,");
    strcat(query,"Warns int(1) NOT NULL, Job int(3) NOT NULL, Arbeitslosengeld int(1) NOT NULL, NvR-Points int(3) NOT NULL, PRIMARY KEY (id)");
    mysql_function_query(dbhandle,query,false,"","");
    return 1;
    }


    Mysql Version R33 BlueG
    Mysql LOG

    Spoiler anzeigen
    [20:54:08] [DEBUG] mysql_connect - host: "127.0.0.1", user: "****", database: "nvr", password: "****", port: 3306, autoreconnect: true
    [20:54:08] [DEBUG] CMySQLHandle::Create - creating new connection..
    [20:54:08] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
    [20:54:08] [DEBUG] CMySQLHandle::Create - connection created with ID = 1
    [20:54:08] [DEBUG] CMySQLConnection::Connect - connection was successful
    [20:54:08] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
    [20:54:08] [DEBUG] CMySQLConnection::Connect - connection was successful
    [20:54:08] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
    [20:54:08] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS accounts (id int(11) NOT NULL AUTO_IN", callback: "(null)", format: "(null)"
    [20:54:08] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
    [20:54:08] [DEBUG] mysql_tquery - scheduling query "CREATE TABLE IF NOT EXISTS accounts (id int(11) NOT NULL AUTO_INCREMENT, Name varchar(24) NOT NULL, Passwort varchar(40) NOT NULL, Adminlevel int(2) NOT NULL, Skin int(3) NOT NULL, Level int(2) NOT NULL, Geld int(11) NOT NULL, Konto int(1) NOT NULL, Kontostand int(11) NOT NULL,Personalausweis int(1) NOT NULL, Arbeitserlaubnis int(1) NOT NULL, Fraktkionssperre int(1) NOT NULL, Fraktion int(2) NOT NULL, Fraktionsrang int(1) NOT NULL, Leader int(1) NOT NULL, Pin int(11) NOT NULL, Kontonummer int(11) NOT NULL, "..
    [20:54:08] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
    [20:54:08] [DEBUG] CMySQLQuery::Execute[()] - error will be triggered in OnQueryError
    [20:54:08] [DEBUG] CMySQLQuery::Execute[()] - data being passed to ProcessCallbacks()
    [20:54:08] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called


    Dankeschön