Skip to Content

Installation

Basic setup and installation guide for Prism Advanced Pause Menu v2.

WARNING: The resource directory must be named exactly prism_pausemenuv2 (or the folder name you configured in your fxmanifest) to operate properly.

Prerequisites

Before starting, ensure that you have installed the required dependencies:

  • ox_libย : Required for callbacks and UI functionality.
  • baseeventsย : Recommended for automatic death and kill tracking out of the box.

Setup Instructions

  1. Download Resource: Download your asset from your Keymaster portal.
  2. Transfer: Extract the files and drag the prism_pausemenuv2 folder into your resources directory.
  3. Configuration: Edit shared/config.lua or server/serverConfig.lua to suit your serverโ€™s needs.
  4. Server Config: Open your server.cfg file and add the following line after your dependencies:
    ensure ox_lib ensure prism_pausemenuv2
  5. Restart Server: Start or restart your server to apply the changes.

Note on Database: Version 2 uses a highly optimized local JSON database (data/player_stats.json & data/reports_history.json). No SQL imports are required!

Last updated on