I Can't withdraw/deposit Dirty Money

Depending on your server framework you have to configure how you would like to handle dirty money.

1

MainConfig.lua

Go to the config/MainConfig.lua

2

Change Config.DirtyMoney

Find this part of Configuration file and change item name according to your framework configuration.

Config.DirtyMoney = {
    -- ON ESX IT WORKS WITH DEFAULT black_money account balance!
    -- This settings apply only for QB/QBOX!
    itemName = "dirty_money"
}

Last updated