-
Notifications
You must be signed in to change notification settings - Fork 394
Description
The problem
In older versions of qb-inventory, you could combine items together to obtain another one.
['lockpick'] = {['name'] = 'lockpick', ['label'] = 'Outils de crochetage', ['weight'] = 300, ['type'] = 'item', ['image'] = 'no_icon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = {accept = {'screwdriverset'}, reward = 'advancedlockpick', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = 'Fabrication d\'un Lockpick', ['timeOut'] = 7500,}}, ['description'] = 'Très utile si vous perdez vos clés.. ou si vous voulez l\'utiliser pour autre chose...'},
Ideal solution
It’d be cool to have this system back in a future update.
Alternative solutions
No response
Additional context
No response