21.08.2018, 12:48
Hello guys.
I was wondering if you can help me make this code a little bit better.
This is my Level System box. which is located under the money tab.
I want to have an outline above and under the box like this:
This is my box>
Here is the code.
Thank you
I was wondering if you can help me make this code a little bit better.
This is my Level System box. which is located under the money tab.
I want to have an outline above and under the box like this:
This is my box>
Here is the code.
Код:
EXPTD20 = TextDrawCreate(612.000000, 104.000000, "_"); TextDrawBackgroundColor(EXPTD20, 255); TextDrawFont(EXPTD20, 1); TextDrawLetterSize(EXPTD20, 0.500000, 1.799999); TextDrawColor(EXPTD20, 80); TextDrawSetOutline(EXPTD20, 0); TextDrawSetProportional(EXPTD20, 1); TextDrawSetShadow(EXPTD20, 1); TextDrawUseBox(EXPTD20, 1); TextDrawBoxColor(EXPTD20, 80); TextDrawTextSize(EXPTD20, 494.000000, 0.000000); TextDrawSetSelectable(EXPTD20, 0);