Forced Engine Control
By default, the vehicle engine automatically turns on when a player enters and turns off when they exit.
To add a hint of realism and encourage player interaction with the vehicle menu, you can disable this automatic behavior using the config settings below. Players will then be forced to manually turn the engine on and off when entering or exiting the vehicle.
-- If set to true, vehicle engines will not automatically turn on when the player enters, or when the gas pedal is pressed, and will stay on when the player leaves the vehicle
-- This forces players to use the vehicle menu to toggle their engines
-- Note that this setting will cause the script to consume an extra 0.02 - 0.03ms of resmon if enabled
Config.ForceManualEngineControl = trueLast updated