SA-MP Forums Archive
[BUG] Selecting textdraws lighting up multiple textdraws - 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: [BUG] Selecting textdraws lighting up multiple textdraws (/showthread.php?tid=328303)



[SOLVED] Selecting textdraws lighting up multiple textdraws - Hiddos - 24.03.2012

This has been solved
-----------
Take a look at this video and pause at 0:13.
[ame]http://www.youtube.com/watch?v=aqVS-unQO6M[/ame]

As you can see, my mouse is hovering over the Los Santos option but the San Fierro & Las Venturas options are lit up Apparently they lit up when my mouse is above the textdraw. Los Santos also lits up when I position my mouse above the middle. Everything works good, but I'd still would like to see this fixed.

Thanks in advance


Re: [BUG] Selecting textdraws lighting up multiple textdraws - rati555 - 24.03.2012

I have same problem


AW: [BUG] Selecting textdraws lighting up multiple textdraws - Drebin - 24.03.2012

Did you use TextDrawTextSize? Because you HAVE to use it.
If you don't use it, things will be mixed up. Also set the values to a proper size, not to big, not to small.


Re: AW: [BUG] Selecting textdraws lighting up multiple textdraws - Hiddos - 24.03.2012

Quote:
Originally Posted by Drebin
View Post
Did you use TextDrawTextSize? Because you HAVE to use it.
If you don't use it, things will be mixed up. Also set the values to a proper size, not to big, not to small.
Matter of fact I did use that. I'll try screwing around with it a bit though.

Edit: I got it working, thanks a lot!