Posts: 871
Threads: 114
Joined: May 2014
I want to create the textdrawusebox to grey or yellow in trasparent like the phottoo.
Posts: 871
Threads: 114
Joined: May 2014
I dont get any help from this.
Posts: 344
Threads: 12
Joined: Sep 2010
Reputation:
0
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.
Posts: 871
Threads: 114
Joined: May 2014
I use this
PHP код:
TextdrawMenu1 = TextDrawCreate(356.399993, 106.779998, "usebox");
TextDrawLetterSize(TextdrawMenu1, 0.000000, 37.182594);
TextDrawTextSize(TextdrawMenu1, 1.199999, 0.000000);
TextDrawAlignment(TextdrawMenu1, 1);
TextDrawColor(TextdrawMenu1, 0);
TextDrawUseBox(TextdrawMenu1, true);
TextDrawBoxColor(TextdrawMenu1, 109);
TextDrawSetShadow(TextdrawMenu1, 0);
TextDrawSetOutline(TextdrawMenu1, 0);
TextDrawFont(TextdrawMenu1, 0);
How to make this trasparent with color green.
Posts: 344
Threads: 12
Joined: Sep 2010
Reputation:
0
TextDrawBoxColor(TextdrawMenu1, 0xA8DBA8AA);
Posts: 871
Threads: 114
Joined: May 2014
Work
how to make it more transparent
Posts: 344
Threads: 12
Joined: Sep 2010
Reputation:
0
Take look at my first post and just change this value 0xA8DBA8AA!
Posts: 871
Threads: 114
Joined: May 2014
Where to foud the codes for colors?