⚙️Locksystem Config

Unlock the versatility of our Locksystem, offering multiple methods for vehicle access.

Config.KeepEngineRunning = true

This setting toggles the option to keep the engine running when exiting a vehicle.

Config.ToggleEngine = true
Config.ToggleEngineButton = 'Y'

This setting toggles the option to enable/disable the Engine with the button 'Y'.

Config.UseLocksystemButtonOutsideVehicle = true
Config.LockButton = 'U'

This setting determines whether the lock button can be used outside the vehicle. Even if the first variable is set to false, locking the vehicle from inside is still possible.

Config.HotwiringSpeed = {0.3, 1.1}
Config.UseHotwiringSpeedAccelerator = true
Config.HotwiringSpeedAccelerator = {30.0, 150.0}

These settings are responsible for the hotwiring feature of the vehicle.

  • Hotwiring Speed: Randomized between 0.3 and 1.1, determining the hotwiring speed of vehicles.

  • Hotwiring Accelerator: Activated by pressing 'W,' allows players to toggle it and adds a randomized value between 30.0 and 150.0 with each click.

Last updated

Was this helpful?