[HELP] UI-master

hey guys,
everytime if i log in into my server im a “Police - Lieutenant”, everytime i need to switch the job.
the money on my hand is right, money on my bank just appear if i open the Bank UI to check the money.
police job is safed on the ui.html in the script, how can i fix it?
Screen

<html>
<head>
	<title>Simple Template</title>
	<meta charset="utf-8">
	<meta name="viewport" content="">
  	<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  	<link rel="stylesheet" type="text/css" href="grid.css">
	<link rel="stylesheet" type="text/css" href="style.css">
	<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
	<script src="http://code.jquery.com/ui/1.12.0/jquery-ui.min.js"></script>
	<script type="text/javascript" src="main.js"></script>

</head>
<body>
<div id="ui">
<div class="playerStats">
	<div class="stat" id="money">
		<div class="icon"><img src="img/wallet.png"><!--<i class="fa fa-money" style="color: #4CAF50"></i>--></div><span>$2500</span>
	</div>
	<div class="stat" id="bankmoney">
		<div class="icon"><img src="img/credit-card.png"><!--<i class="fa fa-credit-card-alt" style="font-size: 14px; color: #2196F3;"></i>--></div><span>$0</span>
	</div>
	<div class="stat" id="dirtymoney">
		<div class="icon"><img src="img/money-bag.png"><!--<i class="fa fa-money" style="color: #f44336"></i>--></div><span style="color: #f44336;">$0</span>
	</div>
	<div class="stat" id="job">
		<div class="icon"><img src="img/jobs/police.png"><!--<i class="fa fa-briefcase" style="color: #FFB300;"></i>--></div><span>Police - Lieutenant</span>
	</div>
	
	<div class="status">
		<div class="vert-stat" id="hunger">
			<div class="bg" style="background-color: #FB8C00;"></div>
			<img src="img/hunger.png">
		</div>
		<div class="vert-stat" id="water">
			<div class="bg" style="background-color: #1E88E5;"></div>
			<img src="img/water.png">
		</div>
		<!--<div class="vert-stat" id="weight">
			<div class="bg" style="background-color: #D81B60"></div>
			<img src="img/backpack.png">
		</div>-->
		<div class="vert-stat" id="voice">
			<div class="bg" style="background-color: #81C784; height: 100%;"></div>
			<img src="img/speaker2.png">
		</div>
		<div class="vert-stat" id="drunk">
			<div class="bg" style="background-color: #BA68C8"></div>
			<img src="img/drunk.png">
		</div>
	</div>
</div>


<div class="carStats">
	<!--<div class="stat" id="speed">
		<span>48 mph</span><div class="icon"><img src="img/vehicle/speed.png"></div>
	</div>
	<div class="stat" id="gas">
		<span>42%</span><div class="icon"><img src="img/vehicle/gas.png"></div>
	</div>
	<div class="stat" id="damage">
		<span>97%</span><div class="icon"><img src="img/vehicle/damage.png"></div>
	</div>
	<div class="stat" id="lock" style="margin-bottom: 0px; background-color: #039BE5;">
		<span>Locked</span><div class="icon"><img src="img/vehicle/locked.png"></div>
	</div>
		<div class="vert-stat" id="gas">
			<div class="bg" style="background-color: #FB8C00;"></div>
			<img src="img/vehicle/gas.png">
		</div>-->
</div>
</div>

</body>
</html>

Have you bothered to change this…

if i change this to Trucker or what ever its the same.
im Lumberjack but on every login he would show me that im a trucker

Leave it blank. the script changes it anyways.

nope, the gui is now clear without anything

its a leaked server script so its not gonna be perfect unless you add the things to fix it. its simple and only 3 lines max. just make it refresh your job once player is spawned. and make sure the script does not restart unless the server restarts

idk how to do it, im really new

Brother, here I am also looking for a fix, maybe you found how to fix it, but if you do not say how?
I will be very grateful

Hi!
How do you close the UI when you press ESC or P button? Like others menu or phone. After you have press Pause the UI should disappear like phone, menu list or something else.

in javascript you add button press

Github
Here is the fixxed version.

Is it closing custom ui while you’re pressing PAUSE or ESC?

Hey man do you still have it? Im struggling with this