Skip to content
/ hud Public

A car dashboard for FiveM

License

Notifications You must be signed in to change notification settings

TrAsKiN/hud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A dashboard for FiveM

A dashboard with a clean but complete design.

HUD in game

Requirements

You have to register callback functions to activate some features.

Registering callback functions

exports.hud:registerSeatbeltFunction(function ()
    return seatbelt -- a boolean if the seat belt is attached
end)
exports.hud:registerSpeedLimitFunction(function ()
    return speedLimit -- a number corresponding to the speed limit in km/h
end)

License

Under MIT license