Help with textdraw
#1

well i made two textdraws with the same color (box type) on in the front of another but the color is darker. how can i make the textdraw with the normal color?
Reply
#2

It is darker because your box color has a transparency to it and you placed it on top of another box. You will need to set that box's alpha to 255 to remove its transparency if you don't want the overlay effect.
Reply
#3

Quote:
Originally Posted by Seif-
Посмотреть сообщение
It is darker because your box color has a transparency to it and you placed it on top of another box. You will need to set that box's alpha to 255 to remove its transparency if you don't want the overlay effect.
how i change the box/s alpha?
what function it is?
PlayerTextDrawBoxColor?

thanks for trying to help me
Reply
#4

Yes, for player-textdraws. Or just TextDrawBoxColor for global textdraws. The alpha is always the last 2 hexadecimals (0xFFA200FF). FF = 255. Some textdraw editors give you the option to set them, depending on which editor you're using(if you're using any).
Reply
#5

Thanks for the explanation.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)