01.01.2015, 13:01
Quote:
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 } |