Instalation
1
Ensure All Dependencies Are Installed
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",
},
},Support
Last updated