Es_extended doesn't display cash, bank balance and black money

Hi!
Recently I updated es.extended and after all its not displays the right corner balances.
For any help how to change that - thanks
And sorry for my ugly englando.

1 Like

Check in the config.lua if Config.Hud is on false. If it is just change that to true :slight_smile: If that dont work. Check if money or cash is erased from the UI in essentialmode

1 Like
Config                          = {}
Config.Locale                   = 'pl'

Config.Accounts                 = { 'bank', 'black_money' }
Config.AccountLabels            = { bank = _U('bank'), black_money = _U('black_money') }

Config.ShowDotAbovePlayer       = false
Config.DisableWantedLevel       = true
Config.EnableWeaponPickup       = true
Config.RemoveInventoryItemDelay = 5 * 60000
Config.PaycheckInterval         = 7 * 60000
Config.MaxPlayers               = 32
Config.EnableDebug              = false

Thats the es_extended cfg. I cant see any Config named Config.HUD

Then thats not the newest version. This is from the newest. Config.Enablehud

1 Like

Thanks! Working great!

No problem

Please ask in the original topic.