why the textDraw doesn't show transparant? The color is transparant..
#1

Код:
		Ya[i] = TextDrawCreate(21.000000,102.000000," ");
		TextDrawUseBox(Ya[i],1);
		TextDrawBoxColor(Ya[i],0x00000099);
		TextDrawTextSize(Ya[i],223.000000,0.000000);
		TextDrawAlignment(Ya[i],0);
		TextDrawBackgroundColor(Ya[i],0x000000ff);
		TextDrawFont(Ya[i],1);
		TextDrawLetterSize(Ya[i],0.499999,1.800000);
		TextDrawColor(Ya[i],0xffffffff);
		TextDrawSetProportional(Ya[i],1);
		TextDrawSetShadow(Ya[i],1);
This is the TextDraw, the color is transparant, when I made this, it was transparant after save and use isn't it? why?
Reply


Messages In This Thread
why the textDraw doesn't show transparant? The color is transparant.. - by RyDeR` - 17.08.2009, 10:15
Re: why the textDraw doesn't show transparant? The color is transparant.. - by Zeex - 17.08.2009, 10:52
Re: why the textDraw doesn't show transparant? The color is transparant.. - by RyDeR` - 17.08.2009, 19:53

Forum Jump:


Users browsing this thread: 1 Guest(s)