Installing sk-burglary 3.3.5
It is strongly recommended to use the latest recommended FiveM server artifact version, which is currently 7290. However, this resource should be compatible with server versions starting from 3245 and onwards. For the game build, it is advised to use version 3095 or newer. Please note that OneSync must be enabled.
You need the following required resources by default.
qb-core
qb-target
qb-menu
qb-skillbar
qb-lockpick
qb-minigames
Please read the installation guide below carefully.
Extract the 3.3 resource and copy it into either the
qb
orstandalone
folder. This step is optional; you can place the resource anywhere, as long as it’s started after the required resources.Configuration might be required in the
config.lua
file. Check theConfig.DefaultResources
table and ensure that the resource names match those on your server.Add the items from
items_ox.md
oritems_qb.md
to your item list depending on your inventory resource.Add the item images from the
img
subfolder to your inventory images folder.For a more detailed guide on configuration, please visit the Main Config section of our docs.
You can also use the following optional resources for enhanced functionality.
Using with QBox
QBox has been tested and is working. You can find the tested version here: QBox txAdminRecipe.
Configuration Steps:
- Disable qb-target, qb-inventory, and qb-menu by setting
enabled = false
in the mainconfig.lua
. - Enable ox_lib, ox_target, and ox_inventory by setting
enabled = true
in the mainconfig.lua
.
Alternatively, you can use the Auto Setup option.
For your QBox server config:
Make sure to set: setr qbx:enableBridge "true"
- This enables the qb-core bridge for qbx_core
. It should be true by default.