30.07.2012, 19:14
To answer your original post, yes, it will not be selectable because of the text size. When using PlayerTextDrawTextSize on a textdraw with alignment 2, the Float: x is the height of the textdraw and the Float: y is the width. So in your case you have a textdraw that is selectable at 72.00 wide, but 0.00 height, therefore not selectable at all. Change it so that the Float: x is 10.00.
You may well find that the size of your textdraw does not change, but that the selectable area will. If that works for you, experiment a bit with it until you get a nice fit.
You may well find that the size of your textdraw does not change, but that the selectable area will. If that works for you, experiment a bit with it until you get a nice fit.