[Ban Info] Textdraw nicht richtig
- Indec
- Geschlossen
- Erledigt
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
-
-
Den Ganzen Textdraw code (variablen usw auch)
-
//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! -
breadfish.de
Hat das Thema geschlossen.