Add new Metadata for "receipt" for new qb-inventory
Opened this issue · 1 comments
merpindia commented
Add new Metadata for "receipt" for new qb-inventory
alxspiker commented
Here you go! This uses qb-inventory
- Put two images from img forlder in `qb-inventory/html/images'
- Add following items to
qb-core/shared/items.lua
-- ENVI Receipts
['receipt'] = {
name = 'receipt',
label = 'Receipt',
weight = 20,
unique = true,
useable = true,
shouldClose = true,
image = 'receipt.png',
description = nil,
},
['payment_terminal'] = {
name = 'payment_terminal',
label = 'Receipt Printer',
weight = 2000,
unique = true,
useable = true,
shouldClose = true,
image = 'payment_terminal.png',
description = 'A handy device for printing receipts on-the-go!',
},