Installation
In this section you can find how to install the resource properly
Install dependencies
Download the latest
ox_lib.zip.Open
ox_lib.zipand copy theox_libfolder to your server's resources folderAdd ensure
ox_libright after ensure es_extended or qb-core in yourserver.cfgDownload the latest
oxmysql.zip.Open
oxmysql.zipand copy theoxmysqlfolder to your server's resources folderAdd ensure
oxmysqlright 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 allowExample for admin group
add_ace group.admin command.sessionmanager allow
add_ace group.admin command.sqlmanager allow
add_ace group.admin command.singlePlayer allowIf 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 allowTest 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.sessionmanagerLast updated