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
RegisterMenuActionexport 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β
| Area | File | Purpose |
|---|---|---|
| Shared config | config/shared/config.lua | Debug, update checks, language, currency, UI color, menu options, social links |
| Client action config | config/client/config.lua | Maps menu action names to client functions |
| Locales | locales/*.json | UI/weather/player labels loaded per resource |
| Framework bridges | bridge/framework/** | ESX/QB/QBX player data and identifier integration |
| Pause menu modules | escrow/pausemenu/** | Pause menu, weather, and playtime runtime modules |
| NUI source/build | nui/ | React/Mantine UI source and compiled build used by FiveM |