13.05.2014, 20:18
TextDrawSetSelectable is key here. You need to use that on the textdraws you want to be able to select.
The first parameter is the id of the textdraw and the second is the set value so 1 or 0.
pawn Код:
TextDrawSetSelectable(Text:i, 1);