Quote:
Originally Posted by Stanford
Did you put this:
pawn Код:
SelectTextDraw(playerid, textdrawName);
|
Yes, i added this when it show the textdraw...
BTW its
Код:
SelectTextDraw(playerid, HOVERCOLOR);
Not
Код:
SelectTextDraw(playerid, textdrawName);
Quote:
Originally Posted by hamzajaved780
Try using this
Код:
TextDrawSetSelectable(TDEditor_TD[6], 1);//instead of true
|
I have already tried that and i got the same results..