01.01.2015, 11:56
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
Quote:
|
By the way - possible is call SelectTextDraw by click ESC? I want to make it unable to disable. |
Код:
if(clickedid == Text:INVALID_TEXT_DRAW)
{
//player clicked ESC, here you can use SelectTextDraw again
}

