Pause Menu
- ESC replacement — opens instantly on ESC, keeps the game running behind it.
- QBCore / ESX / QBox auto-detect —
Config.Framework = 'auto', plus a standalone bridge. - 11 interface languages — EN, FR, ES, DE, AR (RTL), PT, RU, JA, ZH, IT, PL.
- Every word is a config file — FAQ, rules, changelog, keybinds and support links are plain Lua tables in
config/, one file per page. Edit, restart, done. - One-list tab control — reorder, add, remove, or hide any sidebar tab from a single
Config.NavOrder list. No code, no rebuild. - Custom tabs — author your own Rules / Info pages in plain Lua (
config/tabs.lua), links included. - Live header telemetry — job, gang, cash, bank, playtime, online count, live Police & EMS on-duty counters, real or in-game clock. Hide any stat from
Config.Header. - Native map & settings shortcuts — jump straight to the fullscreen GTA map or a settings-only native tab from inside the menu.
- Immersive open animation — the ped holds a map prop with a matching emote while the menu is open (auto-skips in vehicles).
- Live theme engine — color presets + adjustable primary/accent, corner radius, background dim, UI scale, and motion — saved per player.
- In-menu notification center with unread badges.
- Built-in pages — UI Settings, Keybinds reference, FAQ, Notifications, Support links, Changelog, Disconnect.
- Cinematic ped camera while the menu is open (auto-skips in vehicles).
- Social footer — Discord, YouTube, Facebook, X, TikTok, Instagram (hide any).
- Exports —
OpenMenu, CloseMenu, ToggleMenu, UpdateTheme, UpdatePlayerData.
⚙️ Optimized & open where it counts
- Event-driven; no busy work while the menu is closed.
- Escrow-friendly:
config.lua, config/**, locales/** and bridge/** are left open — edit content and framework glue freely. - Free lifetime updates.
- QBCore, ESX, or QBox (or standalone).
- No paid dependencies.