AncienT Posted September 3, 2018 Share Posted September 3, 2018 How move with cursor enabled Link to comment
Dimos7 Posted September 3, 2018 Share Posted September 3, 2018 You move the mouse if you mean apear it there is a function for it Link to comment
AncienT Posted September 3, 2018 Author Share Posted September 3, 2018 2 hours ago, Dimos7 said: You move the mouse if you mean apear it there is a function for it For example, when you have the inventory opened on the pubg server, you can move normally Link to comment
Keiichi1 Posted September 3, 2018 Share Posted September 3, 2018 onClientKey setPedControlState Link to comment
Erknneto Posted September 3, 2018 Share Posted September 3, 2018 (edited) You can use the function showCursor. for example: function inventory () showCursor(true,false) --it will show the cursor and the player will still be able to move, etc end bindKey("tab","down",inventory) https://wiki.multitheftauto.com/wiki/ShowCursor Edited September 3, 2018 by Erknneto Link to comment
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