Add the item images to your inventory script
- [qb] > qb-inventory > html > images
[qb] > qb-core > shared > items.lua
-- Kael beggar
['begging_box'] = {['name'] = 'begging_box', ['label'] = 'Begging Box', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'begging_box.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A box for begging money!'},
['begging_guitar'] = {['name'] = 'begging_guitar', ['label'] = 'Begging Guitar', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'begging_guitar.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A musical guitar!'},