Häuser Erstellen bei LosAngelsReallife.

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
  • Hey Forum und hey Spieler,


    Ich habe gestern viele Häuser Gemappt und würde gerne so machen das man da einziehen kann.
    Ich habe in die Property.cfg reingekuckt und meine Koordinaten eingetippt.


    Also habe ich es so gemacht
    791.9822,-2810.0994,10.3030,227.000,0,0,0,0,0,0,0,0,The
    State,House,950000,0,0,2,1,0,0,1,1,182,418,-1,170,3,0,1,0,0,0,0,0,0,0,0,0,02067-868652,-
    Es hat geklappt das icon ist jetzt vor der haustür und ich kann das haus kaufen.
    Doch das Problem ist ich komm nicht ins Haus Rein ! ich kann es nur kaufen und geld hat es mir auch nicht abgezogen ;)
    also diese 950000 die ich weiss nicht was ich falsch gemacht habe!


    hier mein Property im Script !
    public LoadProperty()
    {
    new arrCoords[29][64];
    new strFromFile2[256];
    new File: file = fopen("property.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]);
    HouseInfo[idx][hHealthx] = strval(arrCoords[6]);
    HouseInfo[idx][hHealthy] = strval(arrCoords[7]);
    HouseInfo[idx][hHealthz] = strval(arrCoords[8]);
    HouseInfo[idx][hArmourx] = strval(arrCoords[9]);
    HouseInfo[idx][hArmoury] = strval(arrCoords[10]);
    HouseInfo[idx][hArmourz] = strval(arrCoords[11]);
    //printf("HouseInfo hEntrancez %f",HouseInfo[idx][hEntrancez]);
    strmid(HouseInfo[idx][hOwner], arrCoords[12], 0, strlen(arrCoords[12]), 255);
    strmid(HouseInfo[idx][hDiscription], arrCoords[13], 0, strlen(arrCoords[13]), 255);
    HouseInfo[idx][hValue] = strval(arrCoords[14]);
    HouseInfo[idx][hHel] = strval(arrCoords[15]);
    HouseInfo[idx][hArm] = strval(arrCoords[16]);
    HouseInfo[idx][hInt] = strval(arrCoords[17]);
    HouseInfo[idx][hLock] = strval(arrCoords[18]);
    HouseInfo[idx][hOwned] = strval(arrCoords[19]);
    HouseInfo[idx][hRooms] = strval(arrCoords[20]);
    HouseInfo[idx][hRent] = strval(arrCoords[21]);
    HouseInfo[idx][hRentabil] = strval(arrCoords[22]);
    HouseInfo[idx][hTakings] = strval(arrCoords[23]);
    HouseInfo[idx][hVec] = strval(arrCoords[24]);
    if(HouseInfo[idx][hVec] == 457)
    {
    HouseInfo[idx][hVec] = 411;
    }
    HouseInfo[idx][hVcol1] = strval(arrCoords[25]);
    HouseInfo[idx][hVcol2] = strval(arrCoords[26]);
    HouseInfo[idx][hDate] = strval(arrCoords[27]);
    HouseInfo[idx][hLevel] = strval(arrCoords[28]);
    idx++;
    }
    fclose(file);
    }
    return 1;
    }

  • würdest du bitte die

    Code
    [pwn][/pwn]

    Codes benutzen.


    lg


    pS

  • Also die ersten drei weiss ich nur sind X,Y,Z Koordinate aber wie kriege ich Exit koordinate raus ich kann ja nicht ins interior rein!
    und Alles Einstellen weiss ich auch nicht also preis und andere sachen!


    //Edit


    Kuck dir mal diese zeilen an
    hEntrancex
    und die anderen trunter das muss ich ja reinschreiben oder?

  • also mit den koordinaten ist es jetzt nicht das problem.


    nämlich du stellst dich da hin wo der spieler sein soll wenn er /exit macht.


    DIe Koordinaten für Interirors findest du wenn du bißchen googlest also hier die seite: http://weedarr.wikidot.com/interior


    so wenn du selbst interiors erstellen willst geh mal in Totourial da sind gut beschriebene drin.


    //Edit: hinzugefügt Text


    Also mit dem Preis da musst mal "PasMod" fragen da kennt glaube ich er sich mehr aus als ich ^^

  • Das ist ok,aber ich komm ja nicht rein! ich kann es nur kaufen und nichts anderes ;(
    Ich kapier das nicht also die interiors sind mir klar aber wenn du die das ankuckst


    2457.287597,-1054.422119,59.742198,1.200000,-3.400000,999.400024,0,0,0,0,0,0,The State,House,25100,0,0,2,1,0,0,1,1,182,418,-1,-1,170,3,0,1,0,0,0,0,0,0,0,0,0,0
    2067.868652,-


    Dan wird dir schlecht oder! ;) das ist jetzt ein richtiges vom Standtart GF. Die Ersten drei sind die Enter koordinate X,Y,Z, das Zweite stück also ab 1.200000 sind schon die Exit koordinate und danach kommen die ganzen nuller kann es sein das es dann das ist
    HouseInfo[idx][hHealthx] = strval(arrCoords[6]);
    HouseInfo[idx][hHealthy] = strval(arrCoords[7]);
    HouseInfo[idx][hHealthz] = strval(arrCoords[8]);
    HouseInfo[idx][hArmourx] = strval(arrCoords[9]);
    HouseInfo[idx][hArmoury] = strval(arrCoords[10]);
    HouseInfo[idx][hArmourz] = strval(arrCoords[11]);
    Also dieses Leben! ?


    //Edit Das wichtigste ist ja das ich irgendwie reinkomme und das steht nicht von int nur einmal und das ist [hint] und was ist mit den Koordinaten?