Vehicle Keys System

CS-Garages supports multiple vehicle key systems. This guide covers the configuration of your preferred key system.

Configuration

Set your preferred key system in config.lua:

Config.Utils = {
    ["vehicleKeys"] = "none", -- Replace with your preferred system
}

Supported Key Systems

The following key systems are supported:

  • qb-vehiclekeys

  • qbx_vehiclekeys

  • ak47_vehiclekeys

  • MrNewbVehicleKeys

  • jaksam-vehicles-keys

  • qs-vehiclekeys

  • mk_vehiclekeys

  • qs-fuelstations

  • wasabi_carlock

  • okokGarage

  • Renewed

  • tgiann-hotwire

  • none

Troubleshooting

If vehicle keys are not working:

  1. Verify key system configuration

  2. Ensure selected key system is installed

  3. Check for script errors in server console

For support, please include:

  • Server console output

  • Configuration settings

  • List of installed dependencies

  • Steps to reproduce the issue

Last updated