Skip to main content

Chat commands

CommandWhat it does
/togglehudToggles the HUD visibility on or off.
/hudsettingsOpens the settings window.
Both are available to everyone — there are no admin commands.

Keybinds

All keybinds are registered through FiveM’s key mapping system, so every player can rebind them under FiveM Settings → Key Bindings → FiveM. The defaults come from config.lua:
ActionDefault keyCommandConfig option
Toggle seatbeltB-toggle_seatbeltConfig.UseSeatbeltLogic
Toggle cruise controlJnexhud_cruiseConfig.CruiseControlKeybind
Left indicatornexhud_indicator_leftConfig.IndicatorLeftKeybind
Right indicatornexhud_indicator_rightConfig.IndicatorRightKeybind
Hazard lightsnexhud_hazardsConfig.IndicatorHazardsKeybind
Boat anchorKnexhud_anchorConfig.BoatAnchorKeybind
Vehicle controls menuF6nexhud_vehcontrolsConfig.VehicleControlsKeybind
Open settings windowunboundhudsettings
Set an indicator or anchor keybind to false in config.lua to disable that feature’s bind entirely.
The seatbelt bind only exists when Config.UseSeatbeltLogic = true, and the cruise bind only when Config.EnableCruiseControl = true.
FiveM remembers each player’s keybinds after their first join. Changing a default in config.lua won’t move keys for players who already have a stored binding — they rebind in their own FiveM settings.