Installation
In this section you can find how to install the resource properly
Install dependencies
Download the latest
ox_lib.zip
.Open
ox_lib.zip
and copy theox_lib
folder to your server's resources folderAdd ensure
ox_lib
right after ensure es_extended or qb-core in yourserver.cfg
Download the latest
oxmysql.zip
.Open
oxmysql.zip
and copy theoxmysql
folder to your server's resources folderAdd ensure
oxmysql
right after ensure es_extended or qb-core in yourserver.cfg
Script Install
Download from keymaster.
Copy script folder to your server's resources folder
in server cfg add following:
add_ace group.YOURWANTEDGROUP command.sessionmanager allow
add_ace group.YOURWANTEDGROUP command.sqlmanager allow
add_ace group.YOURWANTEDGROUP command.singlePlayer allow
Example for admin group
add_ace group.admin command.sessionmanager allow
add_ace group.admin command.sqlmanager allow
add_ace group.admin command.singlePlayer allow
If this doesnt work for you on QBCore do following:
add_ace qbcore.YOURWANTEDGROUP command.sessionmanager allow
add_ace qbcore.YOURWANTEDGROUP command.sqlmanager allow
add_ace qbcore.YOURWANTEDGROUP command.singlePlayer allow
Test does it work
For Group: test_ace group.admin command.sessionmanager
For Player: test_ace player.id command.sessionmanager
For Identifier: test_ace identifer.identifier command.sessionmanager
Last updated