[STANDALONE][FREE] cs-carhud

Hello, this is our first script we shared.

We will start publishing our paid works very soon.
we developed this script to get to know each other and introduce ourselves.
We can say that it is a bit lacking in terms of optimization because we wanted to publish our script as soon as possible. We will of course make updates.

Ideas in UI design are taken from the web.

Features

  • 0.02 Client Side Resmon and No Server Side
  • Standalone
  • Seat Belt
  • RPM Indicator
  • Gear Indicator
  • Speedometer
  • Headlight Indicator
  • Handbrake
  • Engine Health Indicator
  • You can edit colors from Javascript and CSS files.
  • Compatible with every screen resolution, if you send the problematic screen resolution or fix it yourself and send me a message, we can share it as an update.

Download
Preview

Update

  • Added KeyMapping
  • Fixed reverse gear indicator. (R,N)

Update 2

  • Added anti spammer
  • We fixed seat belt spam issue

Update 3

  • Added turn indicator
  • Added server.lua for sync between players.
    (Thank you “Funeral DJ” on OX Community)
18 Likes

nice hud and very helpful :slight_smile:

2 Likes

ty for your feedback. <3 <3

any video ?

and its seems nice

Ty so much, i didn’t have time to make a video.

Clean and fresh ui, actually, with slight custom one of the best looking carhuds imo

1 Like

looks amazing, runs great, suggested adding mph and seatbelt on key and he added it right away, great product and cant wait to see more from you!

Thank you man. Soon, we will start publishing our new scripts. <3

How do you change the keybind for the sealbelt? I tried this but it doesn’t change :confused:
image

1 Like

If you changed your keybindings once in the game, it mayb not be updated.

nice hud

1 Like

nice hud bro :slight_smile: thanks

Any way to change the KPM to MPH?

client.lua

local speedo = (GetEntitySpeed(veh)*3.6)
replace
local speedo = (GetEntitySpeed(veh)*2.236936)

html/index.html
<p class="speeds" id="speeds"><span></span>KM/H</p>
replace
<p class="speeds" id="speeds"><span></span>MP/H</p>

Thank you much

1 Like

nice hud bro :fire:

1 Like

Nice Hud

1 Like

Ty bro. :grin:

image
A player have this errors, for me its working well but not for him any solutions? Thanks! :slight_smile:

add body index.html

<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script src="https://code.jquery.com/ui/1.13.1/jquery-ui.js"></script>