24.02.2013, 13:31
Well, the problem is that I _can't_ detect the mouse position. I wanted to port good ol' javascript drag and drop (using onmousemove event with debouncer), but there isn't function in pawn which would return mouse coordinates. You can only emulate it while player is not spectating, and by getting position of textdraw which gets clicked.