16.10.2013, 01:43
I have a little problem with the textdraw model preview, I can't hide the black background Im not sure if I have to set a color or something else.
Thanks in advance.
Thanks in advance.
WS[18] = TextDrawCreate(540.000000, 350.000000, "_");
TextDrawFont(WS[18], 5);
TextDrawBackgroundColor(WS[18], 255);
TextDrawTextSize(WS[18], 98.000000, 99.000000);
TextDrawUseBox(WS[18], 1);
TextDrawBoxColor(WS[18], 255);
TextDrawSetPreviewModel(WS[18], 411);
TextDrawSetPreviewVehCol(WS[18], 3, 3);
TextDrawSetPreviewRot(WS[18], -16.000000, 0.000000, -55.000000, 1.000000);