Notes - FiveM-Scripts/fivem-universal-menu GitHub Wiki
Notes
-
API can be called from either both, client or server side
-
Adding content is on-the-spot. Hook onto the
menu:setup
event to add menu content. -
There's a "page threshold", after a configurable amount of items new items are moved to a new page
-
Please create as few menus as possible in the root (optimally only one with the name of your resource). This will probably be limited in the future.
-
You are encouraged to prefix your modules with “module_” in the resource name.