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
- Download Resource: Download your asset from your Keymaster portal.
- Transfer: Extract the files and drag the
prism_pausemenuv2folder into yourresourcesdirectory. - Configuration: Edit
shared/config.luaorserver/serverConfig.luato suit your serverโs needs. - Server Config: Open your
server.cfgfile and add the following line after your dependencies:ensure ox_lib ensure prism_pausemenuv2 - 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