❤️uHUD
Installation
You should remove all other huds (including default like
esx_hud
orqb-hud
)We recommend you to remove
esx_cruisecontrol
for preventing belt system conflicts
Config
Measurement
kmh
mph
(default kmh
)
Units of speed for speedometer.
MS
number
(default 100)
How often do speedometer updates in MS. Less value - smoother animation, but worse perfomance.
Framework
autodetect
esx
qb
standalone
(default autodetect
)
Defining which framework is used.
HungerThirtsUpdate
number
(default 1000)
How often do speedometer updates in MS. Don't change if you're using ESX.
Standalone
Place where you can define logic of needs and money if you're using standalone version.
Voice
pma-voice
saltychat
(default pma-voice
)
Selection your voicechat system.
Zones
List of street names.
OnlinePlayers
Getting online players logic.
UI
Config of all visual elements. Here you could change colors, logo and notification titles.
Seatbelt
Seatbelt system configuration. Enable
- turn system on/off. Keybind
- button to use belt. EjectCheckSpeed
- minimum speed to go through window. RagdollTime
- shouldn't be changed.
Engine
Engine confuguration. Enable
- if false, it will start automatically.
Headlight
string
(default H
)
Just changes headlight keybind in interface.
Lock
Car lock system configuration. Enable
- turn system on/off. Keybind
- button to use lock.
Custom
- if true, you will need to make own logic. CustomFunction
- your custom logic.
Client Side Exports
Notify
type
"information", "error", "success", "warning"
text
string
time
number (milliseconds)
SetBeltState
toggle
boolean
GetBeltState
Returns: boolean
ToggleHud
toggle
boolean
GetLockState
Returns: boolean
Server Side Triggers
Notify
source
number (user id)
type
"information", "error", "success", "warning"
text
string
time
number (milliseconds)
Last updated