🔑Vehicle Keys

File Path: modules/systems/c.vehicleKeys.lua


Pre configured scripts

  • qb-vehiclekeys

  • qs-vehiclekeys

  • ak47_vehiclekeys

  • t1ger_keys

  • Renewed-Vehiclekeys

  • cd_garage

  • custom


Auto detection of resource

By default, the script will try to automatically detect the correct resource.

Shared.VehicleKeys = "AUTO DETECT"

Auto detection failed

If auto detect failed in config.lua, set Shared.VehicleKeys to use the appropriate keys resource or set it to custom and configurate it yourself.


Custom functionality

Go to modules/systems/c.vehicleKeys.lua and customize your keys logic

if Shared.VehicleKeys ~= "custom" then
    Core.AddVehicleKeys = function(plate, vehicle)
        -- Add your custom vehicle keys logic here
    end
end

Last updated