Looking For Rare textdraw box -
samp_boy - 27.11.2013
hello guys i need a textdraw box color like this One:
Someone Can Help Me ?
Re : Looking For Rare textdraw box -
samp_boy - 27.11.2013
i posted that from 1h ago pleas any help ?
Re: Re : Looking For Rare textdraw box -
Konstantinos - 27.11.2013
Quote:
Originally Posted by samp_boy
i posted that from 1h ago pleas any help ?
|
So? Read the Forum Rules before posting again:
http://forum.sa-mp.com/announcement.php?f=12 because bumping in less than 24 hours since your last post is against the rules.
It's not that difficult, use a textdraw editor and create it yourself (everyone can do it!).
Textdraw Editors:
https://sampforum.blast.hk/showthread.php?tid=376758
https://sampforum.blast.hk/showthread.php?tid=117851
Re : Looking For Rare textdraw box -
samp_boy - 27.11.2013
ik i'm sorry but no one wanna help me so! i tought i didn"t posed this anyway
i'm looking for Box color Like The Picture not the filescriptes
Read Again
Re: Looking For Rare textdraw box -
Isolated - 27.11.2013
Dont attempt to copy CBCNR do it yourself
Re: Looking For Rare textdraw box -
Biesmen - 27.11.2013
The color? It's black a.ka. #000000 and probably a transparency of about 70%.
Re: Looking For Rare textdraw box -
Dragonsaurus - 27.11.2013
That is just a black box with transparency. Can be easily done by lowering the alpha value.
pawn Код:
TextDrawBoxColor(textdrawid, 0x000000AA); // AA is the alpha value, if it's 00 is fully transparent (invisible) and FF is non transparent.
Re : Looking For Rare textdraw box -
samp_boy - 27.11.2013
yes but Dragonsaurus, i need the color like the picture
Re: Re : Looking For Rare textdraw box -
Lajko1 - 27.11.2013
Quote:
Originally Posted by samp_boy
yes but Dragonsaurus, i need the color like the picture ![Sad](images/smilies/sad.gif)
|
Black - box behind text
Gray - some text
Yellow -||-
White -||-
pawn Код:
#define COLOR_GREY 0xAFAFAFAA
#define COLOR_YELLOW 0xFFFF00AA
for white you can use "-1"
and you're done, and I think you should pick your own colors and create bit different textdraw this is from Crazy Bob server..
Re : Re: Looking For Rare textdraw box -
samp_boy - 27.11.2013
Quote:
Originally Posted by -Prodigy-
Next time don't shit post. If you are going to help, help, if not, get the fuck out of this section. Retard.
--
As for OP: To get something similar to the box, set the box color to "0x00000050" (Change the 50 to fit your needs)
|
Problem solved and stop insulting be nice!