Textdraw help
#1

Hello i made this textdraw and i have a black square the image of textdraw, I want to delete the black square but i don't know how.
I don't use textdrawusebox.

Код HTML:
TextDrawVeh[i] = TextDrawCreate(562.777526, 325.333435, "_");
		TextDrawFont(TextDrawVeh[i], TEXT_DRAW_FONT_MODEL_PREVIEW);
		TextDrawTextSize(TextDrawVeh[i], 78.559295, 80.916648);
		TextDrawSetPreviewRot(TextDrawVeh[i], 0.000000, 0.000000, 320.000000, 1.000000);
onplayerstatechange

Код HTML:
new vehicleid= GetPlayerVehicleID(playerid);
        new modelid = GetVehicleModel(vehicleid);
        TextDrawSetPreviewModel(TextDrawVeh[playerid], modelid);
        TextDrawShowForPlayer(playerid, TextDrawVeh[playerid]);


ignore the text "RND" ,that line transparent and blue text.
Reply
#2

TextDrawBoxColor with transparent background. If that doesn't work also try TextDrawBackgroundColor. I can't remember which one it is, but it's one of those.
Reply
#3

and witch color use? 0x000000AA ?
Reply
#4

Now is a White square, what color is 100% transparent i want to remove the background or box.
Reply
#5

up, everybody know witch is the problem?
Reply
#6

up, everybody know witch is the problem?
Reply
#7

0x00000000
Reply
#8

not work...
Reply
#9

Hei, Check this out, i try the script in samp 0.3z and is work, then i try in 0.3.7 and a black square apear .Something is wrong with 0.3.7? because i copy the textdraw exactly. and in 0.3z is not background and in 0.3.7 is a black background
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)