This asset was created as a free wallet script using ox_inventory
- Download this script
- Add wallet to inventory as it is in "Extra Information" below
- Put script in your
resourcesdirectory - ensure
bpt_walletafterox_libbut beforeox_inventory
- ox_inventory
Item to add to ox_inventory/data/items.lua
['wallet'] = {
label = 'Wallet',
weight = 220,
stack = false,
consume = 0,
client = {
export = 'bpt_wallet.openWallet'
}
},