JeruanW Posted May 26, 2020 Posted May 26, 2020 I keep entering nearby passenger seats or activating cruise control when typing something. How can I get rid of this?
Xabi Posted May 27, 2020 Posted May 27, 2020 If you're using 1.1, try with player.isTypingInTextChat() function. 1
JeruanW Posted May 27, 2020 Author Posted May 27, 2020 (edited) Alright so I went like this: mp.keys.bind(0x47, false, function () { if (mp.players.local.isTypingInTextChat) return; }); And it's solved, thanks. Edited May 27, 2020 by JeruanW code update
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