SA-MP Forums Archive
TextDraw Help +Rep - 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: TextDraw Help +Rep (/showthread.php?tid=537951)



TextDraw Help +Rep - MasonSFW - 19.09.2014

How i can adjust TextDrawBoxSize ?



And i tried to Use TextDrawBoxSize(textdraw, 20, 40);

pawn Код:
error 017: undefined symbol "TextDrawBoxSize"
Help Please


Re: TextDraw Help +Rep - pEmanZ - 19.09.2014

The height of the box can't really be adjusted, that's a problem in GTA itself and can't really be fixed. To work it around, you can add blank spaces to your text, which will make think the game that the text is larger, and therefore make the box size bigger.
Quote from Zamaroht


Re: TextDraw Help +Rep - MasonSFW - 19.09.2014

That is bugged SA-MP ?


Re: TextDraw Help +Rep - MasonSFW - 19.09.2014

Thanks you, But im fixed