RAGENativeUI
RAGENativeUI copied to clipboard
A way to block Menu's from appearing
I'm currently working on a plugin which heavily relies on pressing all kinds of buttons, however this causes all kinds of plugins to pop open and cause involuntary inputs to those menus. There is a way to check if any menu's are open, but not a way to close those windows again or to stop them from appearing all together
I think this would be a disaster for other mods depending on how they operate the opening/closing of their menu
This feature would be better if it was implemented by RAGEPluginHook so you disable inputs at the level of Game.IsKeyDown
and other input checks.