freeman23
Silver Elite
This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.
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.
Codem - Blavck Hud V2 for free
open Source
Hidden link for visitors, to see Log in or register now.
View attachment 8257
Looks niceCodem - Blavck Hud V2 for free
open Source
Hidden link for visitors, to see Log in or register now.
View attachment 8257
niceCodem - Blavck Hud V2 for free
open Source
Hidden link for visitors, to see Log in or register now.
View attachment 8257
dsffdsCodem - Blavck Hud V2 for free
open Source
Hidden link for visitors, to see Log in or register now.
View attachment 8257
did you find a way to fix this issue?how to fix fuel gauge not show?
nodid you find a way to fix this issue?
same issue heredid you find a way to fix this issue?
opCodem - Blavck Hud V2 for free
open Source
Hidden link for visitors, to see Log in or register now.
View attachment 8257
helpi have minimap bug Dx
Open the index.html file go to the bottom you see thissame issue here
<!--<svg class="fuelmeter" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/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>-->
where do you put that on or take it off?Open the index.html file go to the bottom you see this
Code:<!--<svg class="fuelmeter" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/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>-->
remove the <!-- and the --> and you are good to go.
You just have to edit the index.html file, and remove the <!-- and the --> and you are good to go.where do you put that on or take it off?