Vehicle Transfer Item
Enable this feature in config/sv_config.lua
and set your item name

Framework Setup
Add vehicle contract item into qb-core/shared/items.lua
['vehiclecontract'] = {['name'] = 'vehiclecontract', ['label'] = 'Vehicle Contract', ['weight'] = 100, ['type'] = 'item', ['image'] = 'vehiclecontract.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Vehicle Transfer Contract'},
Inventory Setup
add the following image (or your own) to qb-inventory/html/images

Last updated