nikola91 0 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 Share this post Link to post Share on other sites
Fescobalt 0 Posted December 9, 2018 same problem but inside browser Share this post Link to post Share on other sites
Flow 17 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 1 Share this post Link to post Share on other sites