Instalation
WARNING: Resource must be named bhd_garage
to operate properly.
1
Ensure All Dependencies Are Installed
Before proceeding, make sure all required dependencies are installed and configured:
ox_lib
ox_mysql
es_extended or qb-core
BHD Bridge
2
Drag and Drop the Files
Download the script from Cfx.re portal
Drag and drop the
bhd_garage
folder into your resources directory on the server.
3
Edit the Configuration
Open
config.lua
insidebhd_garage
and adjust the settings:Configure garage locations and impound zones.
Adjust key permissions and vehicle storage options.
Open
config_s.lua
for server-specific settings.
4
Add Inventory Items
['carkeys'] = {
label = 'Car keys',
weight = 5,
stack = true,
close = true,
client = {
export = 'bhd_garage.LockVehicle'
}
},
['wire_cutters'] = {
label = 'Wire cutters',
weight = 500,
stack = true,
close = true,
durability = 100,
client = {
export = 'bhd_garage.HotWire'
}
},
['lockpick'] = {
label = 'Lockpick',
weight = 15,
close = true,
stack = true,
durability = 100,
client = {
export = 'bhd_garage.LockPick'
}
},
['plate'] = {
label = 'Fake plate',
close = true,
stack = true,
weight = 200,
client = {
event = "bhd_garage:putOnPlate",
},
},
5
6
Support
If you encounter any issues during installation, feel free to reach out to us on Discord for further assistance.
Last updated