Cash Item

Welcome to Cash Item System

We present the cash system through Quasar Inventory item suitable for QBCORE users, fully functional with stores and sales of items, this option can be activated in [inventory]\qs-inventory\server\custom\framework\qb.lua assigning the line 13 in true, plus you will have to add the cash item in qb-core/shared/items.lua.

UseCashAsItem = true -- Choose whether to use money as an item
CashItem = 'cash'    -- Choose the money item, it only works if I enable the configurable above

Last updated