Advertisement
Guest User

Untitled

a guest
May 26th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.33 KB | None | 0 0
  1.  
  2. local TB2Insert = {}
  3. TB2Insert.VehicleName = 'che_blazertdm'
  4. TB2Insert.CarName = 'Chevrolet Blazer'
  5. TB2Insert.CarPrice = 10000
  6. TB2Insert.CarRefund = 5000
  7. TB2Insert.Description = 'A drivable Chevrolet Blazer by TheDanishMaster'
  8. table.insert(D3DCarConfig.Car,TB2Insert)
  9.  
  10. local TB2Insert = {}
  11. TB2Insert.VehicleName = 'hsvw427poltdm'
  12. TB2Insert.CarName = 'Holden HSV W427 Police'
  13. TB2Insert.CarPrice = 10000
  14. TB2Insert.CarRefund = 5000
  15. TB2Insert.Description = 'A drivable Holden HSV W427 Police by TheDanishMaster'
  16. table.insert(D3DCarConfig.Car,TB2Insert)
  17.  
  18. local TB2Insert = {}
  19. TB2Insert.VehicleName = 'cooper4x4tdm'
  20. TB2Insert.CarName = 'Miri Coorer 4x4'
  21. TB2Insert.CarPrice = 10000
  22. TB2Insert.CarRefund = 5000
  23. TB2Insert.Description = 'The Miri Coorer 4x4, gmod-able by TDM'
  24. table.insert(D3DCarConfig.Car,TB2Insert)
  25.  
  26. local TB2Insert = {}
  27. TB2Insert.VehicleName = 'speed3tdm'
  28. TB2Insert.CarName = 'Mazda Speed 3 2009'
  29. TB2Insert.CarPrice = 10000
  30. TB2Insert.CarRefund = 5000
  31. TB2Insert.Description = 'A drivable Mazda Speed 3 2009 by TheDanishMaster'
  32. table.insert(D3DCarConfig.Car,TB2Insert)
  33.  
  34. local TB2Insert = {}
  35. TB2Insert.VehicleName = '300ctdm'
  36. TB2Insert.CarName = 'Chrysler 300c'
  37. TB2Insert.CarPrice = 10000
  38. TB2Insert.CarRefund = 5000
  39. TB2Insert.Description = 'A drivable Chrysler 300c by TheDanishMaster'
  40. table.insert(D3DCarConfig.Car,TB2Insert)
  41.  
  42. local TB2Insert = {}
  43. TB2Insert.VehicleName = 'f350tdm'
  44. TB2Insert.CarName = 'Ford F350 SuperDuty'
  45. TB2Insert.CarPrice = 10000
  46. TB2Insert.CarRefund = 5000
  47. TB2Insert.Description = 'A drivable Ford F350 SuperDuty by TheDanishMaster'
  48. table.insert(D3DCarConfig.Car,TB2Insert)
  49.  
  50. local TB2Insert = {}
  51. TB2Insert.VehicleName = 'lex_is300poltdm'
  52. TB2Insert.CarName = 'Lexus IS300 Rozzers Car'
  53. TB2Insert.CarPrice = 10000
  54. TB2Insert.CarRefund = 5000
  55. TB2Insert.Description = 'A drivable Lexus IS300 Rozzers Car by TheDanishMaster'
  56. table.insert(D3DCarConfig.Car,TB2Insert)
  57.  
  58. local TB2Insert = {}
  59. TB2Insert.VehicleName = 'challenger70tdm'
  60. TB2Insert.CarName = 'Dodge Challenger 1970'
  61. TB2Insert.CarPrice = 10000
  62. TB2Insert.CarRefund = 5000
  63. TB2Insert.Description = 'A drivable Dodge Challenger 1970 by TheDanishMaster'
  64. table.insert(D3DCarConfig.Car,TB2Insert)
  65.  
  66. local TB2Insert = {}
  67. TB2Insert.VehicleName = 'bmw1mtdm'
  68. TB2Insert.CarName = 'BMW 1M'
  69. TB2Insert.CarPrice = 10000
  70. TB2Insert.CarRefund = 5000
  71. TB2Insert.Description = 'A drivable BMW 1M by TheDanishMaster'
  72. table.insert(D3DCarConfig.Car,TB2Insert)
  73.  
  74. local TB2Insert = {}
  75. TB2Insert.VehicleName = 'forcrownvicpoltdm'
  76. TB2Insert.CarName = 'Ford Crown Victoria'
  77. TB2Insert.CarPrice = 10000
  78. TB2Insert.CarRefund = 5000
  79. TB2Insert.Description = 'A drivable Ford Crown Victoria Police by TheDanishMaster'
  80. table.insert(D3DCarConfig.Car,TB2Insert)
  81.  
  82. local TB2Insert = {}
  83. TB2Insert.VehicleName = 'coupe40tdm'
  84. TB2Insert.CarName = 'Ford Deluxe Coupe 1940'
  85. TB2Insert.CarPrice = 10000
  86. TB2Insert.CarRefund = 5000
  87. TB2Insert.Description = 'A drivable Ford Deluxe Coupe 1940 by TheDanishMaster'
  88. table.insert(D3DCarConfig.Car,TB2Insert)
  89.  
  90. local TB2Insert = {}
  91. TB2Insert.VehicleName = 'lex_is300tdm'
  92. TB2Insert.CarName = 'Lexus IS 300'
  93. TB2Insert.CarPrice = 10000
  94. TB2Insert.CarRefund = 5000
  95. TB2Insert.Description = 'A drivable Lexus IS 300 by TheDanishMaster'
  96. table.insert(D3DCarConfig.Car,TB2Insert)
  97.  
  98. local TB2Insert = {}
  99. TB2Insert.VehicleName = 'cad_escaladetdm'
  100. TB2Insert.CarName = 'Cadillac Escalade 2012'
  101. TB2Insert.CarPrice = 10000
  102. TB2Insert.CarRefund = 5000
  103. TB2Insert.Description = 'A drivable Cadillac Escalade 2012 by TheDanishMaster'
  104. table.insert(D3DCarConfig.Car,TB2Insert)
  105.  
  106. local TB2Insert = {}
  107. TB2Insert.VehicleName = 'che_camarozl1tdm'
  108. TB2Insert.CarName = 'Chevrolet Camaro ZL1'
  109. TB2Insert.CarPrice = 10000
  110. TB2Insert.CarRefund = 5000
  111. TB2Insert.Description = 'A drivable Chevrolet Camaro ZL1 by TheDanishMaster'
  112. table.insert(D3DCarConfig.Car,TB2Insert)
  113.  
  114. local TB2Insert = {}
  115. TB2Insert.VehicleName = 'gt05tdm'
  116. TB2Insert.CarName = 'Ford GT 05'
  117. TB2Insert.CarPrice = 10000
  118. TB2Insert.CarRefund = 5000
  119. TB2Insert.Description = 'A drivable Ford GT 05 by TheDanishMaster'
  120. table.insert(D3DCarConfig.Car,TB2Insert)
  121.  
  122. local TB2Insert = {}
  123. TB2Insert.VehicleName = 'm1tdm'
  124. TB2Insert.CarName = 'BMW M1 1981'
  125. TB2Insert.CarPrice = 10000
  126. TB2Insert.CarRefund = 5000
  127. TB2Insert.Description = 'A drivable BMW M1 1981 by TheDanishMaster'
  128. table.insert(D3DCarConfig.Car,TB2Insert)
  129.  
  130. local TB2Insert = {}
  131. TB2Insert.VehicleName = 'clubmantdm'
  132. TB2Insert.CarName = 'Mini Cooper Clubman'
  133. TB2Insert.CarPrice = 10000
  134. TB2Insert.CarRefund = 5000
  135. TB2Insert.Description = 'A drivable Mini Cooper Clubman by TheDanishMaster'
  136. table.insert(D3DCarConfig.Car,TB2Insert)
  137.  
  138. local TB2Insert = {}
  139. TB2Insert.VehicleName = 'coopers11tdm'
  140. TB2Insert.CarName = 'Mini Cooper S 2011'
  141. TB2Insert.CarPrice = 10000
  142. TB2Insert.CarRefund = 5000
  143. TB2Insert.Description = 'A drivable Mini Cooper S 2011 by TheDanishMaster'
  144. table.insert(D3DCarConfig.Car,TB2Insert)
  145.  
  146. local TB2Insert = {}
  147. TB2Insert.VehicleName = 'dod_challenger15tdm'
  148. TB2Insert.CarName = 'Dodge Challenger 2015'
  149. TB2Insert.CarPrice = 10000
  150. TB2Insert.CarRefund = 5000
  151. TB2Insert.Description = 'A drivable Dodge Challenger 2015 by TheDanishMaster'
  152. table.insert(D3DCarConfig.Car,TB2Insert)
  153.  
  154. local TB2Insert = {}
  155. TB2Insert.VehicleName = 'bmwm613tdm'
  156. TB2Insert.CarName = 'BMW M6 2013'
  157. TB2Insert.CarPrice = 10000
  158. TB2Insert.CarRefund = 5000
  159. TB2Insert.Description = 'A drivable BMW M6 2013 by TheDanishMaster'
  160. table.insert(D3DCarConfig.Car,TB2Insert)
  161.  
  162. local TB2Insert = {}
  163. TB2Insert.VehicleName = 'landrovertdm'
  164. TB2Insert.CarName = 'Land Rover Range Rover 08'
  165. TB2Insert.CarPrice = 10000
  166. TB2Insert.CarRefund = 5000
  167. TB2Insert.Description = 'The Land Rover Range Rover 08, gmod-able by TDM'
  168. table.insert(D3DCarConfig.Car,TB2Insert)
  169.  
  170. local TB2Insert = {}
  171. TB2Insert.VehicleName = 'nis_leaftdm'
  172. TB2Insert.CarName = 'Nissan Leaf'
  173. TB2Insert.CarPrice = 10000
  174. TB2Insert.CarRefund = 5000
  175. TB2Insert.Description = 'A drivable Nissan Leaf by TheDanishMaster'
  176. table.insert(D3DCarConfig.Car,TB2Insert)
  177.  
  178. local TB2Insert = {}
  179. TB2Insert.VehicleName = 'murcielagotdm'
  180. TB2Insert.CarName = 'Lamborghini Murcielago'
  181. TB2Insert.CarPrice = 10000
  182. TB2Insert.CarRefund = 5000
  183. TB2Insert.Description = 'A drivable Lamborghini Murcielago by TheDanishMaster'
  184. table.insert(D3DCarConfig.Car,TB2Insert)
  185.  
  186. local TB2Insert = {}
  187. TB2Insert.VehicleName = 'mere63tdm'
  188. TB2Insert.CarName = 'Mercedes-Benz E63 AMG'
  189. TB2Insert.CarPrice = 10000
  190. TB2Insert.CarRefund = 5000
  191. TB2Insert.Description = 'A drivable Mercedes-Benz E63 AMG by TheDanishMaster'
  192. table.insert(D3DCarConfig.Car,TB2Insert)
  193.  
  194. local TB2Insert = {}
  195. TB2Insert.VehicleName = 'cad_lmptdm'
  196. TB2Insert.CarName = 'Cadillac LMP'
  197. TB2Insert.CarPrice = 10000
  198. TB2Insert.CarRefund = 5000
  199. TB2Insert.Description = 'A drivable Cadillac LMP by TheDanishMaster'
  200. table.insert(D3DCarConfig.Car,TB2Insert)
  201.  
  202. local TB2Insert = {}
  203. TB2Insert.VehicleName = 'p1tdm'
  204. TB2Insert.CarName = 'McLaren P1'
  205. TB2Insert.CarPrice = 10000
  206. TB2Insert.CarRefund = 5000
  207. TB2Insert.Description = 'A drivable McLaren P1 by TheDanishMaster'
  208. table.insert(D3DCarConfig.Car,TB2Insert)
  209.  
  210. local TB2Insert = {}
  211. TB2Insert.VehicleName = 'che_stingray427tdm'
  212. TB2Insert.CarName = 'Chevrolet Corvette Stingray 427'
  213. TB2Insert.CarPrice = 10000
  214. TB2Insert.CarRefund = 5000
  215. TB2Insert.Description = 'A drivable Chevrolet Corvette Stingray 427 by TheDanishMaster'
  216. table.insert(D3DCarConfig.Car,TB2Insert)
  217.  
  218. local TB2Insert = {}
  219. TB2Insert.VehicleName = 'focussvttdm'
  220. TB2Insert.CarName = 'Ford Focus SVT'
  221. TB2Insert.CarPrice = 10000
  222. TB2Insert.CarRefund = 5000
  223. TB2Insert.Description = 'A drivable Ford Focus SVT by TheDanishMaster'
  224. table.insert(D3DCarConfig.Car,TB2Insert)
  225.  
  226. local TB2Insert = {}
  227. TB2Insert.VehicleName = 'ceedtdm'
  228. TB2Insert.CarName = 'Kia Ceed'
  229. TB2Insert.CarPrice = 10000
  230. TB2Insert.CarRefund = 5000
  231. TB2Insert.Description = 'A drivable Kia Ceed by TheDanishMaster'
  232. table.insert(D3DCarConfig.Car,TB2Insert)
  233.  
  234. local TB2Insert = {}
  235. TB2Insert.VehicleName = 'jeewillystdm'
  236. TB2Insert.CarName = 'Jeep Willys'
  237. TB2Insert.CarPrice = 10000
  238. TB2Insert.CarRefund = 5000
  239. TB2Insert.Description = 'A drivable Jeep Willys by TheDanishMaster'
  240. table.insert(D3DCarConfig.Car,TB2Insert)
  241.  
  242. local TB2Insert = {}
  243. TB2Insert.VehicleName = 'civic97tdm'
  244. TB2Insert.CarName = 'Honda Civic Type R 97'
  245. TB2Insert.CarPrice = 10000
  246. TB2Insert.CarRefund = 5000
  247. TB2Insert.Description = 'A drivable Honda Civic Type R 1997 by TheDanishMaster'
  248. table.insert(D3DCarConfig.Car,TB2Insert)
  249.  
  250. local TB2Insert = {}
  251. TB2Insert.VehicleName = 'charger12poltdm'
  252. TB2Insert.CarName = 'Dodge Charger SRT8 2012 Police'
  253. TB2Insert.CarPrice = 10000
  254. TB2Insert.CarRefund = 5000
  255. TB2Insert.Description = 'A drivable Dodge Charger SRT8 2012 Police by TheDanishMaster'
  256. table.insert(D3DCarConfig.Car,TB2Insert)
  257.  
  258. local TB2Insert = {}
  259. TB2Insert.VehicleName = 'merml63tdm'
  260. TB2Insert.CarName = 'Mercedes-Benz ML63 AMG'
  261. TB2Insert.CarPrice = 10000
  262. TB2Insert.CarRefund = 5000
  263. TB2Insert.Description = 'A drivable Mercedes-Benz ML63 AMG by TheDanishMaster'
  264. table.insert(D3DCarConfig.Car,TB2Insert)
  265.  
  266. local TB2Insert = {}
  267. TB2Insert.VehicleName = 'mer_slrtdm'
  268. TB2Insert.CarName = 'Mercedes McLaren SLR'
  269. TB2Insert.CarPrice = 10000
  270. TB2Insert.CarRefund = 5000
  271. TB2Insert.Description = 'A drivable Mercedes McLaren SLR by TheDanishMaster'
  272. table.insert(D3DCarConfig.Car,TB2Insert)
  273.  
  274. local TB2Insert = {}
  275. TB2Insert.VehicleName = 'wrangler88tdm'
  276. TB2Insert.CarName = 'Jeep Wrangler 1988'
  277. TB2Insert.CarPrice = 10000
  278. TB2Insert.CarRefund = 5000
  279. TB2Insert.Description = 'A drivable Jeep Wrangler 1988 by TheDanishMaster'
  280. table.insert(D3DCarConfig.Car,TB2Insert)
  281.  
  282. local TB2Insert = {}
  283. TB2Insert.VehicleName = 'raptorsvttdm'
  284. TB2Insert.CarName = 'Ford Raptor SVT'
  285. TB2Insert.CarPrice = 10000
  286. TB2Insert.CarRefund = 5000
  287. TB2Insert.Description = 'A drivable Ford Raptor SVT by TheDanishMaster'
  288. table.insert(D3DCarConfig.Car,TB2Insert)
  289.  
  290. local TB2Insert = {}
  291. TB2Insert.VehicleName = 'ptcruisertdm'
  292. TB2Insert.CarName = 'Chrysler PT Cruiser'
  293. TB2Insert.CarPrice = 10000
  294. TB2Insert.CarRefund = 5000
  295. TB2Insert.Description = 'A drivable Chrysler PT Cruiser by TheDanishMaster'
  296. table.insert(D3DCarConfig.Car,TB2Insert)
  297.  
  298. local TB2Insert = {}
  299. TB2Insert.VehicleName = 'vw_golfr32tdm'
  300. TB2Insert.CarName = 'Volkswagen Golf R32'
  301. TB2Insert.CarPrice = 10000
  302. TB2Insert.CarRefund = 5000
  303. TB2Insert.Description = 'A drivable VW Golf R32 by TheDanishMaster'
  304. table.insert(D3DCarConfig.Car,TB2Insert)
  305.  
  306. local TB2Insert = {}
  307. TB2Insert.VehicleName = 'crownvic_taxitdm'
  308. TB2Insert.CarName = 'Ford Crown Victoria Taxi'
  309. TB2Insert.CarPrice = 10000
  310. TB2Insert.CarRefund = 5000
  311. TB2Insert.Description = 'A drivable Ford Crown Victoria Taxi by TheDanishMaster'
  312. table.insert(D3DCarConfig.Car,TB2Insert)
  313.  
  314. local TB2Insert = {}
  315. TB2Insert.VehicleName = 'fer_f50tdm'
  316. TB2Insert.CarName = 'Ferrari F50'
  317. TB2Insert.CarPrice = 10000
  318. TB2Insert.CarRefund = 5000
  319. TB2Insert.Description = 'A drivable Ferrari F50 by TheDanishMaster'
  320. table.insert(D3DCarConfig.Car,TB2Insert)
  321.  
  322. local TB2Insert = {}
  323. TB2Insert.VehicleName = 'sierralowtdm'
  324. TB2Insert.CarName = 'GMC Sierra'
  325. TB2Insert.CarPrice = 10000
  326. TB2Insert.CarRefund = 5000
  327. TB2Insert.Description = 'A drivable GMC Sierra by TheDanishMaster'
  328. table.insert(D3DCarConfig.Car,TB2Insert)
  329.  
  330. local TB2Insert = {}
  331. TB2Insert.VehicleName = 'wranglertdm'
  332. TB2Insert.CarName = 'Jeep Wrangler'
  333. TB2Insert.CarPrice = 10000
  334. TB2Insert.CarRefund = 5000
  335. TB2Insert.Description = 'A drivable Jeep Wrangler by TheDanishMaster'
  336. table.insert(D3DCarConfig.Car,TB2Insert)
  337.  
  338. local TB2Insert = {}
  339. TB2Insert.VehicleName = 'vwgolfgti14tdm'
  340. TB2Insert.CarName = 'Volkswagen Golf GTI 2014'
  341. TB2Insert.CarPrice = 10000
  342. TB2Insert.CarRefund = 5000
  343. TB2Insert.Description = 'The Volkswagen Golf GTI 2014, gmod-able by TDM'
  344. table.insert(D3DCarConfig.Car,TB2Insert)
  345.  
  346. local TB2Insert = {}
  347. TB2Insert.VehicleName = 'bmwm3gtrtdm'
  348. TB2Insert.CarName = 'BMW M3 GTR'
  349. TB2Insert.CarPrice = 10000
  350. TB2Insert.CarRefund = 5000
  351. TB2Insert.Description = 'A drivable BMW M3 GTR by TheDanishMaster'
  352. table.insert(D3DCarConfig.Car,TB2Insert)
  353.  
  354. local TB2Insert = {}
  355. TB2Insert.VehicleName = 'sl65amgtdm'
  356. TB2Insert.CarName = 'Mercedes-Benz SL65 AMG'
  357. TB2Insert.CarPrice = 10000
  358. TB2Insert.CarRefund = 5000
  359. TB2Insert.Description = 'A drivable Mercedes SL65 AMG by TheDanishMaster'
  360. table.insert(D3DCarConfig.Car,TB2Insert)
  361.  
  362. local TB2Insert = {}
  363. TB2Insert.VehicleName = 'vwsciroccortdm'
  364. TB2Insert.CarName = 'Volkswagen Scirocco R'
  365. TB2Insert.CarPrice = 10000
  366. TB2Insert.CarRefund = 5000
  367. TB2Insert.Description = 'A drivable Volkswagen Scirocco R by TheDanishMaster'
  368. table.insert(D3DCarConfig.Car,TB2Insert)
  369.  
  370. local TB2Insert = {}
  371. TB2Insert.VehicleName = 'gtrtdm'
  372. TB2Insert.CarName = 'Nissan GT-R Black Edition'
  373. TB2Insert.CarPrice = 10000
  374. TB2Insert.CarRefund = 5000
  375. TB2Insert.Description = 'A drivable Nissan GT-R Black Edition by TheDanishMaster'
  376. table.insert(D3DCarConfig.Car,TB2Insert)
  377.  
  378. local TB2Insert = {}
  379. TB2Insert.VehicleName = 'mustanggttdm'
  380. TB2Insert.CarName = 'Ford Mustang GT'
  381. TB2Insert.CarPrice = 10000
  382. TB2Insert.CarRefund = 5000
  383. TB2Insert.Description = 'A drivable Ford Mustang GT by TheDanishMaster'
  384. table.insert(D3DCarConfig.Car,TB2Insert)
  385.  
  386. local TB2Insert = {}
  387. TB2Insert.VehicleName = 'wrangler_fnftdm'
  388. TB2Insert.CarName = 'Jeep Wrangler F&F'
  389. TB2Insert.CarPrice = 10000
  390. TB2Insert.CarRefund = 5000
  391. TB2Insert.Description = 'A drivable Jeep Wrangler F&F by TheDanishMaster'
  392. table.insert(D3DCarConfig.Car,TB2Insert)
  393.  
  394. local TB2Insert = {}
  395. TB2Insert.VehicleName = 'scaniafiretdm'
  396. TB2Insert.CarName = 'Scania Firetruck'
  397. TB2Insert.CarPrice = 10000
  398. TB2Insert.CarRefund = 5000
  399. TB2Insert.Description = 'A drivable Scania Firetruck by TheDanishMaster'
  400. table.insert(D3DCarConfig.Car,TB2Insert)
  401.  
  402. local TB2Insert = {}
  403. TB2Insert.VehicleName = 'diablotdm'
  404. TB2Insert.CarName = 'Lamborghini Diablo'
  405. TB2Insert.CarPrice = 10000
  406. TB2Insert.CarRefund = 5000
  407. TB2Insert.Description = 'A drivable Lamborghini Diablo by TheDanishMaster'
  408. table.insert(D3DCarConfig.Car,TB2Insert)
  409.  
  410. local TB2Insert = {}
  411. TB2Insert.VehicleName = 'citroenc1tdm'
  412. TB2Insert.CarName = 'Citroen C1'
  413. TB2Insert.CarPrice = 10000
  414. TB2Insert.CarRefund = 5000
  415. TB2Insert.Description = 'A drivable Citroen C1 by TheDanishMaster'
  416. table.insert(D3DCarConfig.Car,TB2Insert)
  417.  
  418. local TB2Insert = {}
  419. TB2Insert.VehicleName = 'm3e92tdm'
  420. TB2Insert.CarName = 'BMW M3 E92'
  421. TB2Insert.CarPrice = 10000
  422. TB2Insert.CarRefund = 5000
  423. TB2Insert.Description = 'A drivable BMW M3 E92 by TheDanishMaster'
  424. table.insert(D3DCarConfig.Car,TB2Insert)
  425.  
  426. local TB2Insert = {}
  427. TB2Insert.VehicleName = 'mereclasspoltdm'
  428. TB2Insert.CarName = 'Mercedes E350 Police'
  429. TB2Insert.CarPrice = 10000
  430. TB2Insert.CarRefund = 5000
  431. TB2Insert.Description = 'A drivable Mercedes E350 Police by TheDanishMaster'
  432. table.insert(D3DCarConfig.Car,TB2Insert)
  433.  
  434. local TB2Insert = {}
  435. TB2Insert.VehicleName = 'c4tdm'
  436. TB2Insert.CarName = 'Citroen C4'
  437. TB2Insert.CarPrice = 10000
  438. TB2Insert.CarRefund = 5000
  439. TB2Insert.Description = 'A drivable Citroen C4 by TheDanishMaster'
  440. table.insert(D3DCarConfig.Car,TB2Insert)
  441.  
  442. local TB2Insert = {}
  443. TB2Insert.VehicleName = '350ztdm'
  444. TB2Insert.CarName = 'Nissan 350z'
  445. TB2Insert.CarPrice = 10000
  446. TB2Insert.CarRefund = 5000
  447. TB2Insert.Description = 'The Nissan 350z (Fairlady Z), gmod-able by TDM'
  448. table.insert(D3DCarConfig.Car,TB2Insert)
  449.  
  450. local TB2Insert = {}
  451. TB2Insert.VehicleName = 'focusrstdm'
  452. TB2Insert.CarName = 'Ford Focus RS'
  453. TB2Insert.CarPrice = 10000
  454. TB2Insert.CarRefund = 5000
  455. TB2Insert.Description = 'A drivable Ford Focus RS by TheDanishMaster'
  456. table.insert(D3DCarConfig.Car,TB2Insert)
  457.  
  458. local TB2Insert = {}
  459. TB2Insert.VehicleName = 'golfvr6tdm'
  460. TB2Insert.CarName = 'Volkswagen Golf VR6 GTi'
  461. TB2Insert.CarPrice = 10000
  462. TB2Insert.CarRefund = 5000
  463. TB2Insert.Description = 'A drivable VW Golf MK3 by TheDanishMaster'
  464. table.insert(D3DCarConfig.Car,TB2Insert)
  465.  
  466. local TB2Insert = {}
  467. TB2Insert.VehicleName = 'dod_ram_1500tdm'
  468. TB2Insert.CarName = 'Dodge RAM 1500'
  469. TB2Insert.CarPrice = 10000
  470. TB2Insert.CarRefund = 5000
  471. TB2Insert.Description = 'A drivable Dodge RAM 1500 by TheDanishMaster'
  472. table.insert(D3DCarConfig.Car,TB2Insert)
  473.  
  474. local TB2Insert = {}
  475. TB2Insert.VehicleName = 'r34tdm'
  476. TB2Insert.CarName = 'Nissan Skyline R34'
  477. TB2Insert.CarPrice = 10000
  478. TB2Insert.CarRefund = 5000
  479. TB2Insert.Description = 'A drivable Nissan Skyline R34 by TheDanishMaster'
  480. table.insert(D3DCarConfig.Car,TB2Insert)
  481.  
  482. local TB2Insert = {}
  483. TB2Insert.VehicleName = 'ferf430tdm'
  484. TB2Insert.CarName = 'Ferrari F430'
  485. TB2Insert.CarPrice = 10000
  486. TB2Insert.CarRefund = 5000
  487. TB2Insert.Description = 'A drivable Ferrari F430 by TheDanishMaster'
  488. table.insert(D3DCarConfig.Car,TB2Insert)
  489.  
  490. local TB2Insert = {}
  491. TB2Insert.VehicleName = 'lrdefendertdm'
  492. TB2Insert.CarName = 'Land Rover Defender'
  493. TB2Insert.CarPrice = 10000
  494. TB2Insert.CarRefund = 5000
  495. TB2Insert.Description = 'The Land Rover Defender, gmod-able by TDM'
  496. table.insert(D3DCarConfig.Car,TB2Insert)
  497.  
  498. local TB2Insert = {}
  499. TB2Insert.VehicleName = 'chr300c12tdm'
  500. TB2Insert.CarName = 'Chrysler 300C SRT-8 2012'
  501. TB2Insert.CarPrice = 10000
  502. TB2Insert.CarRefund = 5000
  503. TB2Insert.Description = 'A drivable Chrysler 300C SRT-8 2012 by TheDanishMaster'
  504. table.insert(D3DCarConfig.Car,TB2Insert)
  505.  
  506. local TB2Insert = {}
  507. TB2Insert.VehicleName = 'fortekouptdm'
  508. TB2Insert.CarName = 'Kia Forte Koup'
  509. TB2Insert.CarPrice = 10000
  510. TB2Insert.CarRefund = 5000
  511. TB2Insert.Description = 'A drivable Kia Forte Koup by TheDanishMaster'
  512. table.insert(D3DCarConfig.Car,TB2Insert)
  513.  
  514. local TB2Insert = {}
  515. TB2Insert.VehicleName = 'c32amgtdm'
  516. TB2Insert.CarName = 'Mercedes-Benz C32 AMG'
  517. TB2Insert.CarPrice = 10000
  518. TB2Insert.CarRefund = 5000
  519. TB2Insert.Description = 'A drivable Mercedes C32 AMG by TheDanishMaster'
  520. table.insert(D3DCarConfig.Car,TB2Insert)
  521.  
  522. local TB2Insert = {}
  523. TB2Insert.VehicleName = 'rx7tdm'
  524. TB2Insert.CarName = 'Mazda RX-7'
  525. TB2Insert.CarPrice = 10000
  526. TB2Insert.CarRefund = 5000
  527. TB2Insert.Description = 'A drivable Mazda RX-7 by TheDanishMaster'
  528. table.insert(D3DCarConfig.Car,TB2Insert)
  529.  
  530. local TB2Insert = {}
  531. TB2Insert.VehicleName = 'vwcampertdm'
  532. TB2Insert.CarName = 'Volkswagen Camper 1965'
  533. TB2Insert.CarPrice = 10000
  534. TB2Insert.CarRefund = 5000
  535. TB2Insert.Description = 'The Volkswagen Camper 1965, gmod-able by TDM'
  536. table.insert(D3DCarConfig.Car,TB2Insert)
  537.  
  538. local TB2Insert = {}
  539. TB2Insert.VehicleName = 'h1tdm'
  540. TB2Insert.CarName = 'Hummer H1'
  541. TB2Insert.CarPrice = 10000
  542. TB2Insert.CarRefund = 5000
  543. TB2Insert.Description = 'A drivable Hummer H1 by TheDanishMaster'
  544. table.insert(D3DCarConfig.Car,TB2Insert)
  545.  
  546. local TB2Insert = {}
  547. TB2Insert.VehicleName = '507tdm'
  548. TB2Insert.CarName = 'BMW 507'
  549. TB2Insert.CarPrice = 10000
  550. TB2Insert.CarRefund = 5000
  551. TB2Insert.Description = 'A drivable BMW 507 by TheDanishMaster'
  552. table.insert(D3DCarConfig.Car,TB2Insert)
  553.  
  554. local TB2Insert = {}
  555. TB2Insert.VehicleName = 'dodgeramtdm'
  556. TB2Insert.CarName = 'Dodge RAM SRT10'
  557. TB2Insert.CarPrice = 10000
  558. TB2Insert.CarRefund = 5000
  559. TB2Insert.Description = 'A drivable Dodge RAM SRT10 by TheDanishMaster'
  560. table.insert(D3DCarConfig.Car,TB2Insert)
  561.  
  562. local TB2Insert = {}
  563. TB2Insert.VehicleName = 'mp412cgt3tdm'
  564. TB2Insert.CarName = 'McLaren GT MP4-12C GT3'
  565. TB2Insert.CarPrice = 10000
  566. TB2Insert.CarRefund = 5000
  567. TB2Insert.Description = 'A drivable McLaren GT MP4-12C GT3 by TheDanishMaster'
  568. table.insert(D3DCarConfig.Car,TB2Insert)
  569.  
  570. local TB2Insert = {}
  571. TB2Insert.VehicleName = 'hudhornettdm'
  572. TB2Insert.CarName = 'Hudson Hornet'
  573. TB2Insert.CarPrice = 10000
  574. TB2Insert.CarRefund = 5000
  575. TB2Insert.Description = 'A drivable Hudson Hornet by TheDanishMaster'
  576. table.insert(D3DCarConfig.Car,TB2Insert)
  577.  
  578. local TB2Insert = {}
  579. TB2Insert.VehicleName = 'vwbeetleconvtdm'
  580. TB2Insert.CarName = 'Volkswagen New Beetle Convertible'
  581. TB2Insert.CarPrice = 10000
  582. TB2Insert.CarRefund = 5000
  583. TB2Insert.Description = 'The Volkswagen New Beetle Convertible, gmod-able by TDM'
  584. table.insert(D3DCarConfig.Car,TB2Insert)
  585.  
  586. local TB2Insert = {}
  587. TB2Insert.VehicleName = 'c5500tdm'
  588. TB2Insert.CarName = 'GMC C5500'
  589. TB2Insert.CarPrice = 10000
  590. TB2Insert.CarRefund = 5000
  591. TB2Insert.Description = 'A drivable GMC C5500 by TheDanishMaster'
  592. table.insert(D3DCarConfig.Car,TB2Insert)
  593.  
  594. local TB2Insert = {}
  595. TB2Insert.VehicleName = 'gallardotdm'
  596. TB2Insert.CarName = 'Lamborghini Gallardo'
  597. TB2Insert.CarPrice = 10000
  598. TB2Insert.CarRefund = 5000
  599. TB2Insert.Description = 'A drivable Lamborghini Gallardo by TheDanishMaster'
  600. table.insert(D3DCarConfig.Car,TB2Insert)
  601.  
  602. local TB2Insert = {}
  603. TB2Insert.VehicleName = 'mer300slgulltdm'
  604. TB2Insert.CarName = 'Mercedes-Benz 300SL Gullwing Coupe'
  605. TB2Insert.CarPrice = 10000
  606. TB2Insert.CarRefund = 5000
  607. TB2Insert.Description = 'A drivable Mercedes-Benz 300SL Gullwing Coupe by TheDanishMaster'
  608. table.insert(D3DCarConfig.Car,TB2Insert)
  609.  
  610. local TB2Insert = {}
  611. TB2Insert.VehicleName = 'che_sparktdm'
  612. TB2Insert.CarName = 'Chevrolet Spark'
  613. TB2Insert.CarPrice = 10000
  614. TB2Insert.CarRefund = 5000
  615. TB2Insert.Description = 'A drivable Chevrolet Spark by TheDanishMaster'
  616. table.insert(D3DCarConfig.Car,TB2Insert)
  617.  
  618. local TB2Insert = {}
  619. TB2Insert.VehicleName = 'jag_ftypetdm'
  620. TB2Insert.CarName = 'Jaguar F-Type'
  621. TB2Insert.CarPrice = 10000
  622. TB2Insert.CarRefund = 5000
  623. TB2Insert.Description = 'A drivable Jaguar by TheDanishMaster'
  624. table.insert(D3DCarConfig.Car,TB2Insert)
  625.  
  626. local TB2Insert = {}
  627. TB2Insert.VehicleName = 'transittdm'
  628. TB2Insert.CarName = 'Ford Transit'
  629. TB2Insert.CarPrice = 10000
  630. TB2Insert.CarRefund = 5000
  631. TB2Insert.Description = 'A drivable Ford Transit by TheDanishMaster'
  632. table.insert(D3DCarConfig.Car,TB2Insert)
  633.  
  634. local TB2Insert = {}
  635. TB2Insert.VehicleName = 'jag_etypetdm'
  636. TB2Insert.CarName = 'Jaguar E-Type'
  637. TB2Insert.CarPrice = 10000
  638. TB2Insert.CarRefund = 5000
  639. TB2Insert.Description = 'A drivable Jaguar by TheDanishMaster'
  640. table.insert(D3DCarConfig.Car,TB2Insert)
  641.  
  642. local TB2Insert = {}
  643. TB2Insert.VehicleName = 'hsvw427tdm'
  644. TB2Insert.CarName = 'Holden HSV W427'
  645. TB2Insert.CarPrice = 10000
  646. TB2Insert.CarRefund = 5000
  647. TB2Insert.Description = 'A drivable Holden HSV W427 by TheDanishMaster'
  648. table.insert(D3DCarConfig.Car,TB2Insert)
  649.  
  650. local TB2Insert = {}
  651. TB2Insert.VehicleName = 'rx8tdm'
  652. TB2Insert.CarName = 'Mazda RX-8'
  653. TB2Insert.CarPrice = 10000
  654. TB2Insert.CarRefund = 5000
  655. TB2Insert.Description = 'A drivable Mazda RX-8 by TheDanishMaster'
  656. table.insert(D3DCarConfig.Car,TB2Insert)
  657.  
  658. local TB2Insert = {}
  659. TB2Insert.VehicleName = 'chargersrt8tdm'
  660. TB2Insert.CarName = 'Dodge Charger SRT-8'
  661. TB2Insert.CarPrice = 10000
  662. TB2Insert.CarRefund = 5000
  663. TB2Insert.Description = 'A drivable Dodge Charger SRT-8 by TheDanishMaster'
  664. table.insert(D3DCarConfig.Car,TB2Insert)
  665.  
  666. local TB2Insert = {}
  667. TB2Insert.VehicleName = 'beetle68tdm'
  668. TB2Insert.CarName = 'Volkswagen Beetle 1968'
  669. TB2Insert.CarPrice = 10000
  670. TB2Insert.CarRefund = 5000
  671. TB2Insert.Description = 'A drivable Volkswagen Beetle 1968 by TheDanishMaster'
  672. table.insert(D3DCarConfig.Car,TB2Insert)
  673.  
  674. local TB2Insert = {}
  675. TB2Insert.VehicleName = 'furaitdm'
  676. TB2Insert.CarName = 'Mazda Furai'
  677. TB2Insert.CarPrice = 10000
  678. TB2Insert.CarRefund = 5000
  679. TB2Insert.Description = 'A drivable Mazda Furai by TheDanishMaster'
  680. table.insert(D3DCarConfig.Car,TB2Insert)
  681.  
  682. local TB2Insert = {}
  683. TB2Insert.VehicleName = 'lex_isftdm'
  684. TB2Insert.CarName = 'Lexus IS F'
  685. TB2Insert.CarPrice = 10000
  686. TB2Insert.CarRefund = 5000
  687. TB2Insert.Description = 'A drivable Lexus IS F by TheDanishMaster'
  688. table.insert(D3DCarConfig.Car,TB2Insert)
  689.  
  690. local TB2Insert = {}
  691. TB2Insert.VehicleName = 'gallardospydtdm'
  692. TB2Insert.CarName = 'Lamborghini Gallardo LP570-4 Spyder Performante'
  693. TB2Insert.CarPrice = 10000
  694. TB2Insert.CarRefund = 5000
  695. TB2Insert.Description = 'A drivable Lamborghini Gallardo LP570-4 Spyder Performante by TheDanishMaster'
  696. table.insert(D3DCarConfig.Car,TB2Insert)
  697.  
  698. local TB2Insert = {}
  699. TB2Insert.VehicleName = 'mitsuevoxpoltdm'
  700. TB2Insert.CarName = 'Mitsubishi Evo X Police'
  701. TB2Insert.CarPrice = 10000
  702. TB2Insert.CarRefund = 5000
  703. TB2Insert.Description = 'A drivable Mitsubishi Evo X Police by TheDanishMaster'
  704. table.insert(D3DCarConfig.Car,TB2Insert)
  705.  
  706. local TB2Insert = {}
  707. TB2Insert.VehicleName = '370ztdm'
  708. TB2Insert.CarName = 'Nissan 370z'
  709. TB2Insert.CarPrice = 10000
  710. TB2Insert.CarRefund = 5000
  711. TB2Insert.Description = 'The Nissan 370z, gmod-able by TDM'
  712. table.insert(D3DCarConfig.Car,TB2Insert)
  713.  
  714. local TB2Insert = {}
  715. TB2Insert.VehicleName = 'fortauruspoltdm'
  716. TB2Insert.CarName = 'Ford Taurus 2013'
  717. TB2Insert.CarPrice = 10000
  718. TB2Insert.CarRefund = 5000
  719. TB2Insert.Description = 'A drivable Ford Taurus 2013 by TheDanishMaster'
  720. table.insert(D3DCarConfig.Car,TB2Insert)
  721.  
  722. local TB2Insert = {}
  723. TB2Insert.VehicleName = 'dod_ram_3500tdm'
  724. TB2Insert.CarName = 'Dodge RAM 3500'
  725. TB2Insert.CarPrice = 10000
  726. TB2Insert.CarRefund = 5000
  727. TB2Insert.Description = 'A drivable Dodge RAM 3500 by TheDanishMaster'
  728. table.insert(D3DCarConfig.Car,TB2Insert)
  729.  
  730. local TB2Insert = {}
  731. TB2Insert.VehicleName = 'landrover12tdm'
  732. TB2Insert.CarName = 'Land Rover Range Rover Supercharged 2012'
  733. TB2Insert.CarPrice = 10000
  734. TB2Insert.CarRefund = 5000
  735. TB2Insert.Description = 'The Land Rover Range Rover Supercharged 2012, gmod-able by TDM'
  736. table.insert(D3DCarConfig.Car,TB2Insert)
  737.  
  738. local TB2Insert = {}
  739. TB2Insert.VehicleName = 'sierratdm'
  740. TB2Insert.CarName = 'GMC Sierra Monster'
  741. TB2Insert.CarPrice = 10000
  742. TB2Insert.CarRefund = 5000
  743. TB2Insert.Description = 'A drivable GMC Sierra by TheDanishMaster'
  744. table.insert(D3DCarConfig.Car,TB2Insert)
  745.  
  746. local TB2Insert = {}
  747. TB2Insert.VehicleName = 'vipvipertdm'
  748. TB2Insert.CarName = 'SRT Viper GTS'
  749. TB2Insert.CarPrice = 10000
  750. TB2Insert.CarRefund = 5000
  751. TB2Insert.Description = 'A drivable SRT Viper GTS by TheDanishMaster'
  752. table.insert(D3DCarConfig.Car,TB2Insert)
  753.  
  754. local TB2Insert = {}
  755. TB2Insert.VehicleName = 'murcielagosvtdm'
  756. TB2Insert.CarName = 'Lamborghini Murcielago LP 670-4 SV'
  757. TB2Insert.CarPrice = 10000
  758. TB2Insert.CarRefund = 5000
  759. TB2Insert.Description = 'A drivable Lamborghini Murcielago LP 670-4 SV by TheDanishMaster'
  760. table.insert(D3DCarConfig.Car,TB2Insert)
  761.  
  762. local TB2Insert = {}
  763. TB2Insert.VehicleName = 'fer_enzotdm'
  764. TB2Insert.CarName = 'Ferrari Enzo'
  765. TB2Insert.CarPrice = 10000
  766. TB2Insert.CarRefund = 5000
  767. TB2Insert.Description = 'A drivable Ferrari Enzo by TheDanishMaster'
  768. table.insert(D3DCarConfig.Car,TB2Insert)
  769.  
  770. local TB2Insert = {}
  771. TB2Insert.VehicleName = 'fer_512trtdm'
  772. TB2Insert.CarName = 'Ferrari 512 TR'
  773. TB2Insert.CarPrice = 10000
  774. TB2Insert.CarRefund = 5000
  775. TB2Insert.Description = 'A drivable Ferrari 512 TR by TheDanishMaster'
  776. table.insert(D3DCarConfig.Car,TB2Insert)
  777.  
  778. local TB2Insert = {}
  779. TB2Insert.VehicleName = 'coopercoupetdm'
  780. TB2Insert.CarName = 'Mini Cooper Coupe'
  781. TB2Insert.CarPrice = 10000
  782. TB2Insert.CarRefund = 5000
  783. TB2Insert.Description = 'A drivable Mini Cooper Coupe by TheDanishMaster'
  784. table.insert(D3DCarConfig.Car,TB2Insert)
  785.  
  786. local TB2Insert = {}
  787. TB2Insert.VehicleName = 'm5e34tdm'
  788. TB2Insert.CarName = 'BMW M5 E34'
  789. TB2Insert.CarPrice = 10000
  790. TB2Insert.CarRefund = 5000
  791. TB2Insert.Description = 'A drivable BMW M5 E34 by TheDanishMaster'
  792. table.insert(D3DCarConfig.Car,TB2Insert)
  793.  
  794. local TB2Insert = {}
  795. TB2Insert.VehicleName = 'veyronsstdm'
  796. TB2Insert.CarName = 'Bugatti Veyron SS'
  797. TB2Insert.CarPrice = 10000
  798. TB2Insert.CarRefund = 5000
  799. TB2Insert.Description = 'A drivable Bugatti Veyron SS by TheDanishMaster'
  800. table.insert(D3DCarConfig.Car,TB2Insert)
  801.  
  802. local TB2Insert = {}
  803. TB2Insert.VehicleName = 'miurap400tdm'
  804. TB2Insert.CarName = 'Lamborghini Miura P400'
  805. TB2Insert.CarPrice = 10000
  806. TB2Insert.CarRefund = 5000
  807. TB2Insert.Description = 'A drivable Lamborghini Miura P400 by TheDanishMaster'
  808. table.insert(D3DCarConfig.Car,TB2Insert)
  809.  
  810. local TB2Insert = {}
  811. TB2Insert.VehicleName = 'charger2012tdm'
  812. TB2Insert.CarName = 'Dodge Charger SRT8 2012'
  813. TB2Insert.CarPrice = 10000
  814. TB2Insert.CarRefund = 5000
  815. TB2Insert.Description = 'A drivable Dodge Charger SRT8 2012 by TheDanishMaster'
  816. table.insert(D3DCarConfig.Car,TB2Insert)
  817.  
  818. local TB2Insert = {}
  819. TB2Insert.VehicleName = 'civictypertdm'
  820. TB2Insert.CarName = 'Honda Civic Type R'
  821. TB2Insert.CarPrice = 10000
  822. TB2Insert.CarRefund = 5000
  823. TB2Insert.Description = 'A drivable Honda Civic Type R by TheDanishMaster'
  824. table.insert(D3DCarConfig.Car,TB2Insert)
  825.  
  826. local TB2Insert = {}
  827. TB2Insert.VehicleName = 'reventonrtdm'
  828. TB2Insert.CarName = 'Lamborghini Reventon Roadster'
  829. TB2Insert.CarPrice = 10000
  830. TB2Insert.CarRefund = 5000
  831. TB2Insert.Description = 'A drivable Lamborghini Reventon Roadster by TheDanishMaster'
  832. table.insert(D3DCarConfig.Car,TB2Insert)
  833.  
  834. local TB2Insert = {}
  835. TB2Insert.VehicleName = 'grandchetdm'
  836. TB2Insert.CarName = 'Jeep Grand Cherokee 2012'
  837. TB2Insert.CarPrice = 10000
  838. TB2Insert.CarRefund = 5000
  839. TB2Insert.Description = 'A drivable Jeep Grand Cherokee 2012 by TheDanishMaster'
  840. table.insert(D3DCarConfig.Car,TB2Insert)
  841.  
  842. local TB2Insert = {}
  843. TB2Insert.VehicleName = 'gmcvantdm'
  844. TB2Insert.CarName = 'GMC Vandura'
  845. TB2Insert.CarPrice = 10000
  846. TB2Insert.CarRefund = 5000
  847. TB2Insert.Description = 'A drivable GMC Vandura by TheDanishMaster'
  848. table.insert(D3DCarConfig.Car,TB2Insert)
  849.  
  850. local TB2Insert = {}
  851. TB2Insert.VehicleName = 'miuracontdm'
  852. TB2Insert.CarName = 'Lamborghini Miura Concept'
  853. TB2Insert.CarPrice = 10000
  854. TB2Insert.CarRefund = 5000
  855. TB2Insert.Description = 'A drivable Lamborghini Miura Concept by TheDanishMaster'
  856. table.insert(D3DCarConfig.Car,TB2Insert)
  857.  
  858. local TB2Insert = {}
  859. TB2Insert.VehicleName = 'h1opentdm'
  860. TB2Insert.CarName = 'Hummer H1 Open top'
  861. TB2Insert.CarPrice = 10000
  862. TB2Insert.CarRefund = 5000
  863. TB2Insert.Description = 'A drivable Hummer H1 Open top by TheDanishMaster'
  864. table.insert(D3DCarConfig.Car,TB2Insert)
  865.  
  866. local TB2Insert = {}
  867. TB2Insert.VehicleName = 'golfmk2tdm'
  868. TB2Insert.CarName = 'Volkswagen Golf MKII'
  869. TB2Insert.CarPrice = 10000
  870. TB2Insert.CarRefund = 5000
  871. TB2Insert.Description = 'The good old VW Golf MKII, gmod-able by TDM'
  872. table.insert(D3DCarConfig.Car,TB2Insert)
  873.  
  874. local TB2Insert = {}
  875. TB2Insert.VehicleName = 'airtugtdm'
  876. TB2Insert.CarName = 'SUPER SECRET'
  877. TB2Insert.CarPrice = 10000
  878. TB2Insert.CarRefund = 5000
  879. TB2Insert.Description = 'A drivable Police car by TheDanishMaster'
  880. table.insert(D3DCarConfig.Car,TB2Insert)
  881.  
  882. local TB2Insert = {}
  883. TB2Insert.VehicleName = 'che_impala96tdm'
  884. TB2Insert.CarName = 'Chevrolet Impala SS 96'
  885. TB2Insert.CarPrice = 10000
  886. TB2Insert.CarRefund = 5000
  887. TB2Insert.Description = 'A drivable Chevrolet Impala SS 96 by TheDanishMaster'
  888. table.insert(D3DCarConfig.Car,TB2Insert)
  889.  
  890. local TB2Insert = {}
  891. TB2Insert.VehicleName = 'hon_crxsirtdm'
  892. TB2Insert.CarName = 'Honda CR-X SiR'
  893. TB2Insert.CarPrice = 10000
  894. TB2Insert.CarRefund = 5000
  895. TB2Insert.Description = 'A drivable Honda CR-X SiR by TheDanishMaster'
  896. table.insert(D3DCarConfig.Car,TB2Insert)
  897.  
  898. local TB2Insert = {}
  899. TB2Insert.VehicleName = 'che_corv_gsctdm'
  900. TB2Insert.CarName = 'Chevrolet Corvette GSC'
  901. TB2Insert.CarPrice = 10000
  902. TB2Insert.CarRefund = 5000
  903. TB2Insert.Description = 'A drivable Chevrolet Corvette GSC by TheDanishMaster'
  904. table.insert(D3DCarConfig.Car,TB2Insert)
  905.  
  906. local TB2Insert = {}
  907. TB2Insert.VehicleName = 'che_69camarotdm'
  908. TB2Insert.CarName = 'Chevrolet Camaro SS 69'
  909. TB2Insert.CarPrice = 10000
  910. TB2Insert.CarRefund = 5000
  911. TB2Insert.Description = 'A drivable Chevrolet Camaro SS 69 by TheDanishMaster'
  912. table.insert(D3DCarConfig.Car,TB2Insert)
  913.  
  914. local TB2Insert = {}
  915. TB2Insert.VehicleName = 'nissilvs15tdm'
  916. TB2Insert.CarName = 'Nissan Silvia S15'
  917. TB2Insert.CarPrice = 10000
  918. TB2Insert.CarRefund = 5000
  919. TB2Insert.Description = 'A drivable Nissan Silvia S15 by TheDanishMaster'
  920. table.insert(D3DCarConfig.Car,TB2Insert)
  921.  
  922. local TB2Insert = {}
  923. TB2Insert.VehicleName = 'fer_458spidtdm'
  924. TB2Insert.CarName = 'Ferrari 458 Spider'
  925. TB2Insert.CarPrice = 10000
  926. TB2Insert.CarRefund = 5000
  927. TB2Insert.Description = 'A drivable Ferrari 458 Spider by TheDanishMaster'
  928. table.insert(D3DCarConfig.Car,TB2Insert)
  929.  
  930. local TB2Insert = {}
  931. TB2Insert.VehicleName = 'veyrontdm'
  932. TB2Insert.CarName = 'Bugatti Veyron'
  933. TB2Insert.CarPrice = 10000
  934. TB2Insert.CarRefund = 5000
  935. TB2Insert.Description = 'A drivable Bugatti Veyron by TheDanishMaster'
  936. table.insert(D3DCarConfig.Car,TB2Insert)
  937.  
  938. local TB2Insert = {}
  939. TB2Insert.VehicleName = 'fer_lafertdm'
  940. TB2Insert.CarName = 'Ferrari LaFerrari'
  941. TB2Insert.CarPrice = 10000
  942. TB2Insert.CarRefund = 5000
  943. TB2Insert.Description = 'A drivable Ferrari LaFerrari by TheDanishMaster'
  944. table.insert(D3DCarConfig.Car,TB2Insert)
  945.  
  946. local TB2Insert = {}
  947. TB2Insert.VehicleName = 'fer_250gtotdm'
  948. TB2Insert.CarName = 'Ferrari 250 GTO'
  949. TB2Insert.CarPrice = 10000
  950. TB2Insert.CarRefund = 5000
  951. TB2Insert.Description = 'A drivable Ferrari 250 GTO by TheDanishMaster'
  952. table.insert(D3DCarConfig.Car,TB2Insert)
  953.  
  954. local TB2Insert = {}
  955. TB2Insert.VehicleName = 'fer_250gttdm'
  956. TB2Insert.CarName = 'Ferrari 250GT'
  957. TB2Insert.CarPrice = 10000
  958. TB2Insert.CarRefund = 5000
  959. TB2Insert.Description = 'A drivable Ferrari 250GT by TheDanishMaster'
  960. table.insert(D3DCarConfig.Car,TB2Insert)
  961.  
  962. local TB2Insert = {}
  963. TB2Insert.VehicleName = 'mer300seltdm'
  964. TB2Insert.CarName = 'Mercedes-Benz 300 SEL'
  965. TB2Insert.CarPrice = 10000
  966. TB2Insert.CarRefund = 5000
  967. TB2Insert.Description = 'A drivable Mercedes-Benz 300 SEL by TheDanishMaster'
  968. table.insert(D3DCarConfig.Car,TB2Insert)
  969.  
  970. local TB2Insert = {}
  971. TB2Insert.VehicleName = 'hsvgtstdm'
  972. TB2Insert.CarName = 'Holden HSV GTS'
  973. TB2Insert.CarPrice = 10000
  974. TB2Insert.CarRefund = 5000
  975. TB2Insert.Description = 'A drivable Holden HSV GTS by TheDanishMaster'
  976. table.insert(D3DCarConfig.Car,TB2Insert)
  977.  
  978. local TB2Insert = {}
  979. TB2Insert.VehicleName = 'mclarenf1tdm'
  980. TB2Insert.CarName = 'McLaren F1'
  981. TB2Insert.CarPrice = 10000
  982. TB2Insert.CarRefund = 5000
  983. TB2Insert.Description = 'A drivable McLaren F1 by TheDanishMaster'
  984. table.insert(D3DCarConfig.Car,TB2Insert)
  985.  
  986. local TB2Insert = {}
  987. TB2Insert.VehicleName = 'ferf12tdm'
  988. TB2Insert.CarName = 'Ferrari F12 Berlinetta'
  989. TB2Insert.CarPrice = 10000
  990. TB2Insert.CarRefund = 5000
  991. TB2Insert.Description = 'A drivable Ferrari F12 Berlinetta by TheDanishMaster'
  992. table.insert(D3DCarConfig.Car,TB2Insert)
  993.  
  994. local TB2Insert = {}
  995. TB2Insert.VehicleName = 'mas_quattrotdm'
  996. TB2Insert.CarName = 'Maserati Quattroporte Sport GT S'
  997. TB2Insert.CarPrice = 10000
  998. TB2Insert.CarRefund = 5000
  999. TB2Insert.Description = 'A drivable Maserati Quattroporte Sport GT S by TheDanishMaster'
  1000. table.insert(D3DCarConfig.Car,TB2Insert)
  1001.  
  1002. local TB2Insert = {}
  1003. TB2Insert.VehicleName = 'che_chevellesstdm'
  1004. TB2Insert.CarName = 'Chevrolet Chevelle SS'
  1005. TB2Insert.CarPrice = 10000
  1006. TB2Insert.CarRefund = 5000
  1007. TB2Insert.Description = 'A drivable Chevrolet Chevelle SS by TheDanishMaster'
  1008. table.insert(D3DCarConfig.Car,TB2Insert)
  1009.  
  1010. local TB2Insert = {}
  1011. TB2Insert.VehicleName = 'eb110tdm'
  1012. TB2Insert.CarName = 'Bugatti EB110'
  1013. TB2Insert.CarPrice = 10000
  1014. TB2Insert.CarRefund = 5000
  1015. TB2Insert.Description = 'A drivable Bugatti EB110 by TheDanishMaster'
  1016. table.insert(D3DCarConfig.Car,TB2Insert)
  1017.  
  1018. local TB2Insert = {}
  1019. TB2Insert.VehicleName = 'che_c10tdm'
  1020. TB2Insert.CarName = 'Chevrolet C10'
  1021. TB2Insert.CarPrice = 10000
  1022. TB2Insert.CarRefund = 5000
  1023. TB2Insert.Description = 'A drivable Chevrolet C10 by TheDanishMaster'
  1024. table.insert(D3DCarConfig.Car,TB2Insert)
  1025.  
  1026. local TB2Insert = {}
  1027. TB2Insert.VehicleName = 'mas_ghiblitdm'
  1028. TB2Insert.CarName = 'Maserati Ghibli S'
  1029. TB2Insert.CarPrice = 10000
  1030. TB2Insert.CarRefund = 5000
  1031. TB2Insert.Description = 'A drivable Maserati Ghibli S by TheDanishMaster'
  1032. table.insert(D3DCarConfig.Car,TB2Insert)
  1033.  
  1034. local TB2Insert = {}
  1035. TB2Insert.VehicleName = 'cooper65tdm'
  1036. TB2Insert.CarName = 'Mini Cooper 1965'
  1037. TB2Insert.CarPrice = 10000
  1038. TB2Insert.CarRefund = 5000
  1039. TB2Insert.Description = 'A drivable Mini Cooper 1965 by TheDanishMaster'
  1040. table.insert(D3DCarConfig.Car,TB2Insert)
  1041.  
  1042. local TB2Insert = {}
  1043. TB2Insert.VehicleName = 'f100tdm'
  1044. TB2Insert.CarName = 'Ford F100'
  1045. TB2Insert.CarPrice = 10000
  1046. TB2Insert.CarRefund = 5000
  1047. TB2Insert.Description = 'A drivable Ford F100 by TheDanishMaster'
  1048. table.insert(D3DCarConfig.Car,TB2Insert)
  1049.  
  1050. local TB2Insert = {}
  1051. TB2Insert.VehicleName = 'syclonetdm'
  1052. TB2Insert.CarName = 'GMC Syclone'
  1053. TB2Insert.CarPrice = 10000
  1054. TB2Insert.CarRefund = 5000
  1055. TB2Insert.Description = 'A drivable GMC Syclone by TheDanishMaster'
  1056. table.insert(D3DCarConfig.Car,TB2Insert)
  1057.  
  1058. local TB2Insert = {}
  1059. TB2Insert.VehicleName = 's2000tdm'
  1060. TB2Insert.CarName = 'Honda S2000'
  1061. TB2Insert.CarPrice = 10000
  1062. TB2Insert.CarRefund = 5000
  1063. TB2Insert.Description = 'A drivable Honda S2000 by TheDanishMaster'
  1064. table.insert(D3DCarConfig.Car,TB2Insert)
  1065.  
  1066. local TB2Insert = {}
  1067. TB2Insert.VehicleName = 'slsamgtdm'
  1068. TB2Insert.CarName = 'Mercedes-Benz SLS AMG'
  1069. TB2Insert.CarPrice = 10000
  1070. TB2Insert.CarRefund = 5000
  1071. TB2Insert.Description = 'A drivable Mercedes SLS AMG by TheDanishMaster'
  1072. table.insert(D3DCarConfig.Car,TB2Insert)
  1073.  
  1074. local TB2Insert = {}
  1075. TB2Insert.VehicleName = 'bmwm5e60tdm'
  1076. TB2Insert.CarName = 'BMW M5 E60'
  1077. TB2Insert.CarPrice = 10000
  1078. TB2Insert.CarRefund = 5000
  1079. TB2Insert.Description = 'A drivable BMW M5 E60 by TheDanishMaster'
  1080. table.insert(D3DCarConfig.Car,TB2Insert)
  1081.  
  1082. local TB2Insert = {}
  1083. TB2Insert.VehicleName = 'mx5tdm'
  1084. TB2Insert.CarName = 'Mazda MX-5 2007'
  1085. TB2Insert.CarPrice = 10000
  1086. TB2Insert.CarRefund = 5000
  1087. TB2Insert.Description = 'A drivable Mazda MX-5 2007 by TheDanishMaster'
  1088. table.insert(D3DCarConfig.Car,TB2Insert)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement