Hallo
ich habe ein problem und zwar habe ich jetzt das textdraw so:
Und ich will das aber ohne die schwarze box so haben wie mache ich das
der code ist jetzt wie folgt:
Textdraw0 = TextDrawCreate(590.000000, 383.000000, "DM1: 0 DM2: 0 DM3: 0 Minigun: 0 CTB: 0");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.200000, 1.000000);
TextDrawColor(Textdraw0, -16776961);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);
TextDrawUseBox(Textdraw0, 1);
TextDrawBoxColor(Textdraw0, 255);
TextDrawTextSize(Textdraw0, 633.000000, 10.000000);
TextDrawSetShadow(Textdraw0,2);