Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.68 KB | None | 0 0
  1. D3DCarConfig = D3DCarConfig or {}
  2. D3DCarConfig.Car = {}
  3.  
  4. timer.Simple(1,function()
  5. /* ──────────────────────────────────────────────────────────────────────────────────
  6. Adding New CAR < If you dont know how to add, Goto 3d_car_dealer/How to add more cars.txt
  7. ────────────────────────────────────────────────────────────────────────────────── */
  8. --
  9. local TB2Insert = {}
  10. TB2Insert.VehicleName = "Jeep"
  11. TB2Insert.CarName = "Jeep"
  12. TB2Insert.CarPrice = 100
  13. TB2Insert.CarRefund = 100
  14. TB2Insert.Description = [[Basic Jeep from Half life 2.
  15. Cheap and fast. good for killing zombies]]
  16.  
  17. TB2Insert.AvailableGroup = {"superadmin"}
  18. TB2Insert.AvailableTeam = {TEAM_CITIZEN}
  19. table.insert(D3DCarConfig.Car,TB2Insert)
  20.  
  21.  
  22.  
  23.  
  24. local TB2Insert = {}
  25. TB2Insert.VehicleName = "Junker1"
  26. TB2Insert.CarName = "Junker1"
  27. TB2Insert.CarPrice = 100
  28. TB2Insert.CarRefund = 100
  29. TB2Insert.IsSCar = true
  30. TB2Insert.Description = "HL2 Basic Jeep"
  31. table.insert(D3DCarConfig.Car,TB2Insert)
  32.  
  33. local TB2Insert = {}
  34. TB2Insert.VehicleName = 'gallardospydtdm'
  35. TB2Insert.CarName = 'Lamborghini Gallardo LP570-4 Spyder Performante'
  36. TB2Insert.CarPrice = 10000
  37. TB2Insert.CarRefund = 10000
  38. TB2Insert.Description = 'A drivable Lamborghini Gallardo LP570-4 Spyder Performante by TheDanishMaster'
  39. TB2Insert.AvailableGroup = {"superadmin","admin","vip"}
  40. TB2Insert.AvailableTeam = {TEAM_POLICE}
  41.  
  42. table.insert(D3DCarConfig.Car,TB2Insert)
  43.  
  44. local TB2Insert = {}
  45. TB2Insert.VehicleName = 'gallardotdm'
  46. TB2Insert.CarName = 'Lamborghini Gallardo'
  47. TB2Insert.CarPrice = 100
  48. TB2Insert.CarRefund = 10000
  49. TB2Insert.Description = 'A drivable Lamborghini Gallardo by TheDanishMaster'
  50. table.insert(D3DCarConfig.Car,TB2Insert)
  51.  
  52. local TB2Insert = {}
  53. TB2Insert.VehicleName = 'diablotdm'
  54. TB2Insert.CarName = 'Lamborghini Diablo'
  55. TB2Insert.CarPrice = 100
  56. TB2Insert.CarRefund = 10000
  57. TB2Insert.Description = 'A drivable Lamborghini Diablo by TheDanishMaster'
  58. table.insert(D3DCarConfig.Car,TB2Insert)
  59.  
  60. local TB2Insert = {}
  61. TB2Insert.VehicleName = 'murcielagotdm'
  62. TB2Insert.CarName = 'Lamborghini Murcielago'
  63. TB2Insert.CarPrice = 100
  64. TB2Insert.CarRefund = 10000
  65. TB2Insert.Description = 'A drivable Lamborghini Murcielago by TheDanishMaster'
  66. table.insert(D3DCarConfig.Car,TB2Insert)
  67.  
  68. local TB2Insert = {}
  69. TB2Insert.VehicleName = 'reventonrtdm'
  70. TB2Insert.CarName = 'Lamborghini Reventon Roadster'
  71. TB2Insert.CarPrice = 100
  72. TB2Insert.CarRefund = 10000
  73. TB2Insert.Description = 'A drivable Lamborghini Reventon Roadster by TheDanishMaster'
  74. table.insert(D3DCarConfig.Car,TB2Insert)
  75.  
  76. local TB2Insert = {}
  77. TB2Insert.VehicleName = 'murcielagosvtdm'
  78. TB2Insert.CarName = 'Lamborghini Murcielago LP 670-4 SV'
  79. TB2Insert.CarPrice = 100
  80. TB2Insert.CarRefund = 10000
  81. TB2Insert.Description = 'A drivable Lamborghini Murcielago LP 670-4 SV by TheDanishMaster'
  82. table.insert(D3DCarConfig.Car,TB2Insert)
  83.  
  84. local TB2Insert = {}
  85. TB2Insert.VehicleName = 'miuracontdm'
  86. TB2Insert.CarName = 'Lamborghini Miura Concept'
  87. TB2Insert.CarPrice = 100
  88. TB2Insert.CarRefund = 10000
  89. TB2Insert.Description = 'A drivable Lamborghini Miura Concept by TheDanishMaster'
  90. table.insert(D3DCarConfig.Car,TB2Insert)
  91.  
  92.  
  93. local TB2Insert = {}
  94. TB2Insert.VehicleName = 'jag_ftypetdm'
  95. TB2Insert.CarName = 'Jaguar F-Type'
  96. TB2Insert.CarPrice = 4400000
  97. TB2Insert.CarRefund = 3080000
  98. TB2Insert.Description = 'A drivable Jaguar by TheDanishMaster'
  99. table.insert(D3DCarConfig.Car,TB2Insert)
  100.  
  101. local TB2Insert = {}
  102. TB2Insert.VehicleName = 'golfvr6tdm'
  103. TB2Insert.CarName = 'Volkswagen Golf VR6 GTi'
  104. TB2Insert.CarPrice = 800000
  105. TB2Insert.CarRefund = 560000
  106. TB2Insert.Description = 'A drivable VW Golf MK3 by TheDanishMaster'
  107. table.insert(D3DCarConfig.Car,TB2Insert)
  108.  
  109. local TB2Insert = {}
  110. TB2Insert.VehicleName = 'dod_ram_1500tdm'
  111. TB2Insert.CarName = 'Dodge RAM 1500'
  112. TB2Insert.CarPrice = 10000
  113. TB2Insert.CarRefund = 5000
  114. TB2Insert.Description = 'A drivable Dodge RAM 1500 by TheDanishMaster'
  115. table.insert(D3DCarConfig.Car,TB2Insert)
  116.  
  117. local TB2Insert = {}
  118. TB2Insert.VehicleName = 'vauxagilatdm'
  119. TB2Insert.CarName = 'Vauxhall Agila'
  120. TB2Insert.CarPrice = 10000
  121. TB2Insert.CarRefund = 5000
  122. TB2Insert.Description = 'A drivable Vauxhall Agila by TheDanishMaster'
  123. table.insert(D3DCarConfig.Car,TB2Insert)
  124.  
  125. local TB2Insert = {}
  126. TB2Insert.VehicleName = 'c32amgtdm'
  127. TB2Insert.CarName = 'Mercedes-Benz C32 AMG'
  128. TB2Insert.CarPrice = 2200000
  129. TB2Insert.CarRefund = 1540000
  130. TB2Insert.Description = 'A drivable Mercedes C32 AMG by TheDanishMaster'
  131. table.insert(D3DCarConfig.Car,TB2Insert)
  132.  
  133. local TB2Insert = {}
  134. TB2Insert.VehicleName = 'sublegrs90tdm'
  135. TB2Insert.CarName = 'Subaru Legacy RS 1990'
  136. TB2Insert.CarPrice = 10000
  137. TB2Insert.CarRefund = 5000
  138. TB2Insert.Description = 'The Subaru Subaru Legacy RS 1990, gmod-able by TDM'
  139. table.insert(D3DCarConfig.Car,TB2Insert)
  140.  
  141. local TB2Insert = {}
  142. TB2Insert.VehicleName = 'fer_250gtotdm'
  143. TB2Insert.CarName = 'Ferrari 250 GTO'
  144. TB2Insert.CarPrice = 10000
  145. TB2Insert.CarRefund = 5000
  146. TB2Insert.Description = 'A drivable Ferrari 250 GTO by TheDanishMaster'
  147. table.insert(D3DCarConfig.Car,TB2Insert)
  148.  
  149. local TB2Insert = {}
  150. TB2Insert.VehicleName = 'mer300seltdm'
  151. TB2Insert.CarName = 'Mercedes-Benz 300 SEL'
  152. TB2Insert.CarPrice = 10000
  153. TB2Insert.CarRefund = 5000
  154. TB2Insert.Description = 'A drivable Mercedes-Benz 300 SEL by TheDanishMaster'
  155. table.insert(D3DCarConfig.Car,TB2Insert)
  156.  
  157. local TB2Insert = {}
  158. TB2Insert.VehicleName = 'dod_challenger15tdm'
  159. TB2Insert.CarName = 'Dodge Challenger 2015'
  160. TB2Insert.CarPrice = 10000
  161. TB2Insert.CarRefund = 5000
  162. TB2Insert.Description = 'A drivable Dodge Challenger 2015 by TheDanishMaster'
  163. table.insert(D3DCarConfig.Car,TB2Insert)
  164.  
  165. local TB2Insert = {}
  166. TB2Insert.VehicleName = 'mas_ghiblitdm'
  167. TB2Insert.CarName = 'Maserati Ghibli S'
  168. TB2Insert.CarPrice = 10000
  169. TB2Insert.CarRefund = 5000
  170. TB2Insert.Description = 'A drivable Maserati Ghibli S by TheDanishMaster'
  171. table.insert(D3DCarConfig.Car,TB2Insert)
  172.  
  173. local TB2Insert = {}
  174. TB2Insert.VehicleName = 'mp412cgt3tdm'
  175. TB2Insert.CarName = 'McLaren GT MP4-12C GT3'
  176. TB2Insert.CarPrice = 8900000
  177. TB2Insert.CarRefund = 6230000
  178. TB2Insert.Description = 'A drivable McLaren GT MP4-12C GT3 by TheDanishMaster'
  179. table.insert(D3DCarConfig.Car,TB2Insert)
  180.  
  181. local TB2Insert = {}
  182. TB2Insert.VehicleName = 'vwbeetleconvtdm'
  183. TB2Insert.CarName = 'Volkswagen New Beetle Convertible'
  184. TB2Insert.CarPrice = 10000
  185. TB2Insert.CarRefund = 5000
  186. TB2Insert.Description = 'The Volkswagen New Beetle Convertible, gmod-able by TDM'
  187. table.insert(D3DCarConfig.Car,TB2Insert)
  188.  
  189. local TB2Insert = {}
  190. TB2Insert.VehicleName = 'alfa_stradaletdm'
  191. TB2Insert.CarName = 'Alfa Romeo 33 Stradale'
  192. TB2Insert.CarPrice = 900000
  193. TB2Insert.CarRefund = 630000
  194. TB2Insert.Description = 'A drivable Alfa Romeo 33 Stradale by TheDanishMaster'
  195. table.insert(D3DCarConfig.Car,TB2Insert)
  196.  
  197. local TB2Insert = {}
  198. TB2Insert.VehicleName = 'mer300slgulltdm'
  199. TB2Insert.CarName = 'Mercedes-Benz 300SL Gullwing Coupe'
  200. TB2Insert.CarPrice = 10000
  201. TB2Insert.CarRefund = 5000
  202. TB2Insert.Description = 'A drivable Mercedes-Benz 300SL Gullwing Coupe by TheDanishMaster'
  203. table.insert(D3DCarConfig.Car,TB2Insert)
  204.  
  205. local TB2Insert = {}
  206. TB2Insert.VehicleName = 'mere63tdm'
  207. TB2Insert.CarName = 'Mercedes-Benz E63 AMG'
  208. TB2Insert.CarPrice = 3000000
  209. TB2Insert.CarRefund = 2100000
  210. TB2Insert.Description = 'A drivable Mercedes-Benz E63 AMG by TheDanishMaster'
  211. table.insert(D3DCarConfig.Car,TB2Insert)
  212.  
  213. local TB2Insert = {}
  214. TB2Insert.VehicleName = 'cad_lmptdm'
  215. TB2Insert.CarName = 'Cadillac LMP'
  216. TB2Insert.CarPrice = 10000
  217. TB2Insert.CarRefund = 5000
  218. TB2Insert.Description = 'A drivable Cadillac LMP by TheDanishMaster'
  219. table.insert(D3DCarConfig.Car,TB2Insert)
  220.  
  221. local TB2Insert = {}
  222. TB2Insert.VehicleName = 'p1tdm'
  223. TB2Insert.CarName = 'McLaren P1'
  224. TB2Insert.CarPrice = 8800000
  225. TB2Insert.CarRefund = 6160000
  226. TB2Insert.Description = 'Ein fahrbarer McLaren P1 von TheDanishMaster'
  227. table.insert(D3DCarConfig.Car,TB2Insert)
  228.  
  229. local TB2Insert = {}
  230. TB2Insert.VehicleName = '997gt3tdm'
  231. TB2Insert.CarName = 'Porsche 997 GT3'
  232. TB2Insert.CarPrice = 10000
  233. TB2Insert.CarRefund = 5000
  234. TB2Insert.Description = 'A drivable Porsche 997 GT3 by TheDanishMaster'
  235. table.insert(D3DCarConfig.Car,TB2Insert)
  236.  
  237. local TB2Insert = {}
  238. TB2Insert.VehicleName = 'chargersrt8tdm'
  239. TB2Insert.CarName = 'Dodge Charger SRT-8'
  240. TB2Insert.CarPrice = 10000
  241. TB2Insert.CarRefund = 5000
  242. TB2Insert.Description = 'A drivable Dodge Charger SRT-8 by TheDanishMaster'
  243. table.insert(D3DCarConfig.Car,TB2Insert)
  244.  
  245. local TB2Insert = {}
  246. TB2Insert.VehicleName = 'subimpreza05tdm'
  247. TB2Insert.CarName = 'Subaru Impreza WRX STi 05'
  248. TB2Insert.CarPrice = 10000
  249. TB2Insert.CarRefund = 5000
  250. TB2Insert.Description = 'The Subaru Impreza WRX STi 05, gmod-able by TDM'
  251. table.insert(D3DCarConfig.Car,TB2Insert)
  252.  
  253. local TB2Insert = {}
  254. TB2Insert.VehicleName = 'ast_rapidetdm'
  255. TB2Insert.CarName = 'Aston Martin Rapide'
  256. TB2Insert.CarPrice = 3500000
  257. TB2Insert.CarRefund = 2450000
  258. TB2Insert.Description = 'A drivable Aston Martin Rapide by TheDanishMaster'
  259. table.insert(D3DCarConfig.Car,TB2Insert)
  260.  
  261. local TB2Insert = {}
  262. TB2Insert.VehicleName = 'fer_lafertdm'
  263. TB2Insert.CarName = 'Ferrari LaFerrari'
  264. TB2Insert.CarPrice = 7500000
  265. TB2Insert.CarRefund = 5250000
  266. TB2Insert.Description = 'A drivable Ferrari LaFerrari by TheDanishMaster'
  267. table.insert(D3DCarConfig.Car,TB2Insert)
  268.  
  269. local TB2Insert = {}
  270. TB2Insert.VehicleName = 'ferf430tdm'
  271. TB2Insert.CarName = 'Ferrari F430'
  272. TB2Insert.CarPrice = 10000
  273. TB2Insert.CarRefund = 5000
  274. TB2Insert.Description = 'A drivable Ferrari F430 by TheDanishMaster'
  275. table.insert(D3DCarConfig.Car,TB2Insert)
  276.  
  277. local TB2Insert = {}
  278. TB2Insert.VehicleName = 'ast_db5tdm'
  279. TB2Insert.CarName = 'Aston Martin DB5'
  280. TB2Insert.CarPrice = 3200000
  281. TB2Insert.CarRefund = 2240000
  282. TB2Insert.Description = 'A drivable Aston Martin DB5 by TheDanishMaster'
  283. table.insert(D3DCarConfig.Car,TB2Insert)
  284.  
  285. local TB2Insert = {}
  286. TB2Insert.VehicleName = 'merml63tdm'
  287. TB2Insert.CarName = 'Mercedes-Benz ML63 AMG'
  288. TB2Insert.CarPrice = 10000
  289. TB2Insert.CarRefund = 5000
  290. TB2Insert.Description = 'A drivable Mercedes-Benz ML63 AMG by TheDanishMaster'
  291. table.insert(D3DCarConfig.Car,TB2Insert)
  292.  
  293. local TB2Insert = {}
  294. TB2Insert.VehicleName = 'fer_458spidtdm'
  295. TB2Insert.CarName = 'Ferrari 458 Spider'
  296. TB2Insert.CarPrice = 5000000
  297. TB2Insert.CarRefund = 3500000
  298. TB2Insert.Description = 'A drivable Ferrari 458 Spider by TheDanishMaster'
  299. table.insert(D3DCarConfig.Car,TB2Insert)
  300.  
  301. local TB2Insert = {}
  302. TB2Insert.VehicleName = 'slsamgtdm'
  303. TB2Insert.CarName = 'Mercedes-Benz SLS AMG'
  304. TB2Insert.CarPrice = 3000000
  305. TB2Insert.CarRefund = 2100000
  306. TB2Insert.Description = 'A drivable Mercedes SLS AMG by TheDanishMaster'
  307. table.insert(D3DCarConfig.Car,TB2Insert)
  308.  
  309. local TB2Insert = {}
  310. TB2Insert.VehicleName = 'vipvipertdm'
  311. TB2Insert.CarName = 'SRT Viper GTS'
  312. TB2Insert.CarPrice = 4500000
  313. TB2Insert.CarRefund = 3150000
  314. TB2Insert.Description = 'A drivable SRT Viper GTS by TheDanishMaster'
  315. table.insert(D3DCarConfig.Car,TB2Insert)
  316.  
  317. local TB2Insert = {}
  318. TB2Insert.VehicleName = 'dodgeramtdm'
  319. TB2Insert.CarName = 'Dodge RAM SRT10'
  320. TB2Insert.CarPrice = 1000000
  321. TB2Insert.CarRefund = 700000
  322. TB2Insert.Description = 'A drivable Dodge RAM SRT10 by TheDanishMaster'
  323. table.insert(D3DCarConfig.Car,TB2Insert)
  324.  
  325. local TB2Insert = {}
  326. TB2Insert.VehicleName = 'dbstdm'
  327. TB2Insert.CarName = 'Aston Martin DBS'
  328. TB2Insert.CarPrice = 10000
  329. TB2Insert.CarRefund = 5000
  330. TB2Insert.Description = 'A drivable Aston Martin DBS by TheDanishMaster'
  331. table.insert(D3DCarConfig.Car,TB2Insert)
  332.  
  333. local TB2Insert = {}
  334. TB2Insert.VehicleName = 'vwgolfgti14tdm'
  335. TB2Insert.CarName = 'Volkswagen Golf GTI 2014'
  336. TB2Insert.CarPrice = 10000
  337. TB2Insert.CarRefund = 5000
  338. TB2Insert.Description = 'The Volkswagen Golf GTI 2014, gmod-able by TDM'
  339. table.insert(D3DCarConfig.Car,TB2Insert)
  340.  
  341. local TB2Insert = {}
  342. TB2Insert.VehicleName = 'mer_slrtdm'
  343. TB2Insert.CarName = 'Mercedes McLaren SLR'
  344. TB2Insert.CarPrice = 3500000
  345. TB2Insert.CarRefund = 2450000
  346. TB2Insert.Description = 'A drivable Mercedes McLaren SLR by TheDanishMaster'
  347. table.insert(D3DCarConfig.Car,TB2Insert)
  348.  
  349. local TB2Insert = {}
  350. TB2Insert.VehicleName = 'vw_golfr32tdm'
  351. TB2Insert.CarName = 'Volkswagen Golf R32'
  352. TB2Insert.CarPrice = 10000
  353. TB2Insert.CarRefund = 5000
  354. TB2Insert.Description = 'A drivable VW Golf R32 by TheDanishMaster'
  355. table.insert(D3DCarConfig.Car,TB2Insert)
  356.  
  357. local TB2Insert = {}
  358. TB2Insert.VehicleName = 'veyronsstdm'
  359. TB2Insert.CarName = 'Bugatti Veyron SS'
  360. TB2Insert.CarPrice = 8000000
  361. TB2Insert.CarRefund = 5600000
  362. TB2Insert.Description = 'Ein fahrbarer Bugatti Veyron SS von TheDanishMaster'
  363. table.insert(D3DCarConfig.Car,TB2Insert)
  364.  
  365. local TB2Insert = {}
  366. TB2Insert.VehicleName = 'challenger70tdm'
  367. TB2Insert.CarName = 'Dodge Challenger 1970'
  368. TB2Insert.CarPrice = 10000
  369. TB2Insert.CarRefund = 5000
  370. TB2Insert.Description = 'A drivable Dodge Challenger 1970 by TheDanishMaster'
  371. table.insert(D3DCarConfig.Car,TB2Insert)
  372.  
  373. local TB2Insert = {}
  374. TB2Insert.VehicleName = 'dod_ram_3500tdm'
  375. TB2Insert.CarName = 'Dodge RAM 3500'
  376. TB2Insert.CarPrice = 3500000
  377. TB2Insert.CarRefund = 2450000
  378. TB2Insert.Description = 'A drivable Dodge RAM 3500 by TheDanishMaster'
  379. table.insert(D3DCarConfig.Car,TB2Insert)
  380.  
  381. local TB2Insert = {}
  382. TB2Insert.VehicleName = 'v12vantagetdm'
  383. TB2Insert.CarName = 'Aston Martin V12 Vantage 2010'
  384. TB2Insert.CarPrice = 3600000
  385. TB2Insert.CarRefund = 2520000
  386. TB2Insert.Description = 'A drivable Aston Martin V12 Vantage by TheDanishMaster'
  387. table.insert(D3DCarConfig.Car,TB2Insert)
  388.  
  389. local TB2Insert = {}
  390. TB2Insert.VehicleName = 'mas_quattrotdm'
  391. TB2Insert.CarName = 'Maserati Quattroporte Sport GT S'
  392. TB2Insert.CarPrice = 10000
  393. TB2Insert.CarRefund = 5000
  394. TB2Insert.Description = 'A drivable Maserati Quattroporte Sport GT S by TheDanishMaster'
  395. table.insert(D3DCarConfig.Car,TB2Insert)
  396.  
  397. local TB2Insert = {}
  398. TB2Insert.VehicleName = 'fer_512trtdm'
  399. TB2Insert.CarName = 'Ferrari 512 TR'
  400. TB2Insert.CarPrice = 10000
  401. TB2Insert.CarRefund = 5000
  402. TB2Insert.Description = 'A drivable Ferrari 512 TR by TheDanishMaster'
  403. table.insert(D3DCarConfig.Car,TB2Insert)
  404.  
  405. local TB2Insert = {}
  406. TB2Insert.VehicleName = 'vauxastra12tdm'
  407. TB2Insert.CarName = 'Vauxhall Astra VXR'
  408. TB2Insert.CarPrice = 10000
  409. TB2Insert.CarRefund = 5000
  410. TB2Insert.Description = 'A drivable Vauxhall Astra VXR by TheDanishMaster'
  411. table.insert(D3DCarConfig.Car,TB2Insert)
  412.  
  413. local TB2Insert = {}
  414. TB2Insert.VehicleName = 'fer_f50tdm'
  415. TB2Insert.CarName = 'Ferrari F50'
  416. TB2Insert.CarPrice = 10000
  417. TB2Insert.CarRefund = 5000
  418. TB2Insert.Description = 'A drivable Ferrari F50 by TheDanishMaster'
  419. table.insert(D3DCarConfig.Car,TB2Insert)
  420.  
  421. local TB2Insert = {}
  422. TB2Insert.VehicleName = 'airtugtdm'
  423. TB2Insert.CarName = 'SUPER SECRET'
  424. TB2Insert.CarPrice = 10000
  425. TB2Insert.CarRefund = 5000
  426. TB2Insert.Description = 'A drivable Police car by TheDanishMaster'
  427. table.insert(D3DCarConfig.Car,TB2Insert)
  428.  
  429. local TB2Insert = {}
  430. TB2Insert.VehicleName = 'porcycletdm'
  431. TB2Insert.CarName = 'Porsche Tricycle'
  432. TB2Insert.CarPrice = 10000
  433. TB2Insert.CarRefund = 5000
  434. TB2Insert.Description = 'A drivable Porsche Tricycle by TheDanishMaster'
  435. table.insert(D3DCarConfig.Car,TB2Insert)
  436.  
  437. local TB2Insert = {}
  438. TB2Insert.VehicleName = 'mclarenf1tdm'
  439. TB2Insert.CarName = 'McLaren F1'
  440. TB2Insert.CarPrice = 8000000
  441. TB2Insert.CarRefund = 5600000
  442. TB2Insert.Description = 'Ein fahrbarer McLaren F1 von TheDanishMaster'
  443. table.insert(D3DCarConfig.Car,TB2Insert)
  444.  
  445. local TB2Insert = {}
  446. TB2Insert.VehicleName = 'ferf12tdm'
  447. TB2Insert.CarName = 'Ferrari F12 Berlinetta'
  448. TB2Insert.CarPrice = 10000
  449. TB2Insert.CarRefund = 5000
  450. TB2Insert.Description = 'A drivable Ferrari F12 Berlinetta by TheDanishMaster'
  451. table.insert(D3DCarConfig.Car,TB2Insert)
  452.  
  453. local TB2Insert = {}
  454. TB2Insert.VehicleName = 'fer_enzotdm'
  455. TB2Insert.CarName = 'Ferrari Enzo'
  456. TB2Insert.CarPrice = 10000
  457. TB2Insert.CarRefund = 5000
  458. TB2Insert.Description = 'A drivable Ferrari Enzo by TheDanishMaster'
  459. table.insert(D3DCarConfig.Car,TB2Insert)
  460.  
  461. local TB2Insert = {}
  462. TB2Insert.VehicleName = 'sl65amgtdm'
  463. TB2Insert.CarName = 'Mercedes-Benz SL65 AMG'
  464. TB2Insert.CarPrice = 3000000
  465. TB2Insert.CarRefund = 2100000
  466. TB2Insert.Description = 'A drivable Mercedes SL65 AMG by TheDanishMaster'
  467. table.insert(D3DCarConfig.Car,TB2Insert)
  468.  
  469. local TB2Insert = {}
  470. TB2Insert.VehicleName = 'vwsciroccortdm'
  471. TB2Insert.CarName = 'Volkswagen Scirocco R'
  472. TB2Insert.CarPrice = 10000
  473. TB2Insert.CarRefund = 5000
  474. TB2Insert.Description = 'A drivable Volkswagen Scirocco R by TheDanishMaster'
  475. table.insert(D3DCarConfig.Car,TB2Insert)
  476.  
  477. local TB2Insert = {}
  478. TB2Insert.VehicleName = 'subimpreza08tdm'
  479. TB2Insert.CarName = 'Subaru Impreza WRX STi'
  480. TB2Insert.CarPrice = 10000
  481. TB2Insert.CarRefund = 5000
  482. TB2Insert.Description = 'The Subaru Impreza WRX STi, gmod-able by TDM'
  483. table.insert(D3DCarConfig.Car,TB2Insert)
  484.  
  485. local TB2Insert = {}
  486. TB2Insert.VehicleName = 'cayenne12tdm'
  487. TB2Insert.CarName = 'Porsche Cayenne Turbo 12'
  488. TB2Insert.CarPrice = 10000
  489. TB2Insert.CarRefund = 5000
  490. TB2Insert.Description = 'A drivable Porsche Cayenne Turbo 12 by TheDanishMaster'
  491. table.insert(D3DCarConfig.Car,TB2Insert)
  492.  
  493. local TB2Insert = {}
  494. TB2Insert.VehicleName = 'fer_250gttdm'
  495. TB2Insert.CarName = 'Ferrari 250GT'
  496. TB2Insert.CarPrice = 10000
  497. TB2Insert.CarRefund = 5000
  498. TB2Insert.Description = 'A drivable Ferrari 250GT by TheDanishMaster'
  499. table.insert(D3DCarConfig.Car,TB2Insert)
  500.  
  501. local TB2Insert = {}
  502. TB2Insert.VehicleName = '918spydtdm'
  503. TB2Insert.CarName = 'Porsche 918 Spyder'
  504. TB2Insert.CarPrice = 10000
  505. TB2Insert.CarRefund = 5000
  506. TB2Insert.Description = 'A drivable Porsche 918 Spyder by TheDanishMaster'
  507. table.insert(D3DCarConfig.Car,TB2Insert)
  508.  
  509. local TB2Insert = {}
  510. TB2Insert.VehicleName = 'beetle68tdm'
  511. TB2Insert.CarName = 'Volkswagen Beetle 1968'
  512. TB2Insert.CarPrice = 850000
  513. TB2Insert.CarRefund = 595000
  514. TB2Insert.Description = 'A drivable Volkswagen Beetle 1968 by TheDanishMaster'
  515. table.insert(D3DCarConfig.Car,TB2Insert)
  516.  
  517. local TB2Insert = {}
  518. TB2Insert.VehicleName = 'vwcampertdm'
  519. TB2Insert.CarName = 'Volkswagen Camper 1965'
  520. TB2Insert.CarPrice = 1200000
  521. TB2Insert.CarRefund = 8400000
  522. TB2Insert.Description = 'The Volkswagen Camper 1965, gmod-able by TDM'
  523. table.insert(D3DCarConfig.Car,TB2Insert)
  524.  
  525. local TB2Insert = {}
  526. TB2Insert.VehicleName = 'charger2012tdm'
  527. TB2Insert.CarName = 'Dodge Charger SRT8 2012'
  528. TB2Insert.CarPrice = 10000
  529. TB2Insert.CarRefund = 5000
  530. TB2Insert.Description = 'A drivable Dodge Charger SRT8 2012 by TheDanishMaster'
  531. table.insert(D3DCarConfig.Car,TB2Insert)
  532.  
  533. local TB2Insert = {}
  534. TB2Insert.VehicleName = 'golfmk2tdm'
  535. TB2Insert.CarName = 'Volkswagen Golf MKII'
  536. TB2Insert.CarPrice = 800000
  537. TB2Insert.CarRefund = 560000
  538. TB2Insert.Description = 'The good old VW Golf MKII, gmod-able by TDM'
  539. table.insert(D3DCarConfig.Car,TB2Insert)
  540.  
  541. local TB2Insert = {}
  542. TB2Insert.VehicleName = 'subleggt10tdm'
  543. TB2Insert.CarName = 'Subaru Legacy GT 2010'
  544. TB2Insert.CarPrice = 10000
  545. TB2Insert.CarRefund = 5000
  546. TB2Insert.Description = 'The Subaru Legacy GT 2010, gmod-able by TDM'
  547. table.insert(D3DCarConfig.Car,TB2Insert)
  548.  
  549. local TB2Insert = {}
  550. TB2Insert.VehicleName = 'veyrontdm'
  551. TB2Insert.CarName = 'Bugatti Veyron'
  552. TB2Insert.CarPrice = 7800000
  553. TB2Insert.CarRefund = 5460000
  554. TB2Insert.Description = ''
  555. table.insert(D3DCarConfig.Car,TB2Insert)
  556.  
  557. local TB2Insert = {}
  558. TB2Insert.VehicleName = 'eb110tdm'
  559. TB2Insert.CarName = 'Bugatti EB110'
  560. TB2Insert.CarPrice = 10000
  561. TB2Insert.CarRefund = 5000
  562. TB2Insert.Description = 'A drivable Bugatti EB110 by TheDanishMaster'
  563. table.insert(D3DCarConfig.Car,TB2Insert)
  564.  
  565. local TB2Insert = {}
  566. TB2Insert.VehicleName = 'alfa_giuliettatdm'
  567. TB2Insert.CarName = 'Alfa Romeo Giulietta'
  568. TB2Insert.CarPrice = 2700000
  569. TB2Insert.CarRefund = 1890000
  570. TB2Insert.Description = 'A drivable Alfa Romeo Giulietta by TheDanishMaster'
  571. table.insert(D3DCarConfig.Car,TB2Insert)
  572.  
  573. local TB2Insert = {}
  574. TB2Insert.VehicleName = 'vauxcorsatdm'
  575. TB2Insert.CarName = 'Vauxhall Corsa VXR'
  576. TB2Insert.CarPrice = 10000
  577. TB2Insert.CarRefund = 5000
  578. TB2Insert.Description = 'A drivable Vauxhall Corsa VXR by TheDanishMaster'
  579. table.insert(D3DCarConfig.Car,TB2Insert)
  580.  
  581. local TB2Insert = {}
  582. TB2Insert.VehicleName = 'jag_etypetdm'
  583. TB2Insert.CarName = 'Jaguar E-Type'
  584. TB2Insert.CarPrice = 7000000
  585. TB2Insert.CarRefund = 4900000
  586. TB2Insert.Description = 'A drivable Jaguar by TheDanishMaster'
  587. table.insert(D3DCarConfig.Car,TB2Insert)
  588.  
  589. local TB2Insert = {}
  590. TB2Insert.VehicleName = 'carreragttdm'
  591. TB2Insert.CarName = 'Porsche Carrera GT'
  592. TB2Insert.CarPrice = 5500000
  593. TB2Insert.CarRefund = 3850000
  594. TB2Insert.Description = 'A drivable Porsche Carrera GT by TheDanishMaster'
  595. table.insert(D3DCarConfig.Car,TB2Insert)
  596.  
  597. local TB2Insert = {}
  598. TB2Insert.VehicleName = 'cayennetdm'
  599. TB2Insert.CarName = 'Porsche Cayenne Turbo S'
  600. TB2Insert.CarPrice = 2200000
  601. TB2Insert.CarRefund = 1540000
  602. TB2Insert.Description = 'A drivable Porsche Cayenne Turbo S by TheDanishMaster'
  603. table.insert(D3DCarConfig.Car,TB2Insert)
  604.  
  605. local TB2Insert = {}
  606. TB2Insert.VehicleName = 'vauxinsigniatdm'
  607. TB2Insert.CarName = 'Vauxhall Insignia VXR'
  608. TB2Insert.CarPrice = 10000
  609. TB2Insert.CarRefund = 5000
  610. TB2Insert.Description = 'The Vauxhall Insignia VXR, gmod-able by TDM'
  611. table.insert(D3DCarConfig.Car,TB2Insert)
  612.  
  613. local TB2Insert = {}
  614. TB2Insert.VehicleName = 'cad_escaladetdm'
  615. TB2Insert.CarName = 'Cadillac Escalade 2012'
  616. TB2Insert.CarPrice = 10000
  617. TB2Insert.CarRefund = 5000
  618. TB2Insert.Description = 'A drivable Cadillac Escalade 2012 by TheDanishMaster'
  619. table.insert(D3DCarConfig.Car,TB2Insert)
  620.  
  621. local TB2Insert = {}
  622. TB2Insert.VehicleName = 'porgt3rsrtdm'
  623. TB2Insert.CarName = 'Porsche 911 GT3-RSR'
  624. TB2Insert.CarPrice = 10000
  625. TB2Insert.CarRefund = 5000
  626. TB2Insert.Description = 'A drivable Porsche 911 GT3-RSR by TheDanishMaster'
  627. table.insert(D3DCarConfig.Car,TB2Insert)
  628.  
  629. local TB2Insert = {}
  630. TB2Insert.VehicleName = 'crsk_rolls-royce_wraith'
  631. TB2Insert.CarName = 'Porsche 911 GT3-RSR'
  632. TB2Insert.CarPrice = 10000
  633. TB2Insert.CarRefund = 5000
  634. TB2Insert.Description = 'A drivable Porsche 911 GT3-RSR by TheDanishMaster'
  635. table.insert(D3DCarConfig.Car,TB2Insert)
  636. local TB2Insert = {}
  637. TB2Insert.VehicleName = 'crsk_wmotors_fenyr_ss'
  638. TB2Insert.CarName = 'Porsche 911 GT3-RSR'
  639. TB2Insert.CarPrice = 10000
  640. TB2Insert.CarRefund = 5000
  641. TB2Insert.Description = 'A drivable Porsche 911 GT3-RSR by TheDanishMaster'
  642. table.insert(D3DCarConfig.Car,TB2Insert)
  643. local TB2Insert = {}
  644. TB2Insert.VehicleName = 'aventador'
  645. TB2Insert.CarName = 'Porsche 911 GT3-RSR'
  646. TB2Insert.CarPrice = 10000
  647. TB2Insert.CarRefund = 5000
  648. TB2Insert.Description = 'A drivable Porsche 911 GT3-RSR by TheDanishMaster'
  649. table.insert(D3DCarConfig.Car,TB2Insert)
  650. local TB2Insert = {}
  651. TB2Insert.VehicleName = 'lambosine'
  652. TB2Insert.CarName = 'Porsche 911 GT3-RSR'
  653. TB2Insert.CarPrice = 10000
  654. TB2Insert.CarRefund = 5000
  655. TB2Insert.Description = 'A drivable Porsche 911 GT3-RSR by TheDanishMaster'
  656. table.insert(D3DCarConfig.Car,TB2Insert)
  657. local TB2Insert = {}
  658. TB2Insert.VehicleName = 'chev_impala_09_taxi'
  659. TB2Insert.CarName = 'Porsche 911 GT3-RSR'
  660. TB2Insert.CarPrice = 10000
  661. TB2Insert.CarRefund = 5000
  662. TB2Insert.Description = 'A drivable Porsche 911 GT3-RSR by TheDanishMaster'
  663. table.insert(D3DCarConfig.Car,TB2Insert)
  664.  
  665. local TB2Insert = {}
  666. TB2Insert.VehicleName = 'mitsuevoxpoltdm'
  667. TB2Insert.CarName = 'Polizei Auto'
  668. TB2Insert.CarPrice = 10000
  669. TB2Insert.CarRefund = 5000
  670. TB2Insert.Description = 'A drivable Porsche 911 GT3-RSR by TheDanishMaster'
  671. table.insert(D3DCarConfig.Car,TB2Insert)
  672. local TB2Insert = {}
  673. TB2Insert.VehicleName = 'dod_ram_3500tdm'
  674. TB2Insert.CarName = 'Porsche 911 GT3-RSR'
  675. TB2Insert.CarPrice = 10000
  676. TB2Insert.CarRefund = 5000
  677. TB2Insert.Description = 'A drivable Porsche 911 GT3-RSR by TheDanishMaster'
  678. table.insert(D3DCarConfig.Car,TB2Insert)
  679. local TB2Insert = {}
  680. TB2Insert.VehicleName = 'dodgeramtdm'
  681. TB2Insert.CarName = 'Porsche 911 GT3-RSR'
  682. TB2Insert.CarPrice = 10000
  683. TB2Insert.CarRefund = 5000
  684. TB2Insert.Description = 'A drivable Porsche 911 GT3-RSR by TheDanishMaster'
  685. table.insert(D3DCarConfig.Car,TB2Insert)
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692. /* ──────────────────────────────────────────────────────────────────────────────────
  693. Adding New CAR :: END
  694. ────────────────────────────────────────────────────────────────────────────────── */
  695. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement