Installation
Remove either
esx_society
orqb-management
from your serverMake sure all of the dependencies are installed and running.
Drag the script into your resources folder
Make sure to add it to your `server.cfg` after the dependencies
Upload the upload.sql file to your database
Restart your server
QBCore Users
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
Last updated