[SAMMELTHREAD] Kleine Scripting Fragen

Dein Problem konnte durch einen User gelöst werden? Bedank dich bei ihm indem du seinen Beitrag als Hilfreich markierst sowie einen Daumen oben dalässt
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
  • Code?


    Haus[i][hBesitzer] = SpielerInfo[playerid][pName];

    Main: CPU: Intel Core i5-4440 @ 3,10 GHz | CPU-Cooling: Matterhorn -PURE- | RAM: 16GB Crucial Ballistix Sport DDR3-1600 DIMM CL9-9-9-24 |
    Motherboard: ASRock B85M Pro4 | GPU: Sapphire Radeon R9 390X Nitro 8GB GDDR5 |

    SSD: Samsung SSD 840 Evo 500GB | Power Supply: 550 Watt Corsair CS Series Modular 80+ Gold | Case: beQuiet! Silent Base 800


    As I walk through the valley of the shadow of death
    I take a look at my life and realize there's nothin' left.

  • Soll das jetzt ne Antwort sein :D oder wieso ein Fragezeichen ?
    Problem ist nur, dass dann der Name aus Name weg ist, da strmid ja einen String extrahiert, was ich ja nicht haben will,
    wobei ich nicht mal 255 Zellen habe :D

    Main: CPU: Intel Core i5-4440 @ 3,10 GHz | CPU-Cooling: Matterhorn -PURE- | RAM: 16GB Crucial Ballistix Sport DDR3-1600 DIMM CL9-9-9-24 |
    Motherboard: ASRock B85M Pro4 | GPU: Sapphire Radeon R9 390X Nitro 8GB GDDR5 |

    SSD: Samsung SSD 840 Evo 500GB | Power Supply: 550 Watt Corsair CS Series Modular 80+ Gold | Case: beQuiet! Silent Base 800


    As I walk through the valley of the shadow of death
    I take a look at my life and realize there's nothin' left.

  • format(Haus[i][hBesitzer], MAX_PLAYER_NAME, SpielerInfo[playerid][pName]);


    Kurz gesagt: strings weißt man nicht mit = zu


    Ich hatte es ja auch schon mit strcat versucht, das ging auch nicht.
    Wieso konnte ich dann einen Query mit = in einem String speichern & diesen wunderbar ausführen ?


    LG

    Main: CPU: Intel Core i5-4440 @ 3,10 GHz | CPU-Cooling: Matterhorn -PURE- | RAM: 16GB Crucial Ballistix Sport DDR3-1600 DIMM CL9-9-9-24 |
    Motherboard: ASRock B85M Pro4 | GPU: Sapphire Radeon R9 390X Nitro 8GB GDDR5 |

    SSD: Samsung SSD 840 Evo 500GB | Power Supply: 550 Watt Corsair CS Series Modular 80+ Gold | Case: beQuiet! Silent Base 800


    As I walk through the valley of the shadow of death
    I take a look at my life and realize there's nothin' left.

  • Kurze Frage:


    Eines meiner Filterscripts spinnt auf einmal. Es ist ein Script, wo ein Dialog kommt, man was eingibt und dann eine Datei gespeichert wird mit der Eingabe.
    Der Dialog kommt zwar, aber ich bekomme weder eine Rückmeldung bzw. die Speicherung klappt nicht.


    Am FS-Code liegt es nicht, da das Filterscript noch funktionierte, bevor ich meinen Serveranbieter gewechselt habe. Es muss also irgendwo anders einen Fehler geben.


    Wo könnten noch Fehlerquellen liegen?

  • Returne im Filterscript einfach mal unter OnDialogResponse 0, daran könnte es liegen.


    LG

    Main: CPU: Intel Core i5-4440 @ 3,10 GHz | CPU-Cooling: Matterhorn -PURE- | RAM: 16GB Crucial Ballistix Sport DDR3-1600 DIMM CL9-9-9-24 |
    Motherboard: ASRock B85M Pro4 | GPU: Sapphire Radeon R9 390X Nitro 8GB GDDR5 |

    SSD: Samsung SSD 840 Evo 500GB | Power Supply: 550 Watt Corsair CS Series Modular 80+ Gold | Case: beQuiet! Silent Base 800


    As I walk through the valley of the shadow of death
    I take a look at my life and realize there's nothin' left.

  • do.de - Domain-Offensive - Domains für alle und zu super Preisen
  • Warum wird der Command nicht ausgeführt sondern es kommt Unknow Command?

    Spoiler anzeigen

    ocmd:wanted(playerid,params[])
    {
    new iItem,string[MAX_PLAYER_NAME*MAX_PLAYERS];
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
    if(!IsPlayerConnected(i))continue;
    if(SpielerInfo[i][pWanted]==0)continue;
    format(string,sizeof(string),"%s\n%s %d",string,SpielerName(i),GetPlayerWantedLevel(i));
    item[playerid][iItem] = i;
    iItem ++;
    }
    ShowPlayerDialog(playerid,DialogSubjects,DIALOG_STYLE_LIST,"Verbrecher Akte",string,"Ok","Abbrechen"); //OK Clearen beim anderen Dialog danach
    return 1;
    }


    - Tom

  • Hi, ich bin grade dabei ein anfänger TDM Gamemode zu scripten.


    aber ich habe folgendes Problem:

    CMD:deagle(playerid, params[])
    {
    SetPlayerInterior(playerid,1);
    SetPlayerPos(playerid,2169.461181,1618.798339,999.976562);
    GivePlayerWeapon(playerid, 24, 1000);
    return 1;
    }


    Wenn /deagle gemacht wird und man ingame dorthin gespawnt wird hat man zwar seine Deagle aber man hat auchnoch seine
    ganzen anderen Waffen.. wie kann ich es machen das die alten waffen vorher gelöscht werden? und er somit nur die Deagle hat?

  • wie kann ich in einem Textdraw 2 Farben reinbringen?

    TSIP = TextDrawCreate(445.000000, 425.000000, "Teamspeak³: 94.23.12.229:1020");
    TextDrawBackgroundColor(TSIP, 255);
    TextDrawFont(TSIP, 2);
    TextDrawLetterSize(TSIP, 0.280000, 1.399999);
    TextDrawColor(TSIP, 3394815);
    TextDrawSetOutline(TSIP, 1);
    TextDrawSetProportional(TSIP, 1);

  • do.de - Domain-Offensive - Domains für alle und zu super Preisen