Getting Started
Dependencies
Before installing XSC_Raids, make sure your server has the following resources installed and running, as they are essential for the script’s functionality:
QBCore - Core framework for FiveM, providing essential server functions.
ox_target - Enables target-based interactions for peds and objects.
ox_inventory - Provides inventory functionality, allowing for loot and item management within raids.
ox_lib - Offers utility functions, such as progress bars and notifications, essential for player interactions and feedback.
Note: Please ensure these dependencies are installed and listed in your server’s
server.cfg
file. XSC_Raids will not function correctly without them.
Downloading XSC_Raids
After purchasing XSC_Raids from Tebex, you’ll receive access to the asset through FiveM’s Keymaster. Follow these steps to download it:
Visit FiveM Keymaster: Go to keymaster.fivem.net, and log in with the same credentials used on Tebex.
Locate Your Asset: Under Purchased Assets, you’ll find XSC_Raids. Click on it to begin the download.
Download the Resource: Download the compressed XSC_Raids resource file to your local machine.
Note: Keep this file in a secure location. Distributing paid assets violates FiveM’s and XSC_Raids’ terms of service.
Installation Guide
Once you've downloaded XSC_Raids, follow these steps to install it on your server.
Step 1: Unzip the Resource
Extract the downloaded file to a location in your server's resource folder. Inside, you’ll find the following folder structure:
XSC_Raids/ ├── client/ ├── server/ ├── configs/ ├── fxmanifest.lua
Step 2: Configure server.cfg
server.cfg
Open your server’s
server.cfg
file, located in the root of your server files.Add the following line to ensure XSC_Raids starts with the server:
ensure XSC_Raids
Save and close the
server.cfg
file.
Troubleshooting Installation
If you encounter any issues during installation:
Verify that all dependencies (QBCore, ox_target, ox_inventory, and ox_lib) are installed and running correctly.
Double-check that
ensure XSC_Raids
is added in yourserver.cfg
.Ensure all configuration files are correctly set up without syntax errors.
For further help, join our Discord server (https://discord.gg/Sd2Kuq5FXP), where our team and community can assist you.
Last updated