TomGrobbe / MenuAPI

FiveM C# Menu API. Designed specifically as a replacement of NativeUI for vMenu. Full safezone scaling supported, both left and right aligned menus supported.
https://docs.vespura.com/mapi
62 stars 45 forks source link

Menu opens by pressing M #25

Closed natixco closed 4 years ago

natixco commented 4 years ago

Hey, I don't have any keybind set to M in my whole code, however when I press that it opens a submenu of a submenu. I've tried by removing the submenu, but then it opens the main menu.

TomGrobbe commented 4 years ago

@natixco Set the menu toggle key to -1. The menu toggle key opens the main menu by default. Or if it’s unset, it opens the first menu it finds in all registered menus.

natixco commented 4 years ago

Got it, thank you for the fast response!