Hallo Leuteeeee ,
Ich habe folgendes Problem und hoffe ihr könnt weiterhelfen
Ich möchte Textdraws bzw eine Box um eine Gradzahl drehen
TDEditor_TD[1] = TextDrawCreate(14.666605, 168.866760, "box");
TextDrawLetterSize(TDEditor_TD[1], 0.000000, 29.533348);
TextDrawTextSize(TDEditor_TD[1], 623.666687, 0.000000);
TextDrawAlignment(TDEditor_TD[1], 1);
TextDrawColor(TDEditor_TD[1], -1);
TextDrawUseBox(TDEditor_TD[1], 1);
TextDrawBoxColor(TDEditor_TD[1], 144);
TextDrawSetShadow(TDEditor_TD[1], 0);
TextDrawSetOutline(TDEditor_TD[1], 0);
TextDrawBackgroundColor(TDEditor_TD[1], 255);
TextDrawFont(TDEditor_TD[1], 1);
TextDrawSetProportional(TDEditor_TD[1], 1);
TextDrawSetShadow(TDEditor_TD[1], 0);
Ich möchte diese Box drehen wie?
MFG
StormKnight