Guten Tag,
Wie bekomme ich meinen Textdraw transparent??
ich habe es ma so versucht:
TachoBackground[i] = TextDrawCreate(-31.000000, 283.000000, "-");
TextDrawBackgroundColor(TachoBackground[i], 255);
TextDrawFont(TachoBackground[i], 1);
TextDrawLetterSize(TachoBackground[i], 0.500000, 5.399999);
TextDrawColor(TachoBackground[i], 0xFFFFFF88);//hir
TextDrawSetOutline(TachoBackground[i], 0);
TextDrawSetProportional(TachoBackground[i], 1);
TextDrawSetShadow(TachoBackground[i], 1);
TextDrawUseBox(TachoBackground[i], 1);
TextDrawBoxColor(TachoBackground[i], 255);
TextDrawTextSize(TachoBackground[i], 139.000000, 33.000000);
geht aber nicht