> For the complete documentation index, see [llms.txt](https://tgiann.gitbook.io/tgiann/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tgiann.gitbook.io/tgiann/scripts/tgiann-policejob/config-files/configlockpickvehicle.lua.md).

# configLockpickVehicle.lua

```lua
config.lockpickVehicle = {
    active = true,                -- If true, players with the correct job and within the specified distance can lockpick vehicles using the specified command(s)
    commands = { "vehlockpick" }, -- Command(s) to lockpick a vehicle, you can add multiple commands in the array
    dist = 3.0,
    minigame = {
        active = true,
        time = 2500,
        attempts = 3,
    },
    progressBar = {
        active = true,
        time = 15000,
        canCancel = true,
        animation = {
            animDict = "veh@break_in@0h@p_m_one@",
            anim = "low_force_entry_ds",
            flag = 16,
            time = 1500,
        },
    },
}

```
