Installations

server.cfg

Add the command to your server.cfg file and make sure that the script is started.

ensure mt_hud

HTML

You can easily add the HTML code to the "index.html" file under the "container" class.

<!------- Bank hud ------->
<div class="item">  
<div class="cont ba">
<img class="banka" src="img/bank.png"></img></div>
<p class="texta text-right" id="bank">Ucitivanje...</p>	
</div>
<!------- Black money hud ------->
<div class="item" id="black_money_item">
<div class="cont cr">
<img class="crni" src="img/black_money.png"></img></div>
<p class="texta text-right" id="black_money">Ucitivanje...</p>			
</div>
<!------- society's money hud ------->
<div class="item" id="society_item" style="display:none">
<div class="cont se">
<img class="sef" src="img/society.png"></img></div>
<p class="texta text-right" id="society">Ucitivanje...</p>		
</div>

Do you have questions

You can customize everything else in your config.lua. If you have any questions or encounter difficulties, feel free to contact us on Discord.

Last updated

Was this helpful?