SA-MP Forums Archive
Hello textdraw help! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Hello textdraw help! (/showthread.php?tid=430426)



Hello textdraw help! - Scrillex - 13.04.2013

How to get Text Draw Text Size?

From

pawn Код:
Textdraw14 = TextDrawCreate(91.000000, 297.000000, "Bus");
    TextDrawBackgroundColor(Textdraw14, 255);
    TextDrawFont(Textdraw14, 1);
    TextDrawLetterSize(Textdraw14, 0.280000, 1.200000);
    TextDrawColor(Textdraw14, -1);
    TextDrawSetOutline(Textdraw14, 0);
    TextDrawSetProportional(Textdraw14, 1);
    TextDrawSetShadow(Textdraw14, 1);