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

configDeleteVehicle.lua

config.deleteVehicle = {
    active = true,            -- If true, players with the correct job and within the specified distance can delete vehicles using the specified command(s)
    commands = { "impound" }, -- Command(s) to delete a vehicle, you can add multiple commands in the array
    dist = 5.0,
    progressBar = {
        active = true,
        time = 5000,
        canCancel = true,
        animation = {
            animDict = "amb@medic@standing@kneel@idle_a",
            anim = "idle_a",
        },
    },
}

Last updated