Hello, I have a question about what I need to do to delete money, bank and black money in top right expect job and job grade.
GO to es_extended/config.lua and change config.EnableHUD to false
Yeah i know but i want to delete money, bank and Black money expect job and job grade
What you are looking for is in the HTML file - edit the UI HTML using notepad++ or another editor and it should look like this - I believe this is how we have it sent up:
<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>
</body>
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.