Legend 3 Posted November 9, 2018 Hi. I would like to get cursor position. I got 1 function but return is undefined, (mp.gui.cursor.position) Please help me. Thanks. Share this post Link to post Share on other sites
Robson 2 Posted November 9, 2018 it returns a array, try let pos = mp.gui.cursor.position; pos[0], pos[1] 2 Share this post Link to post Share on other sites
Legend 3 Posted November 10, 2018 It's working. Thanks. Share this post Link to post Share on other sites