Legend Posted November 9, 2018 Share 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. Link to comment Share on other sites More sharing options...
Robson Posted November 9, 2018 Share Posted November 9, 2018 it returns a array, try let pos = mp.gui.cursor.position; pos[0], pos[1] 2 Link to comment Share on other sites More sharing options...
Legend Posted November 10, 2018 Author Share Posted November 10, 2018 It's working. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now