Installation
Last updated
Last updated
Remove either esx_society
or qb-management
from your server
Make sure all of the are installed and running.
Drag the script into your resources folder
Make sure to add it to your `server.cfg` after the
Upload the upload.sql file to your database
Restart your server
In order to have some of the functions of the Qbox version working, you need to make some edits to your framework.
First, in qbx_core/server/groups.lua
near line 90, above the GetJob
function, add this event
Next, in qbx_core/config/server.lua
near line 120, find these functions
and replace them both with
and your boss menu should now work perfectly.
In order to have some of the functions of the QBcore version working, you need to make some edits to your script.
Go to the PaycheckInterval
function near line 207 of qb-core/server/functions.lua
Place this event anywhere in the file
Then near line 215 find
And replace it with
You will also need to change this export near line 221
And replace it with
If you have followed all of the steps correctly, it should look something like this