Forced Engine Control
Normally, whenever a player enters a vehicle, the vehicle is automatically turned on. When a player leaves their vehicle, the vehicle is automatically turned off. This can be changed with the config below, so that the engine must be manually turned on and off when entering/exiting, to add a hint of realism, and to force the players to use the menu.
-- 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 = true
Last updated