I need help with es_extended hud

Hello i have this problem what i knwo that many finnish developers like me have.

So this is the picture of my es_extended hud and as you can see the cash is now showing up it only shows bank and dirty mony.
image

As you can see in the account section i have bank cash and black money. Does anybody know how to fix this issue i have never found anyone with fix. And its on so many servers in finland i mean like actually big servers. I dont wanna use trew hud or some other hud i just wanna make this hud to work.

If anyone can fix this issue and you need my scripts feel free to ask.

You’d need to search for the element in your HTML file and check if the file name for your image is correct.

There is only other scripts like in __resources.lua (the html script is below)

  <div id="hud"></div>
  <div id="inventory_notifications"></div>

  <script src="nui://game/ui/jquery.js" type="text/javascript"></script>
  <script src="js/mustache.min.js"></script>
  <script src="js/app.js"></script>

That isn’t the element where your image is called.

Well can you tell me where it is coz i have no idea what file you mean.