βοΈEngine
Explanation of the engine configuration in the script
Engine Settings
KOJA.Engine = {
Enabled = true,
Key = 'B',
Desc = 'Toogle engine',
StartEngineOnEntering = false
}Last updated
Explanation of the engine configuration in the script
Enabled: true
Determines whether the engine feature is enabled or disabled.
Key: 'B'
Specifies the key binding used to toggle the engine on or off.
Desc: 'Toogle engine'
Provides a short description for the engine toggle feature.
StartEngineOnEntering: false
Indicates whether the engine should automatically start when entering a vehicle.
KOJA.Engine = {
Enabled = true,
Key = 'B',
Desc = 'Toogle engine',
StartEngineOnEntering = false
}Last updated