TextDraw Help!
#1

how can i make the blackbox touch the redline please look at photo.

blackbox:
PHP код:
TD_Box TextDrawCreate(575.0380.0"_");
                    
TextDrawUseBox(TD_Box1);
                    
TextDrawAlignment(TD_Box2);
                    
TextDrawTextSize(TD_Box0.090.0);
                    
TextDrawLetterSize(TD_Box0.06.3);
                    
TextDrawBoxColor(TD_Box0x00000066);
                    
TextDrawBackgroundColor(TD_Box0x1229FAFF); 
Picture:
Reply
#2

just use a textdraw editor..
Reply
#3

i did and didnt work..
Reply
#4

pawn Код:
TextDrawTextSize(TD_Box, 0.0, 180.0);
idk if this will work
Reply
#5

no work..
Reply
#6

pawn Код:
TextDrawLetterSize(TD_Box, 0.0, 6.8);
Reply
#7

then how can i make the blackbox touch down? the _| understand like edges..
Reply
#8

Just increase the values for TextDrawTextSize(TextdrawID, X, Y);

X -> Left/Right.
Y -> Up/Down

I think you know that negative values make the opposite. In X will go left, and in Y up.
Reply
#9

ok thx last thing how can i make a blue transparent color??
Reply
#10

Use hexadecimal colors, 0xRRGGBBAA.
AA (alpha) is the transparency.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)