Installation
Step-by-step guide to adding the BK Garages to your server.
ensure bk_garagesLast updated
Step-by-step guide to adding the BK Garages to your server.
Install all dependencies and make sure to ensure them in the server.cfg.
Place the bk_garages folder somewhere in your resources directory.
Ensure the resource in your server.cfg as follows, AFTER all dependencies and core/framework resources:
ensure bk_garagesModify the configuration files in the /config folder to your liking.
If you want to use the carjacker item (recommended), register the item in your inventory items file. Below are some examples:
ox_inventory/data/shared/items.lua:
['carjacker'] = {
label = 'Car Jacker',
weight = 2000,
stack = false,
consume = 0,
description = 'Hmm, what could that do to parked cars...',
server = {
export = 'bk_garages.carJackerUsed'
}
},qb-core/shared/items.lua
carjacker = { name = 'carjacker', label = 'Car Jacker', weight = 2000, type = 'item', image = 'carjacker.png', unique = true, useable = true, shouldClose = true, description = 'Hmm, what could that do to parked cars...' },Add the item image to your inventory icons folder.
Enjoy!
For support, join our discord
Last updated