02.08.2014, 17:21
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:
The disadvantage for this method is that you're limited to 100 sprites only.
pawn Код:
textdraw0 = TextDrawCreate(320.0, 320.0, "LD_BUM:blkdot");
TextDrawFont(textdraw0 , 4);
TextDrawColor(textdraw0, 0x00000066);
TextDrawTextSize(textdraw0, 20.0, 20.0);