nikola91 Posted October 14, 2018 Posted October 14, 2018 (edited) i try some script by my own but dosnt work,problem is when i open chat with T and then i write something in chat and i have function on my invertory sistem to open with press "i" when i type and write in chat my invertory sistem get open coz i press "i" while i typing in chat. any suggestion and easy solution for this problem? Edited October 14, 2018 by nikola91
Flow Posted December 9, 2018 Posted December 9, 2018 (edited) simple solution. block keybind when you already have cursor visible (which happens when you have chat or browser open as long as you did not change that😞 mp.keys.bind(0x45, false, function() { if (mp.gui.cursor.visible) return; here-you-would-open-browser-for-inventory-which-is-not-executed-if-cursor-is-displayed }); Edited December 9, 2018 by cmdflow 2
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