qb-inventory / ps-inventory
Images:
Go to
dynyx_ebtcards\imagesand copy all the imagesLocate the
qb-inventory\html\imagesorps-inventory\html\imagesfolderAnd paste all the images in there
Installation:
Copy the following code
Go to the bottom of
qb-core\shared\items.luaPaste 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.luaand look forConfig.ProductsFind the item you want to give EBT access to
Finally add
ebt = trueafter the amountHere is an example of how it should look like

Last updated