NEXO Scripts · Documentation

Everything to install, configure and get the most out of every NEXO resource.

Pause Menu

FREE

Custom 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-pausemenu

Features

  • 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

OptionDescription
Config.LocaleLanguage: es, en, fr, de, pt-br, it, pl, nl (fallback to English)
Config.AdminAceACE required to open /pauseadmin (default group.admin)
Config.TopVTopV widget defaults: enabled, profileType (creators/servers), slug, color
Config.PauseMenu 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

InputDescription
/pauseadminAdmin 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.