House System Frage

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hallo Breadfish. Ich hab ein "Selfmade" Script vor paar monate gekauft und ich editiere es grade füge neue sachen usw.. Mir ist grade aufgefallen das dass House System irgendwie voll komisch aussieht, nicht im Script sondern in der .cfg datei.



    1310.223876,-1368.274047,13.547100,225.877105,1022.276306,1084.015258,benutzername,10000,7,1,1,10,0,0,1,0,0,0
    726.653076,-1439.766357,13.539093,225.877105,1022.276306,1084.015258,Niemand,10000,7,1,0,10,0,0,1,0,0,0
    251.582199,-1220.112182,76.102401,225.877105,1022.276306,1084.015258,Niemand,10000,7,1,0,50,0,0,1,0,0,0
    253.206802,-1269.889892,74.390098,225.877105,1022.276306,1084.015258,Niemand,10000,7,1,0,50,0,0,1,0,0,0
    351.775695,-1197.941284,76.515602,225.877105,1022.276306,1084.015258,Niemand,10000,7,1,0,50,0,0,1,0,0,0
    300.310485,-1154.517456,81.391197,225.877105,1022.276306,1084.015258,Niemand,10000,7,1,0,50,0,0,1,0,0,0
    300.224700,-1154.432739,81.390701,225.877105,1022.276306,1084.015258,Niemand,10000,7,1,0,50,0,0,1,0,0,0

    So, ich weiß jetzt grad nicht wo das X ist und wo das Z ist :o bzw wo das ende ist..


    Gruß

  • sieht nicht nur Kommisch aus, sondern für mich auf den ersten blick nach gf, kann mich aber gut iren.


    ohne Loadcode können wir dir nicht helfen.

  • Bitteschön:
    public LoadProperty()
    {
    new arrCoords[30][64];
    new strFromFile2[256];
    new File: file = fopen("houses.cfg", io_read);
    if (file)
    {
    new idx;
    while (idx < sizeof(HouseInfo))
    {
    fread(file, strFromFile2);
    split(strFromFile2, arrCoords, ',');
    HouseInfo[idx][hEntrancex] = floatstr(arrCoords[0]);
    HouseInfo[idx][hEntrancey] = floatstr(arrCoords[1]);
    HouseInfo[idx][hEntrancez] = floatstr(arrCoords[2]);
    HouseInfo[idx][hExitx] = floatstr(arrCoords[3]);
    HouseInfo[idx][hExity] = floatstr(arrCoords[4]);
    HouseInfo[idx][hExitz] = floatstr(arrCoords[5]);
    strmid(HouseInfo[idx][hOwner], arrCoords[6], 0, strlen(arrCoords[6]), 255);
    HouseInfo[idx][hPrice] = strval(arrCoords[7]);
    HouseInfo[idx][hInt] = strval(arrCoords[8]);
    HouseInfo[idx][hLock] = strval(arrCoords[9]);
    HouseInfo[idx][hOwned] = strval(arrCoords[10]);
    HouseInfo[idx][hRent] = strval(arrCoords[11]);
    HouseInfo[idx][hRentabil] = strval(arrCoords[12]);
    HouseInfo[idx][hKasse] = strval(arrCoords[13]);
    HouseInfo[idx][hLevel] = strval(arrCoords[14]);
    HouseInfo[idx][hWorld] = strval(arrCoords[15]);
    HouseInfo[idx][hArmor] = strval(arrCoords[16]);
    HouseInfo[idx][hLeben] = strval(arrCoords[17]);
    idx++;
    }
    fclose(file);
    }
    return 1;
    }

  • [table=10]
    [*]EnterX
    [*]EnterY
    [*]EnterZ
    [*]InterriorX
    [*]InterriorY
    [*]InterriorZ
    [*]Besitzer
    [*]Preis
    [*]InterriorId
    [*]Abgeschlossen
    [*]253.206802 [*]-1269.889892 [*]74.390098 [*]225.877105 [*]1022.276306 [*]1084.015258 [*]Niemand [*]10000 [*]7 [*]1
    [/table]



    [table=8]
    [*]Gibt es einen Besitzer?
    [*]Mietkosten
    [*]Mietbar?
    [*]Kasse
    [*]Level
    [*]VW
    [*]Armor
    [*]Leben
    [*]ZERO[*]50[*]ZERO[*]ZERO[*]1 [*]ZERO[*]ZERO[*]ZERO
    [/table]


    da die tabelle 0 nicht darstellen will habe ich ZERO geschrieben