23.06.2015, 23:37
Drag and drop is not possible but to get the mouse position should be possible with SelectTextDraw (something like Kaliber suggested), so you can move it without drag like in the very old programms
1. Select the textdraw you want to move with SelectTextDraw
2. If a textdraw got selected in OnPlayerClickTextDraw create / show the textdraw grid for the mouse position
3. If clicked at new position, destroy old textdraw and create it again at the new position
1. Select the textdraw you want to move with SelectTextDraw
2. If a textdraw got selected in OnPlayerClickTextDraw create / show the textdraw grid for the mouse position
3. If clicked at new position, destroy old textdraw and create it again at the new position