[PAID] [ESX] KD Sell Vehicles

FEATURES

  • This is like an dealership for used cars.
  • This script can work on a job or without job

CONFIG

KDConfig = {}

KDConfig.Markers = {
    Computer = {
        Type = 23,
        Distance = 30,
        PressDistance = 1.5,
        Color = {r = 0, g = 144, b = 0, a = 144},
        Size = {x = 1.5, y = 1.5, z = 1.5},
        Coords = vector3(89.1080, -222.1543, 53.6567)
    },

    SellVehicle = {
        Type = 23,
        Distance = 50,
        PressDistance = 3.5,
        Color = {r = 144, g = 0, b = 0, a = 144},
        Size = {x = 3.5, y = 3.5, z = 3.5},
        Coords = vector3(90.2457, -215.6828, 53.5217)
    },
    
    ShowVehicle = {
        Min = 100,
        Max = 101
    }
}

KDConfig.VehiclePositions = {
	{ 85.4174, -213.9144, 54.4916, 342.7934 },
    { 82.2511, -212.5765, 54.4916, 337.3385 }
}

KDConfig.Settings = {
    OwnedVehicleTable = 'owned_vehicles',
    AddonAccountTrigger = 'esx_addonaccount:getSharedAccount',
    AddonAccountName = 'sellvehicles',
    UseJob = true,
    JobName = 'devkd',
    JobTrigger = 'esx:setJob',
    TextSize = 0.65,
    Keyboard = 'nh-keyboard',
    ESXMenu = true,
    Align = 'top-left'
}

KDConfig.MySQL = {
    NameColumn = 'garage',
    StoredColumn = 'stored',
    VehiclePropsColumn = 'vehicle',
    OwnerColumn = 'owner',
    PlateColumn = 'plate'
}

KDConfig.Discord = {
    Webhook = '',
    FooterText = 'KD Sell Vehicles | Los Santos',
    BotName = 'KD | Sell Vehicles',
    ShowTime = true,
    PlayerSellLang = {
        [1] = 'Player',
        [2] = 'put the vehicle up for sale with plate',
        [3] = 'Vehicle Price:'
    },
    PlayerBuyLang = {
        [1] = 'Player',
        [2] = 'bought a vehicle from player ',
        [3] = 'with plate',
        [4] = 'Vehicle Price:'
    }
}

KDConfig.Blip = {
    Show = true,
    Coords = vector3(88.4675, -207.0083, 54.4932),
    Color = 3,
    Scale = 0.90,
    Display = 2,
    Sprite = 530,
    ShortRange = true,
    Name = 'Vehicle Sells'
}

KDConfig.Lang = {
    [1] = 'You have deposited $',
    [2] = 'You have withdrawn $',
    [3] = 'Invalid amount',
    [4] = '[~g~E~w~] $',
    [5] = 'You must sit in a vehicle',
    [6] = 'KD VEHICLES',
    [7] = 'Vehicle price: $',
    [8] = 'Put out for sale',
    [9] = 'Change Price',
    [10] = 'Remove Vehicle',
    [11] = 'Engine: ',
    [12] = 'Brakes: ',
    [13] = 'Suspension: ',
    [14] = 'Transmition: ',
    [15] = 'Turbo: ',
    [16] = 'No',
    [17] = 'Yes',
    [18] = 'Deposit Amount',
    [19] = 'Witdraw Amount',
    [20] = 'Money - $',
    [21] = 'Buy Vehicle',
    [22] = 'Type new vehicle price',
    [23] = 'You removed the vehicle',
    [24] = 'You bought the vehicle for',
    [25] = 'You must own the vehicle',
    [26] = 'You put out the vehicle for sale $',
    [27] = "You don't have enough cash! It's missing $",
    [28] = 'Buy Vehicle',
    [29] = 'Someone bought your vehicle and transferred $'
}

INFORMATION

  • Last updated: 07/04/2022
  • Type: Escrow FiveM Encryption
  • Built on: ESX

OTHERS

:movie_camera:- Preview: [Preview KD Sell Vehicles - You Tube]
:moneybag:- Purchase via Tebex

MY OTHER RESOURCES

KD Apartments

Code is accessible No
Subscription-based No
Lines (approximately) 800
Requirements nh-keyboard and nh-context
Support Yes