Beiträge von .Kevin

    Hallo Com,


    Grade beim Compilen kam das bei raus:


    C:\Users\Theis\Desktop\WoS 3.0\gamemodes\WoSNEW.pwn(56378) : warning 213: tag mismatch
    C:\Users\Theis\Desktop\WoS 3.0\gamemodes\WoSNEW.pwn(56379) : warning 213: tag mismatch
    C:\Users\Theis\Desktop\WoS 3.0\gamemodes\WoSNEW.pwn(56395) : warning 213: tag mismatch


    waren aber vorher noch nicht da :/

    Attach3DTextLabelToPlayer(UserAfk[playerid], playerid, 0.0, 0.0, 0.4);

    format(string,sizeof(string),"[AFK-SYSTEM] {FF0000}%s {FFAA00}ist aus dem Grund %s für %d minuten Afk.", pID, reason, afkzeit);

    Delete3DTextLabel(UserAfk[playerid]);


    MFG K3VIN

    Abend Com,


    Ich habe es jetzt geschaft durch Angelo, ein paar Häuser zu erstellen, aber ich möchte jetzt noch wissen wie
    ich die Pickup updaten kann ? Die Schrift und so updated sich, aber die Pickups nicht..


    CODE:


    if(HouseInfo[h][hOwned] == 0)
    {
    format(string2, sizeof(string2), "[Haus zu verkaufen - %s]\nPreis: €%d\nLevel: %d\n/buyhouse zum kaufen",HouseInfo[h][hDiscription],HouseInfo[h][hValue],HouseInfo[h][hLevel]);
    HouseInfo[h][Text] = Create3DTextLabel(string2,COLOR_FORSELL,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+1,15.0,0);
    AddStaticPickup(1273, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez], 0);
    pickups++;
    }
    if(HouseInfo[h][hOwned] == 1 && HouseInfo[h][hRentabil] == 0)
    {
    format(string2, sizeof(string2), "[Haus]\nBesitzer: %s\nLevel: %d",HouseInfo[h][hOwner],HouseInfo[h][hLevel]);
    HouseInfo[h][Text] = Create3DTextLabel(string2,COLOR_BUYED,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+1,15.0,0);
    AddStaticPickup(1272, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez], 0);
    pickups++;
    }
    if(HouseInfo[h][hOwned] == 1 && HouseInfo[h][hRentabil] >= 1)
    {
    format(string2, sizeof(string2), "[Haus]\nBesitzer: %s\nLevel: %d\nMiete: €%d\nEinmieten mit /rentroom",HouseInfo[h][hOwner],HouseInfo[h][hLevel],HouseInfo[h][hRent]);
    HouseInfo[h][Text] = Create3DTextLabel(string2,COLOR_BUYED,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+1,15.0,0);
    AddStaticPickup(1272, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez], 0);
    pickups++;
    }


    MFG K3VIN

    Jaa.. das hier


    enum hInfo
    {
    Float:hEntrancex,
    Float:hEntrancey,
    Float:hEntrancez,
    Float:hExitx,
    Float:hExity,
    Float:hExitz,
    hHealthx,
    hHealthy,
    hHealthz,
    hArmourx,
    hArmoury,
    hArmourz,
    hOwner[MAX_PLAYER_NAME],
    hDiscription[MAX_PLAYER_NAME],
    hValue,
    hHel,
    hArm,
    hInt,
    hLock,
    hOwned,
    hRooms,
    hRent,
    hRentabil,
    hTakings,
    hVec,
    hVcol1,
    hVcol2,
    hDate,
    hLevel,
    Text3D:Text,
    };

    Hallo Liebe Com,


    Ich bin grade am rätseln dieser Koordinate, also wie ich ein Haus erstelle per Datei.


    So sieht ein Code aus der ein Haus erstellt:
    891.110229,-782.841796,101.310699,222.800003,1288.699951,1082.099975,0,0,0,0,0,0,Zu Verkaufen,3 Raum Apartment,200000,0,0,1,1,0,0,250,1,2000,542,-1,-1,114,5


    Kann mir den einer evtl erklären ?


    MFG K3VIN

    Hallo Liebe Community,


    Ich habe eine kleine frage undzwar weiß einer wie man beim SoL Script häuser hinzufügt ?
    Wäre nett wenn mir da jemand helfen könnte.


    MFG K3VIN

    Soweit ich weiß, kann man nicht in eine If(IsPlayerInRange.. ein ! <- Ausrufezeichen machen. Dadurch hatte ich es jedenfals mal gehabt..


    //EDIT fals es das nicht ist makier mal die Zeile..
    //EDIT er sagt: Die Anzahl der Argumente stimmen nicht mit den Definationen ein.


    MFG K3VIN

    Hallöschen liebe Community,
    Da ich leider mein Avatar ändern muss, da es manchen Usern nicht passt und ich mir leider selber keinen
    erstellen kann, da ich mich damit nicht auskenne, würde ich euch fragen, ob einer von euch mir ein
    Avatar hier für Breadfish macht.

    Style:


    -I was mit Pawno
    -Mein Name sollte vorhanden sein
    -Farben sind egal.


    Hoffe das sich jemand die Zeit nimmt und mir den wunsch erfüllt :)


    MFG K3VIN