SA-MP Forums Archive
Help with selectable textdraw - 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: Help with selectable textdraw (/showthread.php?tid=589284)



Help with selectable textdraw - Edw - 17.09.2015

Hello!
I have a small problem with TextDraw selected sites, namely when I hit one of the five options, nothing happens unless you use TextDrawSize look more colorful options. How can I find measure to text?

With function TextDrawSize:


Free function TextDrawSize:


PHP код:
Code TextDrawSizeTextDrawTextSize(Textdraw13118.0000000.000000); 



Re: Help with selectable textdraw - Logofero - 18.09.2015

Quote:
Originally Posted by Edw
Посмотреть сообщение
Hello!
I have a small problem with TextDraw selected sites, namely when I hit one of the five options, nothing happens unless you use TextDrawSize look more colorful options. How can I find measure to text?

With function TextDrawSize:


Free function TextDrawSize:


PHP код:
Code TextDrawSizeTextDrawTextSize(Textdraw13118.0000000.000000); 
Let me explain to you in the picture

Enable
Код:
TextDrawUseBox(Text:text, 1);
TextDrawBackgroundColor(Text:text, 0);
And edit the background


Re : Help with selectable textdraw - KillerDVX - 18.09.2015

PHP код:
Code TextDrawSizeTextDrawTextSize(Textdraw13118.0000000.000000); 
As I always says, it should never be 0. Try changing to 10-20, It would be fine.