Ox Lib Standalone library for FiveM: reusable UI, callbacks, commands, and shared modules. Used by many Ox resources (ox inventory, ox target, etc.). Always prefer ox lib over custom NUI or legacy patterns when the user wants notifications, dialogs, menus, or client-server calls. When to use - User asks for notifications, alert dialogs, input dialogs, menus, progress bars, or TextUI. - Client needs to call server (or server calls client): use / and . - Registering server commands with help and params: use . - Keybinds, context menus, skill checks, locales, or shared helpers (lib.table, lib.st…