SA-MP Forums Archive
Help with OnPlayerClickTextDraw! - 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 OnPlayerClickTextDraw! (/showthread.php?tid=335084)



Help with OnPlayerClickTextDraw! - TiNcH010 - 17.04.2012

Hi! I am enjoying 0.3e and testing some things and functions. I have a problem with OnPlayerClickTextDraw because when I make a textdraw up and I want select it when it is down there is a problem with the above. I select the top, and selects too the below. Is a big big problem, and I don't know how fix it

P.S: Sorry for my bad english :B


Re: Help with OnPlayerClickTextDraw! - Jonny5 - 17.04.2012

the clickable text is the hole textdraw

so if you want just 1 part of text to be select-able you have to make 2 textdraws
one that has everything you dont want to select and the other
ontop of that with what you want to select.

lots of topics about this in the 0.3eRC scripting forum.


Respuesta: Help with OnPlayerClickTextDraw! - TiNcH010 - 17.04.2012

Thank you Jonny, I'll see.