Configuration

Main Configuration

Config = {
    Debug = false, -- debug mode for more information
    VersionCheck = true, -- should this script check for a new version?

    DrawDistance = 30.0, -- distance marker should be drawn
    InteractDistance = 1.8, -- distance you can access the markers

    OnlyDirtyVehicles = false, -- only dirty vehicles will be cleaned?
    DoubleClean = true, -- should the washing process take x2 longer?
    Price = 100, -- price per car wash
}

Translation Configuration

Translation = { -- Change the Translation Strings here
    ['carwash_interact'] = 'Press ~INPUT_CONTEXT~ to ~b~wash~s~ your vehicle.',
    ['carwash_not_enough_money'] = '~r~You do not have enough money.',
    ['carwash_done'] = 'Your vehicle is ~g~clean~s~ again.',
}

Points Configuration

circle-info

You can add as many car washes as you wish.

Last updated