qbcore-framework / qb-hud

Player HUD System
45 stars 209 forks source link

Vehicle Hud dont display speed over 250 #60

Closed HireSLH closed 2 years ago

HireSLH commented 2 years ago

I use the 3.6 speed multiplier for KPH.

googleoblivion commented 2 years ago

Change the :max setting in index.html to your choosing. <q-circular-progress show-value :value="speed" class="text-white" size="60px" :thickness="0.15" color="white" track-color="grey-9" center-color="grey-10" :max="250"/>

:max="250"