Menu

Client-only context menus. Auto-detect order: ox_liblation_uiqb-menu. There is no registerContext / showContextopenMenu registers and shows in one call.

  • ClientopenMenu / closeMenu
  • Server — not implemented
bridge.menu.openMenu({
    id = 'hive_menu',
    title = 'Beehive',
    canClose = true,
    options = {
        {
            title = 'Extract honey',
            icon = 'fa-solid fa-jar',
            onSelect = function()
                TriggerServerEvent('myresource:extractHoney')
            end,
        },
    },
})