Installation Guide
This guide explains how to correctly install and configure the Boxing V2 Script on your FiveM server.
1. Download the Required Asset
If you purchased the Escrow version:
You will receive only one script named "NProbleM New Boxing".
The library is already integrated inside this script.
⚠️ You do not need to download or start any separate library script.
If you purchased the Open Source version:
You will receive two separate scripts:
"NProbleM New Boxing, Open Source"
"NProbleM Boxing Library"
You must install and start both scripts separately.
2. Installing the Script
For Escrow version:
Simply start the "NProbleM New Boxing" script in your
server.cfg
.start nproblem-boxing
✅ No need to install or start a separate library.
For Open Source version:
First, start the Library:
start nproblem-boxing-lib
Then start the Main Boxing Script:
start nproblem-boxing
⚠️ Important: The Library must be started before the Main Boxing Script in your server.cfg
.
3. Database Setup
You must import the data.sql
file into your database:
Open your database management tool (e.g., phpMyAdmin, HeidiSQL).
Select your server’s database.
Import or run the SQL file
data.sql
provided with the script.
4. Framework Configuration
After setting up the script:
Open the
shared.lua
file.Configure the framework settings according to your server (for example, setting up QBCore, ESX).
✅ You're Done!
After completing these steps, your Boxing V2 script will be ready to use!
Last updated