15.08.2012, 11:28
Quote:
Like SaYrOn said, you have to set the TextDraws selectable (TextDrawSetSelectable(handle, 1);, also, make sure not to mess too much with the size of you TextDraw (TextSize, LetterSize, BoxSize ...), only apply the changes you really need to achieve the shape you want, sometimes changes are not visible, but do have an impact on where you can click and where you can't.
|
Код:
TextDrawSetSelectable(handle, 1);