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
KeN1
2
Check in the config.lua if Config.Hud is on false. If it is just change that to true
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
KeN1
4
Then thats not the newest version. This is from the newest. Config.Enablehud
1 Like
BigYoda
7
Please ask in the original topic.