Click on TD trouble
#5

Quote:
Originally Posted by ball
Посмотреть сообщение
TextDrawLetterSize also must be positive, more than 0.0 - I recommend iTD script to textdraws if you have problem with clickable area.



Yes, this is possible. Callback OnPlayerClickTextDraw is called when you click ESC with clicked value INVALID_TEXT_DRAW, so

Код:
if(clickedid == Text:INVALID_TEXT_DRAW)
{
//player clicked ESC, here you can use SelectTextDraw again
}
Okay but when I'll change Y position to more than 0.0 - ex. 50 then it's still not working.
Reply


Messages In This Thread
Click on TD trouble - by cnoopers - 31.12.2014, 21:33
Re: Click on TD trouble - by ball - 31.12.2014, 21:45
Re: Click on TD trouble - by cnoopers - 01.01.2015, 01:12
Re: Click on TD trouble - by ball - 01.01.2015, 11:56
Re: Click on TD trouble - by cnoopers - 01.01.2015, 13:01
Re: Click on TD trouble - by cnoopers - 01.01.2015, 18:13
Re: Click on TD trouble - by Ryz - 01.01.2015, 18:16
Re: Click on TD trouble - by cnoopers - 01.01.2015, 18:23
Re: Click on TD trouble - by Ryz - 01.01.2015, 18:25
Re: Click on TD trouble - by cnoopers - 01.01.2015, 18:30

Forum Jump:


Users browsing this thread: 2 Guest(s)