Some questions about Textdraws...
#3

For an empty box, use an underscore for text. Use the BoxSize native to adjust the width. Use the LetterSize native to adjust the height. Alternatively, you can use a small square sprite in combination with TextSize, like so:

pawn Код:
textdraw0 = TextDrawCreate(320.0, 320.0, "LD_BUM:blkdot");
TextDrawFont(textdraw0 , 4);
TextDrawColor(textdraw0, 0x00000066);
TextDrawTextSize(textdraw0, 20.0, 20.0);
The disadvantage for this method is that you're limited to 100 sprites only.
Reply


Messages In This Thread
Some questions about Textdraws... - by Drago987 - 02.08.2014, 15:48
Re: Some questions about Textdraws... - by nilanjay - 02.08.2014, 16:59
Re: Some questions about Textdraws... - by Vince - 02.08.2014, 17:21
Re: Some questions about Textdraws... - by Drago987 - 02.08.2014, 21:25

Forum Jump:


Users browsing this thread: 1 Guest(s)