Skip to main content

wasabi_pausemenu

wasabi_pausemenu v2 replaces the default GTA pause screen with a modern Core UI dashboard powered by a React NUI, configurable menu actions, social links, player information, weather display, and persisted playtime.

danger

The resource folder must be named wasabi_pausemenu or the resource will not operate correctly.

Features​

  • Modern pause menu replacement - Opens from the ESC pause key and suppresses the vanilla frontend while active.
  • Player profile panel - Shows player ID, character name, job, cash, bank, and time played.
  • Persistent playtime tracking - Stores days/hours/minutes in the SQL database and syncs periodically.
  • Framework bridges - Includes ESX, QBCore, and QBOX bridge files for player data and identifiers.
  • Configurable menu options - Add, remove, recolor, reorder, or remap pause menu buttons from config.
  • Custom menu actions - Register new action handlers with the RegisterMenuAction export or map actions in client config.
  • Built-in actions - Resume, world map, settings, disconnect, and quit game are available by default.
  • Social links - Configure up to three footer link cards for Discord, YouTube, Tebex, or custom image/icon links.
  • Weather display - Tracks current weather and supports vSync, qb-weathersync, cd_easytime, Renewed-Weathersync, and a direct update event.
  • Locale support - Ability to change all language locales with a pre-loaded 14 seperate languages.
  • More to come - Frequent updates are planned for this resource!

Supported frameworks​

The included bridge files support:

  • ESX (es_extended)
  • QBCore (qb-core)
  • QBX (qbx_core)

Main configuration areas​

AreaFilePurpose
Shared configconfig/shared/config.luaDebug, update checks, language, currency, UI color, menu options, social links
Client action configconfig/client/config.luaMaps menu action names to client functions
Localeslocales/*.jsonUI/weather/player labels loaded per resource
Framework bridgesbridge/framework/**ESX/QB/QBX player data and identifier integration
Pause menu modulesescrow/pausemenu/**Pause menu, weather, and playtime runtime modules
NUI source/buildnui/React/Mantine UI source and compiled build used by FiveM

Preview​