16.05.2014, 19:47
I'm always using player textdraw for clickable textdraws.
In your case I think you don't need that Text:
This is how i'm creating them
In your case I think you don't need that Text:
Код:
TextDrawSetSelectable(GLOBAL_TD[14], 1);
Код:
Name[playerid] = CreatePlayerTextDraw(playerid, 550.000000, 136.000000, "YES"); PlayerTextDrawSetSelectable(playerid, Name[playerid], 1);