Textdraw Grey or green trasparent
#1

I want to create the textdrawusebox to grey or yellow in trasparent like the phottoo.
Reply
#2

Check this out: https://sampwiki.blast.hk/wiki/Colors#Al...ransparency.29
Reply
#3

I dont get any help from this.
Reply
#4

If you really wanted to know how to do something you'd think about it. What ever I think it's enough help form me.
Reply
#5

I use this

PHP код:
    TextdrawMenu1 TextDrawCreate(356.399993106.779998"usebox");
    
TextDrawLetterSize(TextdrawMenu10.00000037.182594);
    
TextDrawTextSize(TextdrawMenu11.1999990.000000);
    
TextDrawAlignment(TextdrawMenu11);
    
TextDrawColor(TextdrawMenu10);
    
TextDrawUseBox(TextdrawMenu1true);
    
TextDrawBoxColor(TextdrawMenu1109);
    
TextDrawSetShadow(TextdrawMenu10);
    
TextDrawSetOutline(TextdrawMenu10);
    
TextDrawFont(TextdrawMenu10); 
How to make this trasparent with color green.
Reply
#6

TextDrawBoxColor(TextdrawMenu1, 0xA8DBA8AA);
Reply
#7

Work how to make it more transparent
Reply
#8

Take look at my first post and just change this value 0xA8DBA8AA!
Reply
#9

Where to foud the codes for colors?
Reply
#10

Quote:
Originally Posted by arlindi
Посмотреть сообщение
Where to foud the codes for colors?
http://lmgtfy.com/?q=hex+colors
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)