Skip to main content

Installation

Basic installation steps for wasabi_pausemenu v2.

danger

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

1. Install dependencies​

Install and start:

  • ox_lib
  • oxmysql
  • your supported framework (es_extended, qb-core, or qbx_core)

See Dependencies for details.

2. Add the resource​

Place the resource in your server resources folder as:

wasabi_pausemenu

Then add it to server.cfg after dependencies and your framework:

ensure ox_lib
ensure oxmysql
ensure es_extended # or qb-core / qbx_core
ensure wasabi_pausemenu

3. Configure shared settings​

Edit:

config/shared/config.lua

Common first-pass settings:

  • Config.Debug
  • Config.CheckForUpdates
  • Config.Language
  • Config.CurrencySymbol
  • Config.CurrencySymbolPosition
  • Config.UIColor
  • Config.MenuOptions
  • Config.SocialLinks

4. Configure menu actions​

Edit:

config/client/config.lua

Menu option action values from Config.MenuOptions must map to a function in MenuActions or be registered with the RegisterMenuAction export.

Default actions include:

  • RESUME
  • WORLD_MAP
  • SETTINGS
  • DISCONNECT
  • QUIT_GAME

5. Verify database access​

The playtime module automatically creates wasabi_playtime with oxmysql. Make sure your database connection is working before starting the resource.

6. Restart and enjoy​

After restarting the server, you will notice the pause menu displaying as intended.