[Ban Info] Textdraw nicht richtig

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, liebe Com ich versuche schon seid heute morgen dieses Textdraw beim /ban hinzubekommen.


    Leider funkt es nicht und sieht dumm aus, mit der Box.





    Gibt es eine Textdraw Funktion mit der man mehr Zeilen hinzufügen kann und eine die die Box einrückt?


    Danke im Vorraus :)

  • //Infobox (Bei Ban)
    for(new i; i<MAX_PLAYERS;i++){

    InfoBox[i] = TextDrawCreate(219.000000, 170.000000, "Grund: X");
    TextDrawBackgroundColor(InfoBox[i], 255);
    TextDrawFont(InfoBox[i], 1);
    TextDrawLetterSize(InfoBox[i], 0.480000, 1.599999);
    TextDrawColor(InfoBox[i], -16776961);
    TextDrawSetOutline(InfoBox[i], 1);
    TextDrawSetProportional(InfoBox[i], 1);
    TextDrawSetShadow(InfoBox[i], 1);
    TextDrawUseBox(InfoBox[i], 1);
    TextDrawBoxColor(InfoBox[i], 80);
    }





    Bei /ban



    new reason2[1200],Tag,Monat,Jahr;
    getdate(Jahr, Monat, Tag);
    format(reason2,sizeof(reason2)," ~r~ Du wurdest gebannt!~n~~n~~r~Grund: ~y~%s~n~~r~Von: ~y~%s~n~~r~Datum: ~y~%02d/%02d/%d~n~~r~Dauer: ~y~Permanent~n~~n~~w~Solltest du der Meinung sein,~n~dass dieser Ban ungerecht war,~n~erstelle bitte im Forum einen Entbannantrag! ",(result),Spielername(playerid),Tag,Monat,Jahr);
    TextDrawSetString(InfoBox[giveplayerid],reason2);
    TextDrawShowForPlayer(giveplayerid,InfoBox[giveplayerid]);

  • //Infobox (Bei Ban)
    for(new i; i<MAX_PLAYERS;i++){

    InfoBox[i] = TextDrawCreate(219.000000, 170.000000, "Grund: X");
    TextDrawBackgroundColor(InfoBox[i], 255);
    TextDrawFont(InfoBox[i], 1);
    TextDrawLetterSize(InfoBox[i], 0.480000, 1.599999);
    TextDrawColor(InfoBox[i], -16776961);
    TextDrawSetOutline(InfoBox[i], 1);
    TextDrawSetProportional(InfoBox[i], 1);
    TextDrawSetShadow(InfoBox[i], 1);
    TextDrawUseBox(InfoBox[i], 1);
    TextDrawBoxColor(InfoBox[i], 80);
    TextDrawTextSize(InfoBox[i],230,230);//ANPASSEN!!
    }
    Ich habe dir "TextDrawTextSize" eingefügt, solltest du aber ggf. anpassen!