Beiträge von Marcel_Muerto

    Mein Wissensstand war Vodafone. Aber das schon ne Weile her als ich dort war.

    Also ich bin bei Vodafone und habe dort keine Probleme, bei mir lief alles sofort.
    Denke die haben das wohl behoben.

    komme trotzdem nicht aufn Server

    Besteht das Problem noch?
    Wenn ja, ich wäre dort im Teamspeak anwesend und könnte versuchen dir bei deinem Problem zu helfen.

    Die DB von dem Script welches bei Fileupload runtergeladen werden kann ist buggy. Würde es nur für mich selber nutzen aber damit keinen Server aufmachen einfach nur weil ich das Script Feier und es vermisse

    Du kannst mit etwas Ahnung, die SQL-Datei selber entbuggen. :)
    So schwer ist es gar nicht.

    Diese wirst du sicherlich nicht bekommen

    Die Frage ist, woher kannst du das wissen, das er sie nicht bekommen wird?
    Es haben damals viele das Script runtergeladen.

    Ich kenne mich gut in ArmA 3 aus. Ich weiss was TFAR und ACE sind.
    Das klärt trotzdem nun nicht die Frage ob es nur ServerSide Mods wie Altis-Life sein sollen oder auch Client-Side Modifikationen.

    Die Herrschaften wollen, wahrscheinlich einen Server machen, wie z.B Arma 3 Life ( wenn es dir was sagt ) oder auch unter Lakesidevalley Roleplay/Reallife bekannt.
    Dort wird ein Server-und Client-Side Mod gemacht ( Sag ich mal so ) und diesen Clientside Mod müssen dann die Spieler über ein Launcher ( Deswegen C++/C# ) herunterladen, damit man auf ihren Server drauf kann.
    Wahrscheinlich werden dort die Fahrzeuge so angepasst und auch neue Fahrzeuge hinzugefügt, das alles quasi wie im Reallife aussiecht und dort wird dann Roleplay verübt über das TFAR und ACE.


    @J.Woods: Ist das so korrekt?

    mysql_log(LOG_ALL);


    Leere mal den MySQL Log (lösche ihn) und starte dann deinen Server neu.
    Dann poste was alles in dem MySQL Log steht.


    [19:59:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("fimodel")
    [19:59:16] [ERROR] cache_get_field_content_int - invalid datatype
    [19:59:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("ficolor1")
    [19:59:16] [ERROR] cache_get_field_content_int - invalid datatype
    [19:59:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("ficolor2")
    [19:59:16] [ERROR] cache_get_field_content_int - invalid datatype
    [19:59:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("fiPosX")
    [19:59:16] [ERROR] cache_get_field_content_float - invalid datatype
    [19:59:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("fiPosY")
    [19:59:16] [ERROR] cache_get_field_content_float - invalid datatype
    [19:59:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("fiPosZ")
    [19:59:16] [ERROR] cache_get_field_content_float - invalid datatype
    [19:59:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("fiPosA")
    [19:59:16] [ERROR] cache_get_field_content_float - invalid datatype
    [19:59:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("fimodel")
    [19:59:16] [ERROR] cache_get_field_content_int - invalid datatype
    [19:59:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("ficolor1")
    [19:59:16] [ERROR] cache_get_field_content_int - invalid datatype
    [19:59:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("ficolor2")
    [19:59:16] [ERROR] cache_get_field_content_int - invalid datatype
    [19:59:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("fiPosX")
    [19:59:16] [ERROR] cache_get_field_content_float - invalid datatype
    [19:59:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("fiPosY")
    [19:59:16] [ERROR] cache_get_field_content_float - invalid datatype
    Jeffry:

    Guten Tag,
    ich habe seit Tagen mitbekommen, dass bei mir ein Mysql Error gibt.
    Ich hoffe einer kann mir helfen bei mein Problem.


    Mysql Error:
    [17:24:49] [WARNING] CMySQLResult::GetRowDataByName - field not found ("fimodel")
    [17:24:49] [ERROR] cache_get_field_content_int - invalid datatype
    [17:24:49] [WARNING] CMySQLResult::GetRowDataByName - field not found ("ficolor1")
    [17:24:49] [ERROR] cache_get_field_content_int - invalid datatype
    [17:24:49] [WARNING] CMySQLResult::GetRowDataByName - field not found ("ficolor2")
    [17:24:49] [ERROR] cache_get_field_content_int - invalid datatype
    [17:24:49] [WARNING] CMySQLResult::GetRowDataByName - field not found ("fiPosX")
    [17:24:49] [ERROR] cache_get_field_content_float - invalid datatype
    [17:24:49] [WARNING] CMySQLResult::GetRowDataByName - field not found ("fiPosY")
    [17:24:49] [ERROR] cache_get_field_content_float - invalid datatype
    [17:24:49] [WARNING] CMySQLResult::GetRowDataByName - field not found ("fiPosZ")
    [17:24:49] [ERROR] cache_get_field_content_float - invalid datatype
    [17:24:49] [WARNING] CMySQLResult::GetRowDataByName - field not found ("fiPosA")
    [17:24:49] [ERROR] cache_get_field_content_float - invalid datatype


    Hier die Stelle:
    stock LoadFirmaCars(frakid)
    {
    new query[256];
    format(query, sizeof(query), "SELECT * FROM ficars WHERE fiid='%i' AND fabgeschleppt='0'", frakid);
    mysql_function_query(dbhandle,query,true,"OnLoadFirmaCars","i",frakid);
    return 1;
    }


    public OnLoadFirmaCars(frakid)
    {
    new num_fields,num_rows;
    cache_get_data(num_rows,num_fields,dbhandle);
    if(!num_rows)return 1;
    for(new i=0; i<num_rows; i++)
    {
    new temp_modelid, temp_color1, temp_color2, Float:temp_saveX, Float:temp_saveY, Float:temp_saveZ, Float:temp_saveA;
    temp_modelid = cache_get_field_content_int(i,"fimodel",dbhandle);
    temp_color1 = cache_get_field_content_int(i,"ficolor1",dbhandle);
    temp_color2 = cache_get_field_content_int(i,"ficolor2",dbhandle);
    temp_saveX = cache_get_field_content_float(i,"fiPosX",dbhandle);
    temp_saveY = cache_get_field_content_float(i,"fiPosY",dbhandle);
    temp_saveZ = cache_get_field_content_float(i,"fiPosZ",dbhandle);
    temp_saveA = cache_get_field_content_float(i,"fiPosA",dbhandle);
    new vID = CreateVehicle(temp_modelid, temp_saveX, temp_saveY, temp_saveZ, temp_saveA, temp_color1, temp_color2, -1);
    fivInfo[vID][fimodel] = temp_modelid;
    fivInfo[vID][ficolor1] = temp_color1;
    fivInfo[vID][ficolor2] = temp_color2;
    fivInfo[vID][fiPosX] = temp_saveX;
    fivInfo[vID][fiPosY] = temp_saveY;
    fivInfo[vID][fiPosZ] = temp_saveZ;
    fivInfo[vID][fiPosA] = temp_saveA;
    fivInfo[vID][db_id] = cache_get_field_content_int(i,"id",dbhandle);
    fivInfo[vID][fiid] = cache_get_field_content_int(i,"fiid",dbhandle);
    vInfo[vID][vehicleTank] = cache_get_field_content_int(i,"fivehicleTank",dbhandle);
    vInfo[vID][vdamage] = cache_get_field_content_float(i,"fivdamage",dbhandle);
    vInfo[vID][fiveh] = 1;
    GetVehicleParamsEx(vID,engine,lights,alarm,doors,bonnet,boot,objective);
    SetVehicleParamsEx(vID,VEHICLE_PARAMS_OFF,lights,alarm,1,bonnet,boot,objective);
    new string[128];
    format(string, sizeof(string), ""cBlue"%s [%i]", fiInfo[frakid][fishort], fivInfo[vID][db_id]);
    SetVehicleNumberPlate(vID, string);
    }
    return 1;
    }

    Ich werde mir die Tage mal Arma 3 kaufen und dann werde ich sicherlich mal vorbeischauen.
    Gibt es auch Security-Firmen?


    Die Security Firma wird auch noch gemacht. Es kommen noch ADAC und noch andere Sachen die später Erklärt werden.


    Anfrage gefällt mir gut, sowie die Homepage, dass Forum würde ich mir in Wbb3/Wbb4 wünschen.
    Wünsche euch viel Glück!


    Danke, das mit WBB hatten wir vor es gab nur ein paar Probleme.