AMARANT Posted December 7, 2014 Share Posted December 7, 2014 Hi there. Is there any way to slow cursor sensivity in the game? I mean not somewhere in the options but via scripting. Link to comment
ViRuZGamiing Posted December 7, 2014 Share Posted December 7, 2014 How about these events, are they usefull; OnClientCursorMove GetCursorPosition Link to comment
ixjf Posted December 8, 2014 Share Posted December 8, 2014 You can disable MTA's cursor and implement your own, but you can't change client settings via script. The ability to temporarily change client settings could be a good addition to MTA, though there aren't really many settings worth changing. Link to comment
AMARANT Posted December 9, 2014 Author Share Posted December 9, 2014 You can disable MTA's cursor and implement your own, but you can't change client settings via script. The ability to temporarily change client settings could be a good addition to MTA, though there aren't really many settings worth changing. It's very interesting. How can I implement my own cursor? At least for a thing which I'm going to create. Could you please give some tips or functions. For example, I just completely don't know how I can check moving the mouse. https://wiki.multitheftauto.com/wiki/OnClientMouseMove - this works only with GUI. So... Link to comment
DiSaMe Posted December 9, 2014 Share Posted December 9, 2014 I might be wrong, but if I remember correctly, https://wiki.multitheftauto.com/wiki/OnClientCursorMove is triggered regardless of whether the cursor is visible or not. Link to comment
Moderators IIYAMA Posted December 9, 2014 Moderators Share Posted December 9, 2014 And after the movement you should put the cursor back in the middle. 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