Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

HUD Codem - Blavck Hud V2

Papadon74

Gold Elite
Joined
Mar 23, 2021
Messages
78
Reaction score
3,146
Points
296
Anyone worked out how to get the fuel gauge working for esx and legacy fuel. ??
 

JohnVolkoff

Member
Joined
Oct 16, 2022
Messages
6
Reaction score
0
Points
146
Location
France
Someone can explain me how to install it (QBCORE)?
 
Last edited:

Lor395

Bronze Elite
Joined
Oct 10, 2022
Messages
11
Reaction score
5
Points
156
Location
Cagliari
Anyone worked out how to get the fuel gauge working for esx and legacy fuel. ??
Yeah, check Html/index.html ---->
<div class="fuelIcon">
<p class="fuelText">{{fuel}}L </p>
<span v-html="GetSvg('fuel')"></span>
</div>

or


<svg class="fuelmeter" xmlns=" "
xmlns:xlink=" " width="57.34px" height="190.34px">
<path fill-rule="evenodd" stroke="rgba(252, 255, 255, 0.25)" stroke-width="9.56px"
stroke-linecap="butt" stroke-linejoin="miter" fill="none"
d="M33.779,177.779 C17.790,153.93 11.587,136.323 9.780,98.780 C8.700,76.352 20.618,32.635 43.780,8.780 " />
<path :class="{'fuel-red' : fuel <= 30, 'fuel-yellow' : fuel > 30}" id="fuel"
fill-rule="evenodd" stroke-width="9.56px" stroke-linecap="butt"
stroke-linejoin="miter" fill="none"
d="M33.779,177.779 C17.790,153.93 11.587,136.323 9.780,98.780 C8.700,76.352 20.618,32.635 43.780,8.780 " />
</svg>




U have issue with status update?????
 

Papadon74

Gold Elite
Joined
Mar 23, 2021
Messages
78
Reaction score
3,146
Points
296
Yeah, check Html/index.html ---->
<div class="fuelIcon">
<p class="fuelText">{{fuel}}L </p>
<span v-html="GetSvg('fuel')"></span>
</div>

or


<svg class="fuelmeter" xmlns=" "
xmlns:xlink=" " width="57.34px" height="190.34px">
<path fill-rule="evenodd" stroke="rgba(252, 255, 255, 0.25)" stroke-width="9.56px"
stroke-linecap="butt" stroke-linejoin="miter" fill="none"
d="M33.779,177.779 C17.790,153.93 11.587,136.323 9.780,98.780 C8.700,76.352 20.618,32.635 43.780,8.780 " />
<path :class="{'fuel-red' : fuel <= 30, 'fuel-yellow' : fuel > 30}" id="fuel"
fill-rule="evenodd" stroke-width="9.56px" stroke-linecap="butt"
stroke-linejoin="miter" fill="none"
d="M33.779,177.779 C17.790,153.93 11.587,136.323 9.780,98.780 C8.700,76.352 20.618,32.635 43.780,8.780 " />
</svg>




U have issue with status update?????
Thanks i will take a look when i get a chance, Am i looking for anything in particular ?? do i need to change anything ?? I'm not the greatest at html etc.

Not to sure what you mean by issue with status update . ??
 

Lor395

Bronze Elite
Joined
Oct 10, 2022
Messages
11
Reaction score
5
Points
156
Location
Cagliari
Thanks i will take a look when i get a chance, Am i looking for anything in particular ?? do i need to change anything ?? I'm not the greatest at html etc.

Not to sure what you mean by issue with status update . ??
thx for reply- You need to uncommnet the code in html page. hunger and thirst didn't work for me. I updated the script and solved it
 

Mr.Unkown

Gold Elite
Joined
Mar 16, 2021
Messages
136
Reaction score
135
Points
266
Location
malaysia
Codem - Blavck Hud V2 open Source

enyoy :D

I have more open source leaks we need time time time :D

if you are happy with the leaks pls reply with a positive reposnd
*** Hidden text: cannot be quoted. ***
anyone fix the fuel ? i think is not function im try qbcore
 

Papadon74

Gold Elite
Joined
Mar 23, 2021
Messages
78
Reaction score
3,146
Points
296
thx for reply- You need to uncommnet the code in html page. hunger and thirst didn't work for me. I updated the script and solved it
Thanks so much.. You Rock ;) all working now.. So each of the 2 codes you mentioned above. would it be right to say. 1 code handles the fuel bar. and the other handles the fuel icon with fuel % ???
 

Lor395

Bronze Elite
Joined
Oct 10, 2022
Messages
11
Reaction score
5
Points
156
Location
Cagliari
Thanks so much.. You Rock ;) all working now.. So each of the 2 codes you mentioned above. would it be right to say. 1 code handles the fuel bar. and the other handles the fuel icon with fuel % ???
Yes you are right ;)
 

monkeyxvii

Silver Elite
Joined
Oct 14, 2022
Messages
23
Reaction score
101
Points
246
Location
United States
Someone can explain me how to install it (QBCORE)?
Copy the file folder into resource, like any other resource you've added, run the sql script, and go through the config file and make sure it all points to whatever framework you need it to be (newqb, in your case).
 
Top