*️Snippets
Some little cool snippets
To have black_money as addonaccount money in QBCore: Location: qb-core/config.lua
MoneyTypes = startamount - Add or remove money types for your server (for ex. blackmoney = 0), remember once added it will not be removed from the database!
QBConfig.Money.MoneyTypes = {cash = 500, bank = 5000, crypto = 0, black_money = 0}
Moneytypes that are not allowed going into minuses
QBConfig.Money.DontAllowMinus = {'cash', 'crypto', 'black_money'}
Last updated