πŸ’ΏInstallation

Discover how to install your script.

Follow these steps to install the 0Bug Tactical Pause Menu on your FiveM server.

1. Download & Extract

  • Download the latest version of the script from your purchase or release source.

  • Extract the folder 0bug_Pausemenu into your server's resources directory.

2. Add to Server Config

  • Open your server.cfg file.

  • Add the following line to ensure the resource starts:

ensure 0bug_Pausemenu

3. Dependencies

  • Supports QBCore, QBox, ESX, or standalone (no dependency required for standalone).

  • Make sure your framework resource (e.g., qb-core, qbx_core, or es_extended) is started before this script.

  • For MySQL storage: Install oxmysqlarrow-up-right and ensure it starts before this script.

4. Read the README file

Check the README file inside the resource folder.

5. Choose Storage Type

Option A: JSON Storage (Default)

No extra setup needed. Data is stored in zr-data/ folder as JSON files.

Option B: MySQL Storage

  1. Make sure oxmysql is installed and started.

  2. In zr-config/zr-config.lua, set:

  1. Tables will be auto-created on resource start.

  2. (Optional) Run installation.sql manually to pre-create tables.

6. Permissions (Optional)

  • For admin features, configure your admin groups in zr-config/zr-config.lua under Config.AdminGroups.

7. Restart Your Server

  • Restart your server or use the command:

8. Access the Menu

  • Press ESC or use /pausemenu in-game to open the menu.


For troubleshooting, Join our Discord support channel.

Last updated