SelectTextDraw boundaries - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (
https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: SelectTextDraw boundaries (
/showthread.php?tid=519807)
SelectTextDraw boundaries -
Jack_Leslie - 15.06.2014
So I'm almost positive this is an actual bug, how ever maybe there's a code to fix it, but if you look at this Textdraw below:
They are three seperate TextDraws, both the arrows I have made selectable to click, except when I click the ">" arrow, it runs the code on the "<" arrow, obviously there's some boundary issues where the clickable area is more than it should be.
Re: SelectTextDraw boundaries -
Onfroi - 16.06.2014
I don't know which Textdraw editor your using but you need to Enable box on the textdraw and make the box the size you want to be clickable. (
TextDrawTextSize)
Re: SelectTextDraw boundaries -
Jack_Leslie - 16.06.2014
I'm using Zamaroht's TextDraw Editor Version 1.0RC2,
The box you see in the image is a seperate textdraw box, but are you saying that I need to make the "<" and ">" textdraws have a box, and then the size of that box will be the boundaries for SelectTextDraw?
Re: SelectTextDraw boundaries -
Onfroi - 16.06.2014
Quote:
Originally Posted by Jack_Leslie
I'm using Zamaroht's TextDraw Editor Version 1.0RC2,
The box you see in the image is a seperate textdraw box, but are you saying that I need to make the "<" and ">" textdraws have a box, and then the size of that box will be the boundaries for SelectTextDraw?
|
Yes, but you just need the TextDrawTextSize of that box though, you can disable the actual box later.
Re: SelectTextDraw boundaries -
Jack_Leslie - 16.06.2014
Quote:
Originally Posted by Onfroi
Yes, but you just need the TextDrawTextSize of that box though, you can disable the actual box later.
|
Okay, thanks mate!