TextDraws under eachother results into both selected - 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: TextDraws under eachother results into both selected (
/showthread.php?tid=573529)
TextDraws under eachother results into both selected -
Beckett - 08.05.2015
As the title says, if you have two textdraws one under the other one(y1 != y2, x1 = x2), both of them will be selected and the only upper one will execute when you click on it, anyway to fix that?
Re: TextDraws under eachother results into both selected -
MP2 - 08.05.2015
Alter the selection size with (Player)TextDrawTextSize.
Re: TextDraws under eachother results into both selected -
fuckingcruse - 08.05.2015
MP2 the reason you added that to your signature?
Re: TextDraws under eachother results into both selected -
Beckett - 08.05.2015
Quote:
Originally Posted by MP2
Alter the selection size with (Player)TextDrawTextSize.
|
Works, cheers mate.