Advertisement
Guest User

3D car dealer Configs

a guest
Oct 2nd, 2015
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.20 KB | None | 0 0
  1.  
  2.  
  3.     local TB2Insert = {}
  4.         TB2Insert.VehicleName = "Jeep"
  5.         TB2Insert.CarName = "Jeep"
  6.         TB2Insert.CarPrice = 100
  7.         TB2Insert.CarRefund = 100
  8.         TB2Insert.Description = "HL2 Basic Jeep"
  9.     table.insert(D3DCarConfig.Car,TB2Insert)
  10.    
  11.    
  12.    
  13.     local TB2Insert = {}
  14.         TB2Insert.VehicleName = "che_sparktdm"
  15.         TB2Insert.CarName = "Chevrolet Spark"
  16.         TB2Insert.CarPrice = 29000
  17.         TB2Insert.CarRefund = 28000
  18.         TB2Insert.Description = "A drivable Chevrolet Spark"
  19.     table.insert(D3DCarConfig.Car,TB2Insert)
  20.    
  21.    
  22.    
  23.    
  24.     local TB2Insert = {}
  25.         TB2Insert.VehicleName = "che_impala96tdm"
  26.         TB2Insert.CarName = "Chevrolet Impala SS 96"
  27.         TB2Insert.CarPrice = 16000
  28.         TB2Insert.CarRefund = 15000
  29.         TB2Insert.MaxAmount = 1
  30.         TB2Insert.AvaliableTeam = {TEAM_POLICE}
  31.         TB2Insert.Description = "A drivable Chevrolet Impala SS 96."
  32.     table.insert(D3DCarConfig.Car,TB2Insert)
  33.    
  34.    
  35.     local TB2Insert = {}
  36.         TB2Insert.VehicleName = "che_stingray427tdm"
  37.         TB2Insert.CarName = "Chevrolet Corvette Stingray 427"
  38.         TB2Insert.CarPrice = 50000
  39.         TB2Insert.CarRefund = 40000
  40.         TB2Insert.Description = "A drivable Chevrolet Corvette Stingray 427"
  41.     table.insert(D3DCarConfig.Car,TB2Insert)
  42.    
  43.    
  44.    
  45.     local TB2Insert = {}
  46.         TB2Insert.VehicleName = "che_corv_gsctdm"
  47.         TB2Insert.CarName = "Chevrolet Corvette GSC"
  48.         TB2Insert.CarPrice = 120000
  49.         TB2Insert.CarRefund = 100000
  50.         TB2Insert.Description = "A drivable Chevrolet Corvette GSC"
  51.     table.insert(D3DCarConfig.Car,TB2Insert)
  52.    
  53.    
  54.    
  55.     local TB2Insert = {}
  56.         TB2Insert.VehicleName = "che_chevellesstdm"
  57.         TB2Insert.CarName = "Chevrolet Chevelle SS"
  58.         TB2Insert.CarPrice = 25000
  59.         TB2Insert.CarRefund = 22000
  60.         TB2Insert.Description = "A drivable Chevrolet Chevelle SS"
  61.     table.insert(D3DCarConfig.Car,TB2Insert)
  62.    
  63.    
  64.    
  65.     local TB2Insert = {}
  66.         TB2Insert.VehicleName = "che_camarozl1tdm"
  67.         TB2Insert.CarName = "Chevrolet Camaro ZL1"
  68.         TB2Insert.CarPrice = 420000
  69.         TB2Insert.CarRefund = 410000
  70.         TB2Insert.Description = "A drivable Chevrolet Camaro ZL1"
  71.     table.insert(D3DCarConfig.Car,TB2Insert)
  72.    
  73.    
  74.    
  75.     local TB2Insert = {}
  76.         TB2Insert.VehicleName = "che_69camarotdm"
  77.         TB2Insert.CarName = "Chevrolet Camaro SS 69"
  78.         TB2Insert.CarPrice = 60000
  79.         TB2Insert.CarRefund = 50000
  80.         TB2Insert.Description = "A drivable Chevrolet Camaro SS 69"
  81.     table.insert(D3DCarConfig.Car,TB2Insert)
  82.    
  83.    
  84.    
  85.     local TB2Insert = {}
  86.         TB2Insert.VehicleName = "che_c10tdm"
  87.         TB2Insert.CarName = "Chevrolet C10"
  88.         TB2Insert.CarPrice = 20000
  89.         TB2Insert.CarRefund = 18000
  90.         TB2Insert.Description = "A drivable Chevrolet C10"
  91.     table.insert(D3DCarConfig.Car,TB2Insert)
  92.    
  93.    
  94.    
  95.     local TB2Insert = {}
  96.         TB2Insert.VehicleName = "che_blazertdm"
  97.         TB2Insert.CarName = "Chevrolet Blazer"
  98.         TB2Insert.CarPrice = 70000
  99.         TB2Insert.CarRefund = 65000
  100.         TB2Insert.Description = "A drivable Chevrolet Blazer"
  101.     table.insert(D3DCarConfig.Car,TB2Insert)
  102.    
  103.    
  104.    
  105.     local TB2Insert = {}
  106.         TB2Insert.VehicleName = "dbstdm"
  107.         TB2Insert.CarName = "Aston Martin DBS"
  108.         TB2Insert.CarPrice = 460000
  109.         TB2Insert.CarRefund = 450000
  110.         TB2Insert.Description = "A drivable Aston Martin DBS"
  111.     table.insert(D3DCarConfig.Car,TB2Insert)
  112.    
  113.    
  114.     local TB2Insert = {}
  115.         TB2Insert.VehicleName = "v12vantagetdm"
  116.         TB2Insert.CarName = "Aston Martin V12 Vantage 2010"
  117.         TB2Insert.CarPrice = 528000
  118.         TB2Insert.CarRefund = 5180000
  119.         TB2Insert.Description = "A drivable Aston Martin V12 Vantage"
  120.     table.insert(D3DCarConfig.Car,TB2Insert)
  121.    
  122.    
  123.     local TB2Insert = {}
  124.         TB2Insert.VehicleName = "challenger70tdm"
  125.         TB2Insert.CarName = "Dodge Challenger 1970"
  126.         TB2Insert.CarPrice = 85000
  127.         TB2Insert.CarRefund = 75000
  128.         TB2Insert.Description = "A drivable Dodge Challenger 1970"
  129.     table.insert(D3DCarConfig.Car,TB2Insert)
  130.    
  131.    
  132.     local TB2Insert = {}
  133.         TB2Insert.VehicleName = "charger2012tdm"
  134.         TB2Insert.CarName = "Dodge Charger SRT8 2012"
  135.         TB2Insert.CarPrice = 380000
  136.         TB2Insert.CarRefund = 370000
  137.         TB2Insert.Description = "A drivable Dodge Charger SRT8 2012"
  138.     table.insert(D3DCarConfig.Car,TB2Insert)
  139.    
  140.    
  141.     local TB2Insert = {}
  142.         TB2Insert.VehicleName = "chargersrt8tdm"
  143.         TB2Insert.CarName = "Dodge Charger SRT-8"
  144.         TB2Insert.CarPrice = 390000
  145.         TB2Insert.CarRefund = 380000
  146.         TB2Insert.Description = "A drivable Dodge Charger SRT-8"
  147.     table.insert(D3DCarConfig.Car,TB2Insert)
  148.    
  149.    
  150.     local TB2Insert = {}
  151.         TB2Insert.VehicleName = "dod_challenger15tdm"
  152.         TB2Insert.CarName = "Dodge Challenger 2015"
  153.         TB2Insert.CarPrice = 470000
  154.         TB2Insert.CarRefund = 460000
  155.         TB2Insert.Description = "A drivable Dodge Challenger 2015"
  156.     table.insert(D3DCarConfig.Car,TB2Insert)
  157.    
  158.    
  159.     local TB2Insert = {}
  160.         TB2Insert.VehicleName = "dodgeramtdm"
  161.         TB2Insert.CarName = "Dodge RAM SRT10"
  162.         TB2Insert.CarPrice = 220000
  163.         TB2Insert.CarRefund = 210000
  164.         TB2Insert.Description = "A drivable Dodge RAM SRT10"
  165.     table.insert(D3DCarConfig.Car,TB2Insert)
  166.    
  167.    
  168.     local TB2Insert = {}
  169.         TB2Insert.VehicleName = "vipvipertdm"
  170.         TB2Insert.CarName = "Viper Viper GTS"
  171.         TB2Insert.CarPrice = 250000
  172.         TB2Insert.CarRefund = 240000
  173.         TB2Insert.Description = "A drivable Viper Viper GTS"
  174.     table.insert(D3DCarConfig.Car,TB2Insert)
  175.    
  176.    
  177.     local TB2Insert = {}
  178.         TB2Insert.VehicleName = "coupe40tdm"
  179.         TB2Insert.CarName = "Ford Deluxe Coupe 1940"
  180.         TB2Insert.CarPrice = 21000
  181.         TB2Insert.CarRefund = 20000
  182.         TB2Insert.Description = "A drivable Ford Deluxe Coupe 1940"
  183.     table.insert(D3DCarConfig.Car,TB2Insert)
  184.    
  185.     local TB2Insert = {}
  186.         TB2Insert.VehicleName = "crownvic_taxitdm"
  187.         TB2Insert.CarName = "Ford Crown Victoria Taxi"
  188.         TB2Insert.CarPrice = 44000
  189.         TB2Insert.CarRefund = 43000
  190.         TB2Insert.Description = "A drivable Ford Crown Victoria Taxi"
  191.     table.insert(D3DCarConfig.Car,TB2Insert)
  192.    
  193.     local TB2Insert = {}
  194.         TB2Insert.VehicleName = "f100tdm"
  195.         TB2Insert.CarName = "Ford F100"
  196.         TB2Insert.CarPrice = 78000
  197.         TB2Insert.CarRefund = 76000
  198.         TB2Insert.Description = "A drivable Ford F100"
  199.     table.insert(D3DCarConfig.Car,TB2Insert)
  200.    
  201.     local TB2Insert = {}
  202.         TB2Insert.VehicleName = "f350tdm"
  203.         TB2Insert.CarName = "Ford F350 SuperDuty"
  204.         TB2Insert.CarPrice = 270000
  205.         TB2Insert.CarRefund = 260000
  206.         TB2Insert.Description = "A drivable Ford F350 SuperDuty"
  207.     table.insert(D3DCarConfig.Car,TB2Insert)
  208.    
  209.     local TB2Insert = {}
  210.         TB2Insert.VehicleName = "focusrstdm"
  211.         TB2Insert.CarName = "Ford Focus RS"
  212.         TB2Insert.CarPrice = 180000
  213.         TB2Insert.CarRefund = 170000
  214.         TB2Insert.Description = "A drivable Ford Focus RS"
  215.     table.insert(D3DCarConfig.Car,TB2Insert)
  216.    
  217.     local TB2Insert = {}
  218.         TB2Insert.VehicleName = "focussvttdm"
  219.         TB2Insert.CarName = "Ford Focus SVT"
  220.         TB2Insert.CarPrice = 95000
  221.         TB2Insert.CarRefund = 94000
  222.         TB2Insert.Description = "A drivable Ford Focus SVT"
  223.     table.insert(D3DCarConfig.Car,TB2Insert)
  224.    
  225.     local TB2Insert = {}
  226.         TB2Insert.VehicleName = "gt05tdm"
  227.         TB2Insert.CarName = "Ford GT 05"
  228.         TB2Insert.CarPrice = 480000
  229.         TB2Insert.CarRefund = 470000
  230.         TB2Insert.Description = "A drivable Ford GT 05"
  231.     table.insert(D3DCarConfig.Car,TB2Insert)
  232.    
  233.     local TB2Insert = {}
  234.         TB2Insert.VehicleName = "mustanggttdm"
  235.         TB2Insert.CarName = "Ford Mustang GT"
  236.         TB2Insert.CarPrice = 430000
  237.         TB2Insert.CarRefund = 420000
  238.         TB2Insert.Description = "A drivable Ford Mustang GT"
  239.     table.insert(D3DCarConfig.Car,TB2Insert)
  240.    
  241.     local TB2Insert = {}
  242.         TB2Insert.VehicleName = "raptorsvttdm"
  243.         TB2Insert.CarName = "Ford Raptor SVT"
  244.         TB2Insert.CarPrice = 270000
  245.         TB2Insert.CarRefund = 260000
  246.         TB2Insert.Description = "A drivable Ford Raptor SVT"
  247.     table.insert(D3DCarConfig.Car,TB2Insert)
  248.    
  249.     local TB2Insert = {}
  250.         TB2Insert.VehicleName = "transittdm"
  251.         TB2Insert.CarName = "Ford Transit"
  252.         TB2Insert.CarPrice = 180000
  253.         TB2Insert.CarRefund = 170000
  254.         TB2Insert.Description = "A drivable Ford Transit"
  255.     table.insert(D3DCarConfig.Car,TB2Insert)
  256.    
  257.     local TB2Insert = {}
  258.         TB2Insert.VehicleName = "grandchetdm"
  259.         TB2Insert.CarName = "Jeep Grand Cherokee 2012"
  260.         TB2Insert.CarPrice = 220000
  261.         TB2Insert.CarRefund = 210000
  262.         TB2Insert.Description = "A drivable Jeep Grand Cherokee 2012"
  263.     table.insert(D3DCarConfig.Car,TB2Insert)
  264.    
  265.     local TB2Insert = {}
  266.         TB2Insert.VehicleName = "jeewillystdm"
  267.         TB2Insert.CarName = "Jeep Willys"
  268.         TB2Insert.CarPrice = 80000
  269.         TB2Insert.CarRefund = 70000
  270.         TB2Insert.Description = "A drivable Jeep Willys"
  271.     table.insert(D3DCarConfig.Car,TB2Insert)
  272.    
  273.    
  274.     local TB2Insert = {}
  275.         TB2Insert.VehicleName = "wranglertdm"
  276.         TB2Insert.CarName = "Jeep Wrangler"
  277.         TB2Insert.CarPrice = 180000
  278.         TB2Insert.CarRefund = 170000
  279.         TB2Insert.Description = "A drivable Jeep Wrangler"
  280.     table.insert(D3DCarConfig.Car,TB2Insert)
  281.    
  282.     local TB2Insert = {}
  283.         TB2Insert.VehicleName = "wrangler88tdm"
  284.         TB2Insert.CarName = "Jeep Wrangler 1988"
  285.         TB2Insert.CarPrice = 85000
  286.         TB2Insert.CarRefund = 70000
  287.         TB2Insert.Description = "A drivable Jeep Wrangler 1988"
  288.     table.insert(D3DCarConfig.Car,TB2Insert)
  289.    
  290.     local TB2Insert = {}
  291.         TB2Insert.VehicleName = "wrangler_fnftdm"
  292.         TB2Insert.CarName = "Jeep Wrangler F&F"
  293.         TB2Insert.CarPrice = 250000
  294.         TB2Insert.CarRefund = 240000
  295.         TB2Insert.Description = "A drivable Jeep Wrangler F&F"
  296.     table.insert(D3DCarConfig.Car,TB2Insert)
  297.    
  298.     local TB2Insert = {}
  299.         TB2Insert.VehicleName = "lrdefendertdm"
  300.         TB2Insert.CarName = "Land Rover Defender"
  301.         TB2Insert.CarPrice = 210000
  302.         TB2Insert.CarRefund = 200000
  303.         TB2Insert.Description = "A drivable Land Rover Defender"
  304.     table.insert(D3DCarConfig.Car,TB2Insert)
  305.    
  306.     local TB2Insert = {}
  307.         TB2Insert.VehicleName = "landrovertdm"
  308.         TB2Insert.CarName = "Land Rover Range Rover 08"
  309.         TB2Insert.CarPrice = 180000
  310.         TB2Insert.CarRefund = 170000
  311.         TB2Insert.Description = "A drivable Land Rover Range Rover 08"
  312.     table.insert(D3DCarConfig.Car,TB2Insert)
  313.    
  314.     local TB2Insert = {}
  315.         TB2Insert.VehicleName = "landrover12tdm"
  316.         TB2Insert.CarName = "Land Rover Range Rover Supercharged 2012"
  317.         TB2Insert.CarPrice = 200000
  318.         TB2Insert.CarRefund = 190000
  319.         TB2Insert.Description = "A drivable Land Rover Range Rover Supercharged 2012"
  320.     table.insert(D3DCarConfig.Car,TB2Insert)
  321.    
  322.    
  323.     local TB2Insert = {}
  324.         TB2Insert.VehicleName = "c5500tdm"
  325.         TB2Insert.CarName = "GMC C55002"
  326.         TB2Insert.CarPrice = 77000
  327.         TB2Insert.CarRefund = 70000
  328.         TB2Insert.Description = "A drivable GMC C5500"
  329.     table.insert(D3DCarConfig.Car,TB2Insert)
  330.    
  331.    
  332.    
  333.     local TB2Insert = {}
  334.         TB2Insert.VehicleName = "sierralowtdm"
  335.         TB2Insert.CarName = "GMC Sierra"
  336.         TB2Insert.CarPrice = 60000
  337.         TB2Insert.CarRefund = 50000
  338.         TB2Insert.Description = "A drivable GMC Sierra"
  339.     table.insert(D3DCarConfig.Car,TB2Insert)
  340.    
  341.    
  342.    
  343.     local TB2Insert = {}
  344.         TB2Insert.VehicleName = "sierratdm"
  345.         TB2Insert.CarName = "GMC Sierra Monster"
  346.         TB2Insert.CarPrice = 170000
  347.         TB2Insert.CarRefund = 160000
  348.         TB2Insert.Description = "A drivable GMC Sierra Monster"
  349.     table.insert(D3DCarConfig.Car,TB2Insert)
  350.    
  351.    
  352.    
  353.     local TB2Insert = {}
  354.         TB2Insert.VehicleName = "syclonetdm"
  355.         TB2Insert.CarName = "GMC Syclone"
  356.         TB2Insert.CarPrice = 62000
  357.         TB2Insert.CarRefund = 60000
  358.         TB2Insert.Description = "A drivable GMC Syclone"
  359.     table.insert(D3DCarConfig.Car,TB2Insert)
  360.    
  361.    
  362.    
  363.     local TB2Insert = {}
  364.         TB2Insert.VehicleName = "gmcvantdm"
  365.         TB2Insert.CarName = "GMC Vandura"
  366.         TB2Insert.CarPrice = 47000
  367.         TB2Insert.CarRefund = 40000
  368.         TB2Insert.Description = "A drivable GMC Vandura"
  369.     table.insert(D3DCarConfig.Car,TB2Insert)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement