Control configuration

With this function you can enable or disable the hotkeys, as well as change certain available keys.

Config.HotKeys = true -- Enable or disable the engine on/off system
Config.Controls = {
    EngineControl = 'IOM_WHEEL_UP', -- Key to start or stop the engine. (Mouse wheel up) for better compatibility with the qs-dispatch already using the G keybind. And also better roleplay
    UseKey = 'U', -- Key to lock / unlock the car
}

Config.Hotwire = true -- True or false for enable / disable the hotwire functions
Config.UseHotwire = 'H' -- Key to start hotwiring the car

Last updated