For the complete documentation index, see llms.txt. This page is also available as Markdown.

configLockpickVehicle.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,
        },
    },
}

Last updated