Advertisement
Guest User

Untitled

a guest
Nov 17th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.83 KB | None | 0 0
  1.  
  2. local TB2Insert = {}
  3. TB2Insert.VehicleName = 'hsvw427poltdm'
  4. TB2Insert.CarName = 'Holden HSV W427 Police'
  5. TB2Insert.CarPrice = 10000
  6. TB2Insert.Description = 'A drivable Holden HSV W427 Police by TheDanishMaster'
  7. table.insert(D3DCarConfig.Car,TB2Insert)
  8.  
  9. local TB2Insert = {}
  10. TB2Insert.VehicleName = 'cooper4x4tdm'
  11. TB2Insert.CarName = 'Miri Coorer 4x4'
  12. TB2Insert.CarPrice = 10000
  13. TB2Insert.Description = 'The Miri Coorer 4x4, gmod-able by TDM'
  14. table.insert(D3DCarConfig.Car,TB2Insert)
  15.  
  16. local TB2Insert = {}
  17. TB2Insert.VehicleName = 'bmw_isettatdm'
  18. TB2Insert.CarName = 'BMW Isetta 300 Export'
  19. TB2Insert.CarPrice = 10000
  20. TB2Insert.Description = 'A drivable BMW Isetta by TheDanishMaster'
  21. table.insert(D3DCarConfig.Car,TB2Insert)
  22.  
  23. local TB2Insert = {}
  24. TB2Insert.VehicleName = 'bmw1mtdm'
  25. TB2Insert.CarName = 'BMW 1M'
  26. TB2Insert.CarPrice = 10000
  27. TB2Insert.Description = 'A drivable BMW 1M by TheDanishMaster'
  28. table.insert(D3DCarConfig.Car,TB2Insert)
  29.  
  30. local TB2Insert = {}
  31. TB2Insert.VehicleName = 'audir8plustdm'
  32. TB2Insert.CarName = 'Audi R8 Plus'
  33. TB2Insert.CarPrice = 10000
  34. TB2Insert.Description = 'A drivable Audi R8 Plus by TheDanishMaster'
  35. table.insert(D3DCarConfig.Car,TB2Insert)
  36.  
  37. local TB2Insert = {}
  38. TB2Insert.VehicleName = 'forcrownvicpoltdm'
  39. TB2Insert.CarName = 'Ford Crown Victoria'
  40. TB2Insert.CarPrice = 10000
  41. TB2Insert.Description = 'A drivable Ford Crown Victoria Police by TheDanishMaster'
  42. table.insert(D3DCarConfig.Car,TB2Insert)
  43.  
  44. local TB2Insert = {}
  45. TB2Insert.VehicleName = 'coopercoupetdm'
  46. TB2Insert.CarName = 'Mini Cooper Coupe'
  47. TB2Insert.CarPrice = 10000
  48. TB2Insert.Description = 'A drivable Mini Cooper Coupe by TheDanishMaster'
  49. table.insert(D3DCarConfig.Car,TB2Insert)
  50.  
  51. local TB2Insert = {}
  52. TB2Insert.VehicleName = 'chargersrt8poltdm'
  53. TB2Insert.CarName = 'Dodge Charger SRT8 Police'
  54. TB2Insert.CarPrice = 10000
  55. TB2Insert.Description = 'A drivable Dodge Charger SRT8 Police by TheDanishMaster'
  56. table.insert(D3DCarConfig.Car,TB2Insert)
  57.  
  58. local TB2Insert = {}
  59. TB2Insert.VehicleName = 'gt05tdm'
  60. TB2Insert.CarName = 'Ford GT 05'
  61. TB2Insert.CarPrice = 10000
  62. TB2Insert.Description = 'A drivable Ford GT 05 by TheDanishMaster'
  63. table.insert(D3DCarConfig.Car,TB2Insert)
  64.  
  65. local TB2Insert = {}
  66. TB2Insert.VehicleName = 'fer_250gtotdm'
  67. TB2Insert.CarName = 'Ferrari 250 GTO'
  68. TB2Insert.CarPrice = 10000
  69. TB2Insert.Description = 'A drivable Ferrari 250 GTO by TheDanishMaster'
  70. table.insert(D3DCarConfig.Car,TB2Insert)
  71.  
  72. local TB2Insert = {}
  73. TB2Insert.VehicleName = 'mer300seltdm'
  74. TB2Insert.CarName = 'Mercedes-Benz 300 SEL'
  75. TB2Insert.CarPrice = 10000
  76. TB2Insert.Description = 'A drivable Mercedes-Benz 300 SEL by TheDanishMaster'
  77. table.insert(D3DCarConfig.Car,TB2Insert)
  78.  
  79. local TB2Insert = {}
  80. TB2Insert.VehicleName = 'clubmantdm'
  81. TB2Insert.CarName = 'Mini Cooper Clubman'
  82. TB2Insert.CarPrice = 10000
  83. TB2Insert.Description = 'A drivable Mini Cooper Clubman by TheDanishMaster'
  84. table.insert(D3DCarConfig.Car,TB2Insert)
  85.  
  86. local TB2Insert = {}
  87. TB2Insert.VehicleName = 'coopers11tdm'
  88. TB2Insert.CarName = 'Mini Cooper S 2011'
  89. TB2Insert.CarPrice = 10000
  90. TB2Insert.Description = 'A drivable Mini Cooper S 2011 by TheDanishMaster'
  91. table.insert(D3DCarConfig.Car,TB2Insert)
  92.  
  93. local TB2Insert = {}
  94. TB2Insert.VehicleName = 'auds5tdm'
  95. TB2Insert.CarName = 'Audi S5'
  96. TB2Insert.CarPrice = 10000
  97. TB2Insert.Description = 'A drivable Audi S5 by TheDanishMaster'
  98. table.insert(D3DCarConfig.Car,TB2Insert)
  99.  
  100. local TB2Insert = {}
  101. TB2Insert.VehicleName = 'bmwm613tdm'
  102. TB2Insert.CarName = 'BMW M6 2013'
  103. TB2Insert.CarPrice = 10000
  104. TB2Insert.Description = 'A drivable BMW M6 2013 by TheDanishMaster'
  105. table.insert(D3DCarConfig.Car,TB2Insert)
  106.  
  107. local TB2Insert = {}
  108. TB2Insert.VehicleName = 'landrovertdm'
  109. TB2Insert.CarName = 'Land Rover Range Rover 08'
  110. TB2Insert.CarPrice = 10000
  111. TB2Insert.Description = 'The Land Rover Range Rover 08, gmod-able by TDM'
  112. table.insert(D3DCarConfig.Car,TB2Insert)
  113.  
  114. local TB2Insert = {}
  115. TB2Insert.VehicleName = 'nis_leaftdm'
  116. TB2Insert.CarName = 'Nissan Leaf'
  117. TB2Insert.CarPrice = 10000
  118. TB2Insert.Description = 'A drivable Nissan Leaf by TheDanishMaster'
  119. table.insert(D3DCarConfig.Car,TB2Insert)
  120.  
  121. local TB2Insert = {}
  122. TB2Insert.VehicleName = 'murcielagotdm'
  123. TB2Insert.CarName = 'Lamborghini Murcielago'
  124. TB2Insert.CarPrice = 10000
  125. TB2Insert.Description = 'A drivable Lamborghini Murcielago by TheDanishMaster'
  126. table.insert(D3DCarConfig.Car,TB2Insert)
  127.  
  128. local TB2Insert = {}
  129. TB2Insert.VehicleName = 'noblem600tdm'
  130. TB2Insert.CarName = 'Noble M600'
  131. TB2Insert.CarPrice = 10000
  132. TB2Insert.Description = 'A drivable Noble M600 by TheDanishMaster'
  133. table.insert(D3DCarConfig.Car,TB2Insert)
  134.  
  135. local TB2Insert = {}
  136. TB2Insert.VehicleName = 'transittdm'
  137. TB2Insert.CarName = 'Ford Transit'
  138. TB2Insert.CarPrice = 10000
  139. TB2Insert.Description = 'A drivable Ford Transit by TheDanishMaster'
  140. table.insert(D3DCarConfig.Car,TB2Insert)
  141.  
  142. local TB2Insert = {}
  143. TB2Insert.VehicleName = '997gt3tdm'
  144. TB2Insert.CarName = 'Porsche 997 GT3'
  145. TB2Insert.CarPrice = 10000
  146. TB2Insert.Description = 'A drivable Porsche 997 GT3 by TheDanishMaster'
  147. table.insert(D3DCarConfig.Car,TB2Insert)
  148.  
  149. local TB2Insert = {}
  150. TB2Insert.VehicleName = 'focussvttdm'
  151. TB2Insert.CarName = 'Ford Focus SVT'
  152. TB2Insert.CarPrice = 10000
  153. TB2Insert.Description = 'A drivable Ford Focus SVT by TheDanishMaster'
  154. table.insert(D3DCarConfig.Car,TB2Insert)
  155.  
  156. local TB2Insert = {}
  157. TB2Insert.VehicleName = 'ceedtdm'
  158. TB2Insert.CarName = 'Kia Ceed'
  159. TB2Insert.CarPrice = 10000
  160. TB2Insert.Description = 'A drivable Kia Ceed by TheDanishMaster'
  161. table.insert(D3DCarConfig.Car,TB2Insert)
  162.  
  163. local TB2Insert = {}
  164. TB2Insert.VehicleName = 'jeewillystdm'
  165. TB2Insert.CarName = 'Jeep Willys'
  166. TB2Insert.CarPrice = 10000
  167. TB2Insert.Description = 'A drivable Jeep Willys by TheDanishMaster'
  168. table.insert(D3DCarConfig.Car,TB2Insert)
  169.  
  170. local TB2Insert = {}
  171. TB2Insert.VehicleName = 'charger12poltdm'
  172. TB2Insert.CarName = 'Dodge Charger SRT8 2012 Police'
  173. TB2Insert.CarPrice = 10000
  174. TB2Insert.Description = 'A drivable Dodge Charger SRT8 2012 Police by TheDanishMaster'
  175. table.insert(D3DCarConfig.Car,TB2Insert)
  176.  
  177. local TB2Insert = {}
  178. TB2Insert.VehicleName = 'merml63tdm'
  179. TB2Insert.CarName = 'Mercedes-Benz ML63 AMG'
  180. TB2Insert.CarPrice = 10000
  181. TB2Insert.Description = 'A drivable Mercedes-Benz ML63 AMG by TheDanishMaster'
  182. table.insert(D3DCarConfig.Car,TB2Insert)
  183.  
  184. local TB2Insert = {}
  185. TB2Insert.VehicleName = 'mer_slrtdm'
  186. TB2Insert.CarName = 'Mercedes McLaren SLR'
  187. TB2Insert.CarPrice = 10000
  188. TB2Insert.Description = 'A drivable Mercedes McLaren SLR by TheDanishMaster'
  189. table.insert(D3DCarConfig.Car,TB2Insert)
  190.  
  191. local TB2Insert = {}
  192. TB2Insert.VehicleName = 'morgaerosstdm'
  193. TB2Insert.CarName = 'Morgan Aero SS'
  194. TB2Insert.CarPrice = 10000
  195. TB2Insert.Description = 'A drivable Morgan Aero SS by TheDanishMaster'
  196. table.insert(D3DCarConfig.Car,TB2Insert)
  197.  
  198. local TB2Insert = {}
  199. TB2Insert.VehicleName = 'raptorsvttdm'
  200. TB2Insert.CarName = 'Ford Raptor SVT'
  201. TB2Insert.CarPrice = 10000
  202. TB2Insert.Description = 'A drivable Ford Raptor SVT by TheDanishMaster'
  203. table.insert(D3DCarConfig.Car,TB2Insert)
  204.  
  205. local TB2Insert = {}
  206. TB2Insert.VehicleName = 'vw_golfr32tdm'
  207. TB2Insert.CarName = 'Volkswagen Golf R32'
  208. TB2Insert.CarPrice = 10000
  209. TB2Insert.Description = 'A drivable VW Golf R32 by TheDanishMaster'
  210. table.insert(D3DCarConfig.Car,TB2Insert)
  211.  
  212. local TB2Insert = {}
  213. TB2Insert.VehicleName = 'crownvic_taxitdm'
  214. TB2Insert.CarName = 'Ford Crown Victoria Taxi'
  215. TB2Insert.CarPrice = 10000
  216. TB2Insert.Description = 'A drivable Ford Crown Victoria Taxi by TheDanishMaster'
  217. table.insert(D3DCarConfig.Car,TB2Insert)
  218.  
  219. local TB2Insert = {}
  220. TB2Insert.VehicleName = 'fer_f50tdm'
  221. TB2Insert.CarName = 'Ferrari F50'
  222. TB2Insert.CarPrice = 10000
  223. TB2Insert.Description = 'A drivable Ferrari F50 by TheDanishMaster'
  224. table.insert(D3DCarConfig.Car,TB2Insert)
  225.  
  226. local TB2Insert = {}
  227. TB2Insert.VehicleName = 'wranglertdm'
  228. TB2Insert.CarName = 'Jeep Wrangler'
  229. TB2Insert.CarPrice = 10000
  230. TB2Insert.Description = 'A drivable Jeep Wrangler by TheDanishMaster'
  231. table.insert(D3DCarConfig.Car,TB2Insert)
  232.  
  233. local TB2Insert = {}
  234. TB2Insert.VehicleName = 'ast_db5tdm'
  235. TB2Insert.CarName = 'Aston Martin DB5'
  236. TB2Insert.CarPrice = 10000
  237. TB2Insert.Description = 'A drivable Aston Martin DB5 by TheDanishMaster'
  238. table.insert(D3DCarConfig.Car,TB2Insert)
  239.  
  240. local TB2Insert = {}
  241. TB2Insert.VehicleName = 'vwgolfgti14tdm'
  242. TB2Insert.CarName = 'Volkswagen Golf GTI 2014'
  243. TB2Insert.CarPrice = 10000
  244. TB2Insert.Description = 'The Volkswagen Golf GTI 2014, gmod-able by TDM'
  245. table.insert(D3DCarConfig.Car,TB2Insert)
  246.  
  247. local TB2Insert = {}
  248. TB2Insert.VehicleName = 'sl65amgtdm'
  249. TB2Insert.CarName = 'Mercedes-Benz SL65 AMG'
  250. TB2Insert.CarPrice = 10000
  251. TB2Insert.Description = 'A drivable Mercedes SL65 AMG by TheDanishMaster'
  252. table.insert(D3DCarConfig.Car,TB2Insert)
  253.  
  254. local TB2Insert = {}
  255. TB2Insert.VehicleName = 'vwsciroccortdm'
  256. TB2Insert.CarName = 'Volkswagen Scirocco R'
  257. TB2Insert.CarPrice = 10000
  258. TB2Insert.Description = 'A drivable Volkswagen Scirocco R by TheDanishMaster'
  259. table.insert(D3DCarConfig.Car,TB2Insert)
  260.  
  261. local TB2Insert = {}
  262. TB2Insert.VehicleName = 'subimpreza08tdm'
  263. TB2Insert.CarName = 'Subaru Impreza WRX STi'
  264. TB2Insert.CarPrice = 10000
  265. TB2Insert.Description = 'The Subaru Impreza WRX STi, gmod-able by TDM'
  266. table.insert(D3DCarConfig.Car,TB2Insert)
  267.  
  268. local TB2Insert = {}
  269. TB2Insert.VehicleName = 'gtrtdm'
  270. TB2Insert.CarName = 'Nissan GT-R Black Edition'
  271. TB2Insert.CarPrice = 10000
  272. TB2Insert.Description = 'A drivable Nissan GT-R Black Edition by TheDanishMaster'
  273. table.insert(D3DCarConfig.Car,TB2Insert)
  274.  
  275. local TB2Insert = {}
  276. TB2Insert.VehicleName = 'wrangler_fnftdm'
  277. TB2Insert.CarName = 'Jeep Wrangler F&F'
  278. TB2Insert.CarPrice = 10000
  279. TB2Insert.Description = 'A drivable Jeep Wrangler F&F by TheDanishMaster'
  280. table.insert(D3DCarConfig.Car,TB2Insert)
  281.  
  282. local TB2Insert = {}
  283. TB2Insert.VehicleName = 'scaniafiretdm'
  284. TB2Insert.CarName = 'Scania Firetruck'
  285. TB2Insert.CarPrice = 10000
  286. TB2Insert.Description = 'A drivable Scania Firetruck by TheDanishMaster'
  287. table.insert(D3DCarConfig.Car,TB2Insert)
  288.  
  289. local TB2Insert = {}
  290. TB2Insert.VehicleName = 'diablotdm'
  291. TB2Insert.CarName = 'Lamborghini Diablo'
  292. TB2Insert.CarPrice = 10000
  293. TB2Insert.Description = 'A drivable Lamborghini Diablo by TheDanishMaster'
  294. table.insert(D3DCarConfig.Car,TB2Insert)
  295.  
  296. local TB2Insert = {}
  297. TB2Insert.VehicleName = 'grandchetdm'
  298. TB2Insert.CarName = 'Jeep Grand Cherokee 2012'
  299. TB2Insert.CarPrice = 10000
  300. TB2Insert.Description = 'A drivable Jeep Grand Cherokee 2012 by TheDanishMaster'
  301. table.insert(D3DCarConfig.Car,TB2Insert)
  302.  
  303. local TB2Insert = {}
  304. TB2Insert.VehicleName = 'audir8spydtdm'
  305. TB2Insert.CarName = 'Audi R8 GT Spyder'
  306. TB2Insert.CarPrice = 10000
  307. TB2Insert.Description = 'A drivable Audi R8 GT Spyder by TheDanishMaster'
  308. table.insert(D3DCarConfig.Car,TB2Insert)
  309.  
  310. local TB2Insert = {}
  311. TB2Insert.VehicleName = 'fer_458spidtdm'
  312. TB2Insert.CarName = 'Ferrari 458 Spider'
  313. TB2Insert.CarPrice = 10000
  314. TB2Insert.Description = 'A drivable Ferrari 458 Spider by TheDanishMaster'
  315. table.insert(D3DCarConfig.Car,TB2Insert)
  316.  
  317. local TB2Insert = {}
  318. TB2Insert.VehicleName = 'm3e92tdm'
  319. TB2Insert.CarName = 'BMW M3 E92'
  320. TB2Insert.CarPrice = 10000
  321. TB2Insert.Description = 'A drivable BMW M3 E92 by TheDanishMaster'
  322. table.insert(D3DCarConfig.Car,TB2Insert)
  323.  
  324. local TB2Insert = {}
  325. TB2Insert.VehicleName = 'mereclasspoltdm'
  326. TB2Insert.CarName = 'Mercedes E350 Police'
  327. TB2Insert.CarPrice = 10000
  328. TB2Insert.Description = 'A drivable Mercedes E350 Police by TheDanishMaster'
  329. table.insert(D3DCarConfig.Car,TB2Insert)
  330.  
  331. local TB2Insert = {}
  332. TB2Insert.VehicleName = 'auditttdm'
  333. TB2Insert.CarName = 'Audi TT 07'
  334. TB2Insert.CarPrice = 10000
  335. TB2Insert.Description = 'A drivable Audi TT 07 by TheDanishMaster'
  336. table.insert(D3DCarConfig.Car,TB2Insert)
  337.  
  338. local TB2Insert = {}
  339. TB2Insert.VehicleName = 'deloreantdm'
  340. TB2Insert.CarName = 'Delorean DMC-12'
  341. TB2Insert.CarPrice = 10000
  342. TB2Insert.Description = 'A drivable Delorean DMC-12 by TheDanishMaster'
  343. table.insert(D3DCarConfig.Car,TB2Insert)
  344.  
  345. local TB2Insert = {}
  346. TB2Insert.VehicleName = 'focusrstdm'
  347. TB2Insert.CarName = 'Ford Focus RS'
  348. TB2Insert.CarPrice = 10000
  349. TB2Insert.Description = 'A drivable Ford Focus RS by TheDanishMaster'
  350. table.insert(D3DCarConfig.Car,TB2Insert)
  351.  
  352. local TB2Insert = {}
  353. TB2Insert.VehicleName = 'golfvr6tdm'
  354. TB2Insert.CarName = 'Volkswagen Golf VR6 GTi'
  355. TB2Insert.CarPrice = 10000
  356. TB2Insert.Description = 'A drivable VW Golf MK3 by TheDanishMaster'
  357. table.insert(D3DCarConfig.Car,TB2Insert)
  358.  
  359. local TB2Insert = {}
  360. TB2Insert.VehicleName = 'r34tdm'
  361. TB2Insert.CarName = 'Nissan Skyline R34'
  362. TB2Insert.CarPrice = 10000
  363. TB2Insert.Description = 'A drivable Nissan Skyline R34 by TheDanishMaster'
  364. table.insert(D3DCarConfig.Car,TB2Insert)
  365.  
  366. local TB2Insert = {}
  367. TB2Insert.VehicleName = 'tesmodelstdm'
  368. TB2Insert.CarName = 'Tesla Model S'
  369. TB2Insert.CarPrice = 10000
  370. TB2Insert.Description = 'A drivable Tesla Model S by TheDanishMaster'
  371. table.insert(D3DCarConfig.Car,TB2Insert)
  372.  
  373. local TB2Insert = {}
  374. TB2Insert.VehicleName = 'ferf430tdm'
  375. TB2Insert.CarName = 'Ferrari F430'
  376. TB2Insert.CarPrice = 10000
  377. TB2Insert.Description = 'A drivable Ferrari F430 by TheDanishMaster'
  378. table.insert(D3DCarConfig.Car,TB2Insert)
  379.  
  380. local TB2Insert = {}
  381. TB2Insert.VehicleName = 'lrdefendertdm'
  382. TB2Insert.CarName = 'Land Rover Defender'
  383. TB2Insert.CarPrice = 10000
  384. TB2Insert.Description = 'The Land Rover Defender, gmod-able by TDM'
  385. table.insert(D3DCarConfig.Car,TB2Insert)
  386.  
  387. local TB2Insert = {}
  388. TB2Insert.VehicleName = 'fortekouptdm'
  389. TB2Insert.CarName = 'Kia Forte Koup'
  390. TB2Insert.CarPrice = 10000
  391. TB2Insert.Description = 'A drivable Kia Forte Koup by TheDanishMaster'
  392. table.insert(D3DCarConfig.Car,TB2Insert)
  393.  
  394. local TB2Insert = {}
  395. TB2Insert.VehicleName = 'c32amgtdm'
  396. TB2Insert.CarName = 'Mercedes-Benz C32 AMG'
  397. TB2Insert.CarPrice = 10000
  398. TB2Insert.Description = 'A drivable Mercedes C32 AMG by TheDanishMaster'
  399. table.insert(D3DCarConfig.Car,TB2Insert)
  400.  
  401. local TB2Insert = {}
  402. TB2Insert.VehicleName = 'sublegrs90tdm'
  403. TB2Insert.CarName = 'Subaru Legacy RS 1990'
  404. TB2Insert.CarPrice = 10000
  405. TB2Insert.Description = 'The Subaru Subaru Legacy RS 1990, gmod-able by TDM'
  406. table.insert(D3DCarConfig.Car,TB2Insert)
  407.  
  408. local TB2Insert = {}
  409. TB2Insert.VehicleName = 'vwcampertdm'
  410. TB2Insert.CarName = 'Volkswagen Camper 1965'
  411. TB2Insert.CarPrice = 10000
  412. TB2Insert.Description = 'The Volkswagen Camper 1965, gmod-able by TDM'
  413. table.insert(D3DCarConfig.Car,TB2Insert)
  414.  
  415. local TB2Insert = {}
  416. TB2Insert.VehicleName = '507tdm'
  417. TB2Insert.CarName = 'BMW 507'
  418. TB2Insert.CarPrice = 10000
  419. TB2Insert.Description = 'A drivable BMW 507 by TheDanishMaster'
  420. table.insert(D3DCarConfig.Car,TB2Insert)
  421.  
  422. local TB2Insert = {}
  423. TB2Insert.VehicleName = 'for_she_gt500tdm'
  424. TB2Insert.CarName = 'Ford Shelby GT500'
  425. TB2Insert.CarPrice = 10000
  426. TB2Insert.Description = 'A drivable Ford Shelby GT500 by TheDanishMaster'
  427. table.insert(D3DCarConfig.Car,TB2Insert)
  428.  
  429. local TB2Insert = {}
  430. TB2Insert.VehicleName = 'vwbeetleconvtdm'
  431. TB2Insert.CarName = 'Volkswagen New Beetle Convertible'
  432. TB2Insert.CarPrice = 10000
  433. TB2Insert.Description = 'The Volkswagen New Beetle Convertible, gmod-able by TDM'
  434. table.insert(D3DCarConfig.Car,TB2Insert)
  435.  
  436. local TB2Insert = {}
  437. TB2Insert.VehicleName = 'mer300slgulltdm'
  438. TB2Insert.CarName = 'Mercedes-Benz 300SL Gullwing Coupe'
  439. TB2Insert.CarPrice = 10000
  440. TB2Insert.Description = 'A drivable Mercedes-Benz 300SL Gullwing Coupe by TheDanishMaster'
  441. table.insert(D3DCarConfig.Car,TB2Insert)
  442.  
  443. local TB2Insert = {}
  444. TB2Insert.VehicleName = 'auds4tdm'
  445. TB2Insert.CarName = 'Audi S4'
  446. TB2Insert.CarPrice = 10000
  447. TB2Insert.Description = 'A drivable Audi S4 by TheDanishMaster'
  448. table.insert(D3DCarConfig.Car,TB2Insert)
  449.  
  450. local TB2Insert = {}
  451. TB2Insert.VehicleName = 'gallardotdm'
  452. TB2Insert.CarName = 'Lamborghini Gallardo'
  453. TB2Insert.CarPrice = 10000
  454. TB2Insert.Description = 'A drivable Lamborghini Gallardo by TheDanishMaster'
  455. table.insert(D3DCarConfig.Car,TB2Insert)
  456.  
  457. local TB2Insert = {}
  458. TB2Insert.VehicleName = 'coupe40tdm'
  459. TB2Insert.CarName = 'Ford Deluxe Coupe 1940'
  460. TB2Insert.CarPrice = 10000
  461. TB2Insert.Description = 'A drivable Ford Deluxe Coupe 1940 by TheDanishMaster'
  462. table.insert(D3DCarConfig.Car,TB2Insert)
  463.  
  464. local TB2Insert = {}
  465. TB2Insert.VehicleName = 'fer_enzotdm'
  466. TB2Insert.CarName = 'Ferrari Enzo'
  467. TB2Insert.CarPrice = 10000
  468. TB2Insert.Description = 'A drivable Ferrari Enzo by TheDanishMaster'
  469. table.insert(D3DCarConfig.Car,TB2Insert)
  470.  
  471. local TB2Insert = {}
  472. TB2Insert.VehicleName = 'mere63tdm'
  473. TB2Insert.CarName = 'Mercedes-Benz E63 AMG'
  474. TB2Insert.CarPrice = 10000
  475. TB2Insert.Description = 'A drivable Mercedes-Benz E63 AMG by TheDanishMaster'
  476. table.insert(D3DCarConfig.Car,TB2Insert)
  477.  
  478. local TB2Insert = {}
  479. TB2Insert.VehicleName = 'beetle68tdm'
  480. TB2Insert.CarName = 'Volkswagen Beetle 1968'
  481. TB2Insert.CarPrice = 10000
  482. TB2Insert.Description = 'A drivable Volkswagen Beetle 1968 by TheDanishMaster'
  483. table.insert(D3DCarConfig.Car,TB2Insert)
  484.  
  485. local TB2Insert = {}
  486. TB2Insert.VehicleName = 'for_focus_rs16tdm'
  487. TB2Insert.CarName = 'Ford Focus RS '16'
  488. TB2Insert.CarPrice = 10000
  489. TB2Insert.Description = 'A drivable Ford Focus RS '16 by TheDanishMaster'
  490. table.insert(D3DCarConfig.Car,TB2Insert)
  491.  
  492. local TB2Insert = {}
  493. TB2Insert.VehicleName = 'subimpreza05tdm'
  494. TB2Insert.CarName = 'Subaru Impreza WRX STi 05'
  495. TB2Insert.CarPrice = 10000
  496. TB2Insert.Description = 'The Subaru Impreza WRX STi 05, gmod-able by TDM'
  497. table.insert(D3DCarConfig.Car,TB2Insert)
  498.  
  499. local TB2Insert = {}
  500. TB2Insert.VehicleName = 'fer_512trtdm'
  501. TB2Insert.CarName = 'Ferrari 512 TR'
  502. TB2Insert.CarPrice = 10000
  503. TB2Insert.Description = 'A drivable Ferrari 512 TR by TheDanishMaster'
  504. table.insert(D3DCarConfig.Car,TB2Insert)
  505.  
  506. local TB2Insert = {}
  507. TB2Insert.VehicleName = 'gallardospydtdm'
  508. TB2Insert.CarName = 'Lamborghini Gallardo LP570-4 Spyder Performante'
  509. TB2Insert.CarPrice = 10000
  510. TB2Insert.Description = 'A drivable Lamborghini Gallardo LP570-4 Spyder Performante by TheDanishMaster'
  511. table.insert(D3DCarConfig.Car,TB2Insert)
  512.  
  513. local TB2Insert = {}
  514. TB2Insert.VehicleName = 'mitsuevoxpoltdm'
  515. TB2Insert.CarName = 'Mitsubishi Evo X Police'
  516. TB2Insert.CarPrice = 10000
  517. TB2Insert.Description = 'A drivable Mitsubishi Evo X Police by TheDanishMaster'
  518. table.insert(D3DCarConfig.Car,TB2Insert)
  519.  
  520. local TB2Insert = {}
  521. TB2Insert.VehicleName = 'dbstdm'
  522. TB2Insert.CarName = 'Aston Martin DBS'
  523. TB2Insert.CarPrice = 10000
  524. TB2Insert.Description = 'A drivable Aston Martin DBS by TheDanishMaster'
  525. table.insert(D3DCarConfig.Car,TB2Insert)
  526.  
  527. local TB2Insert = {}
  528. TB2Insert.VehicleName = '370ztdm'
  529. TB2Insert.CarName = 'Nissan 370z'
  530. TB2Insert.CarPrice = 10000
  531. TB2Insert.Description = 'The Nissan 370z, gmod-able by TDM'
  532. table.insert(D3DCarConfig.Car,TB2Insert)
  533.  
  534. local TB2Insert = {}
  535. TB2Insert.VehicleName = 'f100tdm'
  536. TB2Insert.CarName = 'Ford F100'
  537. TB2Insert.CarPrice = 10000
  538. TB2Insert.Description = 'A drivable Ford F100 by TheDanishMaster'
  539. table.insert(D3DCarConfig.Car,TB2Insert)
  540.  
  541. local TB2Insert = {}
  542. TB2Insert.VehicleName = 'cooper65tdm'
  543. TB2Insert.CarName = 'Mini Cooper 1965'
  544. TB2Insert.CarPrice = 10000
  545. TB2Insert.Description = 'A drivable Mini Cooper 1965 by TheDanishMaster'
  546. table.insert(D3DCarConfig.Car,TB2Insert)
  547.  
  548. local TB2Insert = {}
  549. TB2Insert.VehicleName = 'ast_rapidetdm'
  550. TB2Insert.CarName = 'Aston Martin Rapide'
  551. TB2Insert.CarPrice = 10000
  552. TB2Insert.Description = 'A drivable Aston Martin Rapide by TheDanishMaster'
  553. table.insert(D3DCarConfig.Car,TB2Insert)
  554.  
  555. local TB2Insert = {}
  556. TB2Insert.VehicleName = 'st1tdm'
  557. TB2Insert.CarName = 'Zenvo ST1'
  558. TB2Insert.CarPrice = 10000
  559. TB2Insert.Description = 'A drivable Zenvo ST1 by TheDanishMaster'
  560. table.insert(D3DCarConfig.Car,TB2Insert)
  561.  
  562. local TB2Insert = {}
  563. TB2Insert.VehicleName = 'slsamgtdm'
  564. TB2Insert.CarName = 'Mercedes-Benz SLS AMG'
  565. TB2Insert.CarPrice = 10000
  566. TB2Insert.Description = 'A drivable Mercedes SLS AMG by TheDanishMaster'
  567. table.insert(D3DCarConfig.Car,TB2Insert)
  568.  
  569. local TB2Insert = {}
  570. TB2Insert.VehicleName = 'murcielagosvtdm'
  571. TB2Insert.CarName = 'Lamborghini Murcielago LP 670-4 SV'
  572. TB2Insert.CarPrice = 10000
  573. TB2Insert.Description = 'A drivable Lamborghini Murcielago LP 670-4 SV by TheDanishMaster'
  574. table.insert(D3DCarConfig.Car,TB2Insert)
  575.  
  576. local TB2Insert = {}
  577. TB2Insert.VehicleName = 'lex_is300poltdm'
  578. TB2Insert.CarName = 'Lexus IS300 Rozzers Car'
  579. TB2Insert.CarPrice = 10000
  580. TB2Insert.Description = 'A drivable Lexus IS300 Rozzers Car by TheDanishMaster'
  581. table.insert(D3DCarConfig.Car,TB2Insert)
  582.  
  583. local TB2Insert = {}
  584. TB2Insert.VehicleName = 'fortauruspoltdm'
  585. TB2Insert.CarName = 'Ford Taurus 2013'
  586. TB2Insert.CarPrice = 10000
  587. TB2Insert.Description = 'A drivable Ford Taurus 2013 by TheDanishMaster'
  588. table.insert(D3DCarConfig.Car,TB2Insert)
  589.  
  590. local TB2Insert = {}
  591. TB2Insert.VehicleName = 'm1tdm'
  592. TB2Insert.CarName = 'BMW M1 1981'
  593. TB2Insert.CarPrice = 10000
  594. TB2Insert.Description = 'A drivable BMW M1 1981 by TheDanishMaster'
  595. table.insert(D3DCarConfig.Car,TB2Insert)
  596.  
  597. local TB2Insert = {}
  598. TB2Insert.VehicleName = 'm5e34tdm'
  599. TB2Insert.CarName = 'BMW M5 E34'
  600. TB2Insert.CarPrice = 10000
  601. TB2Insert.Description = 'A drivable BMW M5 E34 by TheDanishMaster'
  602. table.insert(D3DCarConfig.Car,TB2Insert)
  603.  
  604. local TB2Insert = {}
  605. TB2Insert.VehicleName = 'mustanggttdm'
  606. TB2Insert.CarName = 'Ford Mustang GT'
  607. TB2Insert.CarPrice = 10000
  608. TB2Insert.Description = 'A drivable Ford Mustang GT by TheDanishMaster'
  609. table.insert(D3DCarConfig.Car,TB2Insert)
  610.  
  611. local TB2Insert = {}
  612. TB2Insert.VehicleName = 'landrover12tdm'
  613. TB2Insert.CarName = 'Land Rover Range Rover Supercharged 2012'
  614. TB2Insert.CarPrice = 10000
  615. TB2Insert.Description = 'The Land Rover Range Rover Supercharged 2012, gmod-able by TDM'
  616. table.insert(D3DCarConfig.Car,TB2Insert)
  617.  
  618. local TB2Insert = {}
  619. TB2Insert.VehicleName = 'fer_lafertdm'
  620. TB2Insert.CarName = 'Ferrari LaFerrari'
  621. TB2Insert.CarPrice = 10000
  622. TB2Insert.Description = 'A drivable Ferrari LaFerrari by TheDanishMaster'
  623. table.insert(D3DCarConfig.Car,TB2Insert)
  624.  
  625. local TB2Insert = {}
  626. TB2Insert.VehicleName = 'reventonrtdm'
  627. TB2Insert.CarName = 'Lamborghini Reventon Roadster'
  628. TB2Insert.CarPrice = 10000
  629. TB2Insert.Description = 'A drivable Lamborghini Reventon Roadster by TheDanishMaster'
  630. table.insert(D3DCarConfig.Car,TB2Insert)
  631.  
  632. local TB2Insert = {}
  633. TB2Insert.VehicleName = 'bmw_340itdm'
  634. TB2Insert.CarName = 'BMW 340i'
  635. TB2Insert.CarPrice = 10000
  636. TB2Insert.Description = 'A drivable BMW 340i by TheDanishMaster'
  637. table.insert(D3DCarConfig.Car,TB2Insert)
  638.  
  639. local TB2Insert = {}
  640. TB2Insert.VehicleName = 'miuracontdm'
  641. TB2Insert.CarName = 'Lamborghini Miura Concept'
  642. TB2Insert.CarPrice = 10000
  643. TB2Insert.Description = 'A drivable Lamborghini Miura Concept by TheDanishMaster'
  644. table.insert(D3DCarConfig.Car,TB2Insert)
  645.  
  646. local TB2Insert = {}
  647. TB2Insert.VehicleName = 'golfmk2tdm'
  648. TB2Insert.CarName = 'Volkswagen Golf MKII'
  649. TB2Insert.CarPrice = 10000
  650. TB2Insert.Description = 'The good old VW Golf MKII, gmod-able by TDM'
  651. table.insert(D3DCarConfig.Car,TB2Insert)
  652.  
  653. local TB2Insert = {}
  654. TB2Insert.VehicleName = 'v12vantagetdm'
  655. TB2Insert.CarName = 'Aston Martin V12 Vantage 2010'
  656. TB2Insert.CarPrice = 10000
  657. TB2Insert.Description = 'A drivable Aston Martin V12 Vantage by TheDanishMaster'
  658. table.insert(D3DCarConfig.Car,TB2Insert)
  659.  
  660. local TB2Insert = {}
  661. TB2Insert.VehicleName = 'airtugtdm'
  662. TB2Insert.CarName = 'SUPER SECRET'
  663. TB2Insert.CarPrice = 10000
  664. TB2Insert.Description = 'A drivable Police car by TheDanishMaster'
  665. table.insert(D3DCarConfig.Car,TB2Insert)
  666.  
  667. local TB2Insert = {}
  668. TB2Insert.VehicleName = 'porcycletdm'
  669. TB2Insert.CarName = 'Porsche Tricycle'
  670. TB2Insert.CarPrice = 10000
  671. TB2Insert.Description = 'A drivable Porsche Tricycle by TheDanishMaster'
  672. table.insert(D3DCarConfig.Car,TB2Insert)
  673.  
  674. local TB2Insert = {}
  675. TB2Insert.VehicleName = 'nissilvs15tdm'
  676. TB2Insert.CarName = 'Nissan Silvia S15'
  677. TB2Insert.CarPrice = 10000
  678. TB2Insert.Description = 'A drivable Nissan Silvia S15 by TheDanishMaster'
  679. table.insert(D3DCarConfig.Car,TB2Insert)
  680.  
  681. local TB2Insert = {}
  682. TB2Insert.VehicleName = 'rs4avanttdm'
  683. TB2Insert.CarName = 'Audi RS4 Avant'
  684. TB2Insert.CarPrice = 10000
  685. TB2Insert.Description = 'A drivable Audi RS4 Avant by TheDanishMaster'
  686. table.insert(D3DCarConfig.Car,TB2Insert)
  687.  
  688. local TB2Insert = {}
  689. TB2Insert.VehicleName = 'miurap400tdm'
  690. TB2Insert.CarName = 'Lamborghini Miura P400'
  691. TB2Insert.CarPrice = 10000
  692. TB2Insert.Description = 'A drivable Lamborghini Miura P400 by TheDanishMaster'
  693. table.insert(D3DCarConfig.Car,TB2Insert)
  694.  
  695. local TB2Insert = {}
  696. TB2Insert.VehicleName = 'bowlexrstdm'
  697. TB2Insert.CarName = 'Bowler EXR-S'
  698. TB2Insert.CarPrice = 10000
  699. TB2Insert.Description = 'A drivable Bowler EXR-S by TheDanishMaster'
  700. table.insert(D3DCarConfig.Car,TB2Insert)
  701.  
  702. local TB2Insert = {}
  703. TB2Insert.VehicleName = 'audir8tdm'
  704. TB2Insert.CarName = 'Audi R8'
  705. TB2Insert.CarPrice = 10000
  706. TB2Insert.Description = 'A drivable Audi R8 by TheDanishMaster'
  707. table.insert(D3DCarConfig.Car,TB2Insert)
  708.  
  709. local TB2Insert = {}
  710. TB2Insert.VehicleName = 'cayenne12tdm'
  711. TB2Insert.CarName = 'Porsche Cayenne Turbo 12'
  712. TB2Insert.CarPrice = 10000
  713. TB2Insert.Description = 'A drivable Porsche Cayenne Turbo 12 by TheDanishMaster'
  714. table.insert(D3DCarConfig.Car,TB2Insert)
  715.  
  716. local TB2Insert = {}
  717. TB2Insert.VehicleName = 'fer_250gttdm'
  718. TB2Insert.CarName = 'Ferrari 250GT'
  719. TB2Insert.CarPrice = 10000
  720. TB2Insert.Description = 'A drivable Ferrari 250GT by TheDanishMaster'
  721. table.insert(D3DCarConfig.Car,TB2Insert)
  722.  
  723. local TB2Insert = {}
  724. TB2Insert.VehicleName = '918spydtdm'
  725. TB2Insert.CarName = 'Porsche 918 Spyder'
  726. TB2Insert.CarPrice = 10000
  727. TB2Insert.Description = 'A drivable Porsche 918 Spyder by TheDanishMaster'
  728. table.insert(D3DCarConfig.Car,TB2Insert)
  729.  
  730. local TB2Insert = {}
  731. TB2Insert.VehicleName = 'ferf12tdm'
  732. TB2Insert.CarName = 'Ferrari F12 Berlinetta'
  733. TB2Insert.CarPrice = 10000
  734. TB2Insert.Description = 'A drivable Ferrari F12 Berlinetta by TheDanishMaster'
  735. table.insert(D3DCarConfig.Car,TB2Insert)
  736.  
  737. local TB2Insert = {}
  738. TB2Insert.VehicleName = 'bmwm3gtrtdm'
  739. TB2Insert.CarName = 'BMW M3 GTR'
  740. TB2Insert.CarPrice = 10000
  741. TB2Insert.Description = 'A drivable BMW M3 GTR by TheDanishMaster'
  742. table.insert(D3DCarConfig.Car,TB2Insert)
  743.  
  744. local TB2Insert = {}
  745. TB2Insert.VehicleName = 'subleggt10tdm'
  746. TB2Insert.CarName = 'Subaru Legacy GT 2010'
  747. TB2Insert.CarPrice = 10000
  748. TB2Insert.Description = 'The Subaru Legacy GT 2010, gmod-able by TDM'
  749. table.insert(D3DCarConfig.Car,TB2Insert)
  750.  
  751. local TB2Insert = {}
  752. TB2Insert.VehicleName = 'wrangler88tdm'
  753. TB2Insert.CarName = 'Jeep Wrangler 1988'
  754. TB2Insert.CarPrice = 10000
  755. TB2Insert.Description = 'A drivable Jeep Wrangler 1988 by TheDanishMaster'
  756. table.insert(D3DCarConfig.Car,TB2Insert)
  757.  
  758. local TB2Insert = {}
  759. TB2Insert.VehicleName = 'porgt3rsrtdm'
  760. TB2Insert.CarName = 'Porsche 911 GT3-RSR'
  761. TB2Insert.CarPrice = 10000
  762. TB2Insert.Description = 'A drivable Porsche 911 GT3-RSR by TheDanishMaster'
  763. table.insert(D3DCarConfig.Car,TB2Insert)
  764.  
  765. local TB2Insert = {}
  766. TB2Insert.VehicleName = 'xbowtdm'
  767. TB2Insert.CarName = 'KTM X-BOW'
  768. TB2Insert.CarPrice = 10000
  769. TB2Insert.Description = 'A drivable KTM X-BOW by TheDanishMaster'
  770. table.insert(D3DCarConfig.Car,TB2Insert)
  771.  
  772. local TB2Insert = {}
  773. TB2Insert.VehicleName = 'carreragttdm'
  774. TB2Insert.CarName = 'Porsche Carrera GT'
  775. TB2Insert.CarPrice = 10000
  776. TB2Insert.Description = 'A drivable Porsche Carrera GT by TheDanishMaster'
  777. table.insert(D3DCarConfig.Car,TB2Insert)
  778.  
  779. local TB2Insert = {}
  780. TB2Insert.VehicleName = 'cayennetdm'
  781. TB2Insert.CarName = 'Porsche Cayenne Turbo S'
  782. TB2Insert.CarPrice = 10000
  783. TB2Insert.Description = 'A drivable Porsche Cayenne Turbo S by TheDanishMaster'
  784. table.insert(D3DCarConfig.Car,TB2Insert)
  785.  
  786. local TB2Insert = {}
  787. TB2Insert.VehicleName = 'f350tdm'
  788. TB2Insert.CarName = 'Ford F350 SuperDuty'
  789. TB2Insert.CarPrice = 10000
  790. TB2Insert.Description = 'A drivable Ford F350 SuperDuty by TheDanishMaster'
  791. table.insert(D3DCarConfig.Car,TB2Insert)
  792.  
  793. local TB2Insert = {}
  794. TB2Insert.VehicleName = 'bmwm5e60tdm'
  795. TB2Insert.CarName = 'BMW M5 E60'
  796. TB2Insert.CarPrice = 10000
  797. TB2Insert.Description = 'A drivable BMW M5 E60 by TheDanishMaster'
  798. table.insert(D3DCarConfig.Car,TB2Insert)
  799.  
  800. local TB2Insert = {}
  801. TB2Insert.VehicleName = '350ztdm'
  802. TB2Insert.CarName = 'Nissan 350z'
  803. TB2Insert.CarPrice = 10000
  804. TB2Insert.Description = 'The Nissan 350z (Fairlady Z), gmod-able by TDM'
  805. table.insert(D3DCarConfig.Car,TB2Insert)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement