🛠️Installation
Follow all the steps one by one for a perfect installation
Download
1. Loggin into the CFX Portal
First log into the CFX by clicking here
2. Find your assets
. Once logged in, navigate to the "Assets" section from the dashboard to view a list of all your available assets. You can organize these assets by type or create custom folders for better management.
3. Downloading Assets
Locate the asset you wish to download from the list.
Click on the asset name or the download icon next to it.
Confirm any prompts to start the download process.
4. Verify your Download
After downloading, check the file integrity by comparing checksums if provided.
Ensure the asset is compatible with your current system setup or application requirements.
ensure oxmysql
ensure es_extended
ensure xsound
ensure resmon_dj
SQL
Now you have to insert the SQL files into your database:
SQLIMPORTANT
To add ace permission for a specific user, use the following syntax in your server.cfg
:
add_ace identifier.license:[license_number] djcreator allow
Replace [license_number]
with the actual Rockstar license of the user you want to grant permission to. This gives the specified user permission to use the djcreator
resource.
Qbox Framework
If you are using the Qbox Framework, you need to make a small change in your fxmanifest.lua
file.
Locate the following section:
client_scripts {
'custom/client/client.lua',
'client/*.lua',
--'@qbx_core/modules/playerdata.lua', Uncomment that line if you use Qbox
}
🔧 What to do:
If you're using Qbox, uncomment the last line by removing the two dashes (--
), like this:
'@qbx_core/modules/playerdata.lua'
✅ This enables integration with the Qbox player data module.
Last updated