qb-inventory / ps-inventory
Images:
Go to
dynyx_ebtcards\images
and copy all the imagesLocate the
qb-inventory\html\images
orps-inventory\html\images
folderAnd paste all the images in there
Installation:
Copy the following code
Go to the bottom of
qb-core\shared\items.lua
Paste all the items before the last
}
['ebt_card'] = {name = 'ebt_card', label = 'EBT Card', weight = 1000, type = 'item', image = 'ebt_card.png', unique = true, useable = false, shouldClose = false, combinable = nil, description = 'Electronic Benefits Transfer Card'},
Please see the README.md File I provided for the rest of the Installation for qb-inventory / ps-inventory
How to add an item to the ebt:
Go to
qb-shops\config.lua
and look forConfig.Products
Find the item you want to give EBT access to
Finally add
ebt = true
after the amountHere is an example of how it should look like

Last updated