TextDraw select problem - 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 select problem (
/showthread.php?tid=503515)
TextDraw select problem -
TonyII - 30.03.2014
Why can't I select a textdraw with TextDrawAlignment(textdraw, 1);??
This works fine but I need Alignment 1
TextDrawAlignment(textdraw, 2);
TextDrawTextSize(textdraw, 20, 35);
Re: TextDraw select problem -
Hanuman - 30.03.2014
It might be Because of ur Wrong TextDrawTextSize or TextDrawSetSelectable(textdraw, 0);
If ur textdraw have TextDrawSetSelectable(textdraw, 0); then, change the 0 value to 1.
It will look like this TextDrawSetSelectable(textdraw, 1);. Now check your problem in game.
If the problem is still there then use "Zamaroht's TextDraw Editor", it give perfect TextDrawTextSize. When u use it then u will see that that TextDrawTextSize is something like this TextDrawTextSize(textdraw, Some_value, 0.0000); . Now just change the value 0.0000 to 20.00. After changing it, it will look like this TextDrawTextSize(textdraw, Some_value, 20.0000);