Vehicle Keys Integration

The script supports optional vehicle keys integration. This feature is configurable via the Config.VehicleKeys table.

Example Configuration:

Config.VehicleKeys = {
    Enabled = true,  -- Set to true to enable vehicle keys, false to disable
    Event = {
        QBCore = 'vehiclekeys:client:SetOwner',
        ESX = 'esx_vehiclelock:giveKey'
    }
}

Last updated