Pause Menu
FREECustom multiframework pause menu (ESC) for QBCore, Qbox, ESX and Standalone: liquid-glass design, configurable accent color, social links and an integrated TopV vote widget. Everything is editable in-game, no coding required. Free, with escrow. Resource: nx-pausemenu.
Installation
nx-pausemenu folder in resources/, after its dependencies (ox_lib, oxmysql).
ensure nx-pausemenuFeatures
- Replaces the default ESC menu with a styled NUI (3D-tilted glass cards + character preview camera).
- Live player stats: name, job, cash, bank, health, armor, ping.
- TopV vote card embedded in the stats panel (logo, name, rating and votes from the public TopV API).
- In-game admin panel (
/pauseadmin): accent color, social links and the TopV widget, applied live. - 8 languages with automatic fallback to English.
Configuration
| Option | Description |
|---|---|
| Config.Locale | Language: es, en, fr, de, pt-br, it, pl, nl (fallback to English) |
| Config.AdminAce | ACE required to open /pauseadmin (default group.admin) |
| Config.TopV | TopV widget defaults: enabled, profileType (creators/servers), slug, color |
| Config.Pause | Menu accent color (hex) and social links (discord/x/instagram/youtube/tiktok/web) |
Anything set in-game via /pauseadmin is saved to data/topv.json and overrides the config defaults. To reset, delete data/topv.json and restart.
Commands
| Input | Description |
|---|---|
| /pauseadmin | Admin panel (per Config.AdminAce): Appearance, Links and TopV Widget tabs |
The TopV Widget tab has an "Import from TopV" button that fills the accent color and the Discord/YouTube/Web links from the configured TopV profile.
Integrations
- TopV public API for the embedded vote card (logo, name, rating, votes).
- QBCore / ESX / Qbox auto-detected at runtime for the player stats; the menu itself works on any framework (including standalone).
- Dependencies: ox_lib, oxmysql.
Common errors
add_ace lines in server.cfg only load at boot. Add the admin ACE and restart, or run it in the live console too.
- Player stats are empty → no framework was detected; on standalone only the menu chrome shows.
- A social icon is missing → that link is empty or not https; only https links render.
- My changes did not stick → in-game changes save to
data/topv.json; delete that file to reset to config defaults, then restart.