Advertisement
Guest User

Untitled

a guest
May 27th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.65 KB | None | 0 0
  1. local TB2Insert = {}
  2. TB2Insert.VehicleName = "242turbotdm"
  3. TB2Insert.CarName = "Volvo 242 Turbo"
  4. TB2Insert.CarPrice = 20000
  5. TB2Insert.CarRefund = 10000
  6. TB2Insert.MaxAmount = 1
  7. TB2Insert.Description = "basic car"
  8. table.insert(D3DCarConfig.Car,TB2Insert)
  9.  
  10. local TB2Insert = {}
  11. TB2Insert.VehicleName = "volxc70tdm"
  12. TB2Insert.CarName = "Volvo XC70 Turbo"
  13. TB2Insert.CarPrice = 25000
  14. TB2Insert.CarRefund = 12500
  15. TB2Insert.MaxAmount = 1
  16. TB2Insert.Description = "basic car"
  17. table.insert(D3DCarConfig.Car,TB2Insert)
  18.  
  19. local TB2Insert = {}
  20. TB2Insert.VehicleName = "vipvipertdm"
  21. TB2Insert.CarName = "Viper GTS"
  22. TB2Insert.CarPrice = 35000
  23. TB2Insert.CarRefund = 17500
  24. TB2Insert.MaxAmount = 1
  25. TB2Insert.Description = "Sport car"
  26. table.insert(D3DCarConfig.Car,TB2Insert)
  27.  
  28. local TB2Insert = {}
  29. TB2Insert.VehicleName = "subimpreza08tdm"
  30. TB2Insert.CarName = "Subaru Impreza WRX"
  31. TB2Insert.CarPrice = 40000
  32. TB2Insert.CarRefund = 20000
  33. TB2Insert.MaxAmount = 1
  34. TB2Insert.Description = "Stunt Car"
  35. table.insert(D3DCarConfig.Car,TB2Insert)
  36.  
  37. local TB2Insert = {}
  38. TB2Insert.VehicleName = "porcycletdm"
  39. TB2Insert.CarName = "Porsche Tricycle"
  40. TB2Insert.CarPrice = 200
  41. TB2Insert.CarRefund = 100
  42. TB2Insert.MaxAmount = 1
  43. TB2Insert.Description = "Litte car"
  44. table.insert(D3DCarConfig.Car,TB2Insert)
  45.  
  46. local TB2Insert = {}
  47. TB2Insert.VehicleName = "cayennetdm"
  48. TB2Insert.CarName = "Porsche Cayenne Turbo"
  49. TB2Insert.CarPrice = 32000
  50. TB2Insert.CarRefund = 16000
  51. TB2Insert.MaxAmount = 1
  52. TB2Insert.Description = "Family car"
  53. table.insert(D3DCarConfig.Car,TB2Insert)
  54.  
  55. local TB2Insert = {}
  56. TB2Insert.VehicleName = "carreragttdm"
  57. TB2Insert.CarName = "Porsche carrera GT"
  58. TB2Insert.CarPrice = 75000
  59. TB2Insert.CarRefund = 37500
  60. TB2Insert.MaxAmount = 1
  61. TB2Insert.Description = "Sport car"
  62. table.insert(D3DCarConfig.Car,TB2Insert)
  63.  
  64. local TB2Insert = {}
  65. TB2Insert.VehicleName = "997gt3tdm"
  66. TB2Insert.CarName = "Porsche 997 GT3"
  67. TB2Insert.CarPrice = 90000
  68. TB2Insert.CarRefund = 45000
  69. TB2Insert.MaxAmount = 1
  70. TB2Insert.Description = "Sport car"
  71. table.insert(D3DCarConfig.Car,TB2Insert)
  72.  
  73. local TB2Insert = {}
  74. TB2Insert.VehicleName = "c12tdm"
  75. TB2Insert.CarName = "Pagani Zonda C12"
  76. TB2Insert.CarPrice = 135000
  77. TB2Insert.CarRefund = 65000
  78. TB2Insert.MaxAmount = 1
  79. TB2Insert.Description = "Sport car"
  80. table.insert(D3DCarConfig.Car,TB2Insert)
  81.  
  82. local TB2Insert = {}
  83. TB2Insert.VehicleName = "r34tdm"
  84. TB2Insert.CarName = "Nissan Skyline r34"
  85. TB2Insert.CarPrice = 42000
  86. TB2Insert.CarRefund = 18000
  87. TB2Insert.MaxAmount = 1
  88. TB2Insert.Description = "Basic car"
  89. table.insert(D3DCarConfig.Car,TB2Insert)
  90.  
  91. local TB2Insert = {}
  92. TB2Insert.VehicleName = "gtrtdm"
  93. TB2Insert.CarName = "Nissan GT-R"
  94. TB2Insert.CarPrice = 110000
  95. TB2Insert.CarRefund = 55000
  96. TB2Insert.MaxAmount = 1
  97. TB2Insert.Description = "Sport car"
  98. table.insert(D3DCarConfig.Car,TB2Insert)
  99.  
  100. local TB2Insert = {}
  101. TB2Insert.VehicleName = "370ztdm"
  102. TB2Insert.CarName = "Nissan 370z"
  103. TB2Insert.CarPrice = 60000
  104. TB2Insert.CarRefund = 30000
  105. TB2Insert.MaxAmount = 1
  106. TB2Insert.Description = "Basic car"
  107. table.insert(D3DCarConfig.Car,TB2Insert)
  108.  
  109. local TB2Insert = {}
  110. TB2Insert.VehicleName = "coopers11tdm"
  111. TB2Insert.CarName = "Mini Cooper S"
  112. TB2Insert.CarPrice = 35000
  113. TB2Insert.CarRefund = 17500
  114. TB2Insert.MaxAmount = 1
  115. TB2Insert.Description = "Basic car"
  116. table.insert(D3DCarConfig.Car,TB2Insert)
  117.  
  118. local TB2Insert = {}
  119. TB2Insert.VehicleName = "clubmantdm"
  120. TB2Insert.CarName = "Mini Cooper club"
  121. TB2Insert.CarPrice = 22000
  122. TB2Insert.CarRefund = 11000
  123. TB2Insert.MaxAmount = 1
  124. TB2Insert.Description = "Basic car"
  125. table.insert(D3DCarConfig.Car,TB2Insert)
  126.  
  127. local TB2Insert = {}
  128. TB2Insert.VehicleName = "slsamgtdm"
  129. TB2Insert.CarName = "Mercedes-benz SLS AMG"
  130. TB2Insert.CarPrice = 40000
  131. TB2Insert.CarRefund = 20000
  132. TB2Insert.MaxAmount = 1
  133. TB2Insert.Description = "Basic car"
  134. table.insert(D3DCarConfig.Car,TB2Insert)
  135.  
  136. local TB2Insert = {}
  137. TB2Insert.VehicleName = "sl65amgtdm"
  138. TB2Insert.CarName = "Mercedes-benz SL65 AMG"
  139. TB2Insert.CarPrice = 82000
  140. TB2Insert.CarRefund = 41000
  141. TB2Insert.MaxAmount = 1
  142. TB2Insert.Description = "Sport car"
  143. table.insert(D3DCarConfig.Car,TB2Insert)
  144.  
  145. local TB2Insert = {}
  146. TB2Insert.VehicleName = "p1tdm"
  147. TB2Insert.CarName = "Maclaren P1"
  148. TB2Insert.CarPrice = 325000
  149. TB2Insert.CarRefund = 162500
  150. TB2Insert.MaxAmount = 1
  151. TB2Insert.Description = "Sport car"
  152. table.insert(D3DCarConfig.Car,TB2Insert)
  153.  
  154. local TB2Insert = {}
  155. TB2Insert.VehicleName = "mp412cgt3tdm"
  156. TB2Insert.CarName = "Maclaren GT MP4"
  157. TB2Insert.CarPrice = 325000
  158. TB2Insert.CarRefund = 162500
  159. TB2Insert.MaxAmount = 1
  160. TB2Insert.Description = "Sport car"
  161. table.insert(D3DCarConfig.Car,TB2Insert)
  162.  
  163. local TB2Insert = {}
  164. TB2Insert.VehicleName = "rx8tdm"
  165. TB2Insert.CarName = "Mazda rx-8"
  166. TB2Insert.CarPrice = 62000
  167. TB2Insert.CarRefund = 28000
  168. TB2Insert.MaxAmount = 1
  169. TB2Insert.Description = "Basic car"
  170. table.insert(D3DCarConfig.Car,TB2Insert)
  171.  
  172. local TB2Insert = {}
  173. TB2Insert.VehicleName = "speed3tdm"
  174. TB2Insert.CarName = "Mazda Speed3"
  175. TB2Insert.CarPrice = 44000
  176. TB2Insert.CarRefund = 22000
  177. TB2Insert.MaxAmount = 1
  178. TB2Insert.Description = "Basic car"
  179. table.insert(D3DCarConfig.Car,TB2Insert)
  180.  
  181. local TB2Insert = {}
  182. TB2Insert.VehicleName = "furaitdm"
  183. TB2Insert.CarName = "Mazda Furai"
  184. TB2Insert.CarPrice = 500000
  185. TB2Insert.CarRefund = 250000
  186. TB2Insert.MaxAmount = 1
  187. TB2Insert.Description = "Sport car"
  188. table.insert(D3DCarConfig.Car,TB2Insert)
  189.  
  190. local TB2Insert = {}
  191. TB2Insert.VehicleName = "landrover12tdm"
  192. TB2Insert.CarName = "Land Rover Supercharged"
  193. TB2Insert.CarPrice = 38000
  194. TB2Insert.CarRefund = 22000
  195. TB2Insert.MaxAmount = 1
  196. TB2Insert.Description = "4x4 car"
  197. table.insert(D3DCarConfig.Car,TB2Insert)
  198.  
  199. local TB2Insert = {}
  200. TB2Insert.VehicleName = "landrovertdm"
  201. TB2Insert.CarName = "Range Rover 08"
  202. TB2Insert.CarPrice = 55000
  203. TB2Insert.CarRefund = 25500
  204. TB2Insert.MaxAmount = 1
  205. TB2Insert.Description = "4x4 car"
  206. table.insert(D3DCarConfig.Car,TB2Insert)
  207.  
  208. local TB2Insert = {}
  209. TB2Insert.VehicleName = "reventonrtdm"
  210. TB2Insert.CarName = "Lamborghini Reventon"
  211. TB2Insert.CarPrice = 750000
  212. TB2Insert.CarRefund = 375000
  213. TB2Insert.MaxAmount = 1
  214. TB2Insert.Description = "Sport car"
  215. table.insert(D3DCarConfig.Car,TB2Insert)
  216.  
  217. local TB2Insert = {}
  218. TB2Insert.VehicleName = "murcielagosvtdm"
  219. TB2Insert.CarName = "Lamborghini Murcielago"
  220. TB2Insert.CarPrice = 550000
  221. TB2Insert.CarRefund = 275000
  222. TB2Insert.MaxAmount = 1
  223. TB2Insert.Description = "Sport car"
  224. table.insert(D3DCarConfig.Car,TB2Insert)
  225.  
  226. local TB2Insert = {}
  227. TB2Insert.VehicleName = "miuracontdm"
  228. TB2Insert.CarName = "Lamborghini Miuracon"
  229. TB2Insert.CarPrice = 175000
  230. TB2Insert.CarRefund = 87000
  231. TB2Insert.MaxAmount = 1
  232. TB2Insert.Description = "Sport car"
  233. table.insert(D3DCarConfig.Car,TB2Insert)
  234.  
  235. local TB2Insert = {}
  236. TB2Insert.VehicleName = "gallardospydtdm"
  237. TB2Insert.CarName = "Lamborghini Gallardo LP570"
  238. TB2Insert.CarPrice = 700000
  239. TB2Insert.CarRefund = 350000
  240. TB2Insert.MaxAmount = 1
  241. TB2Insert.Description = "Sport car"
  242. table.insert(D3DCarConfig.Car,TB2Insert)
  243.  
  244. local TB2Insert = {}
  245. TB2Insert.VehicleName = "gallardotdm"
  246. TB2Insert.CarName = "Lamborghini Gallardo"
  247. TB2Insert.CarPrice = 450000
  248. TB2Insert.CarRefund = 225000
  249. TB2Insert.MaxAmount = 1
  250. TB2Insert.Description = "Sport car"
  251. table.insert(D3DCarConfig.Car,TB2Insert)
  252.  
  253. local TB2Insert = {}
  254. TB2Insert.VehicleName = "fortekouptdm"
  255. TB2Insert.CarName = "Kia Forte Koup"
  256. TB2Insert.CarPrice = 24000
  257. TB2Insert.CarRefund = 12000
  258. TB2Insert.MaxAmount = 1
  259. TB2Insert.Description = "Basic car"
  260. table.insert(D3DCarConfig.Car,TB2Insert)
  261.  
  262. local TB2Insert = {}
  263. TB2Insert.VehicleName = "ceedtdm"
  264. TB2Insert.CarName = "Kia Ceed"
  265. TB2Insert.CarPrice = 46000
  266. TB2Insert.CarRefund = 23000
  267. TB2Insert.MaxAmount = 1
  268. TB2Insert.Description = "Basic car"
  269. table.insert(D3DCarConfig.Car,TB2Insert)
  270.  
  271. local TB2Insert = {}
  272. TB2Insert.VehicleName = "wranglertdm"
  273. TB2Insert.CarName = "Jeep Wrangler"
  274. TB2Insert.CarPrice = 52000
  275. TB2Insert.CarRefund = 26000
  276. TB2Insert.MaxAmount = 1
  277. TB2Insert.Description = "4x4 car"
  278. table.insert(D3DCarConfig.Car,TB2Insert)
  279.  
  280. local TB2Insert = {}
  281. TB2Insert.VehicleName = "grandchetdm"
  282. TB2Insert.CarName = "Jeep Grand Cherokee"
  283. TB2Insert.CarPrice = 40000
  284. TB2Insert.CarRefund = 20000
  285. TB2Insert.MaxAmount = 1
  286. TB2Insert.Description = "4x4 car"
  287. table.insert(D3DCarConfig.Car,TB2Insert)
  288.  
  289. local TB2Insert = {}
  290. TB2Insert.VehicleName = "h1tdm"
  291. TB2Insert.CarName = "Hummer H1"
  292. TB2Insert.CarPrice = 68000
  293. TB2Insert.CarRefund = 34000
  294. TB2Insert.MaxAmount = 1
  295. TB2Insert.Description = "4x4 car"
  296. table.insert(D3DCarConfig.Car,TB2Insert)
  297.  
  298. local TB2Insert = {}
  299. TB2Insert.VehicleName = "h1opentdm"
  300. TB2Insert.CarName = "Hummer H1 open"
  301. TB2Insert.CarPrice = 68000
  302. TB2Insert.CarRefund = 34000
  303. TB2Insert.MaxAmount = 1
  304. TB2Insert.Description = "4x4 car"
  305. table.insert(D3DCarConfig.Car,TB2Insert)
  306.  
  307. local TB2Insert = {}
  308. TB2Insert.VehicleName = "civictypertdm"
  309. TB2Insert.CarName = "Honda Civic type R"
  310. TB2Insert.CarPrice = 32000
  311. TB2Insert.CarRefund = 16000
  312. TB2Insert.MaxAmount = 1
  313. TB2Insert.Description = "Basic car"
  314. table.insert(D3DCarConfig.Car,TB2Insert)
  315.  
  316. local TB2Insert = {}
  317. TB2Insert.VehicleName = "transittdm"
  318. TB2Insert.CarName = "Ford Transit"
  319. TB2Insert.CarPrice = 51000
  320. TB2Insert.CarRefund = 25500
  321. TB2Insert.MaxAmount = 1
  322. TB2Insert.Description = "Truck"
  323. table.insert(D3DCarConfig.Car,TB2Insert)
  324.  
  325. local TB2Insert = {}
  326. TB2Insert.VehicleName = "raptorsvttdm"
  327. TB2Insert.CarName = "Ford Raptor SVT"
  328. TB2Insert.CarPrice = 68000
  329. TB2Insert.CarRefund = 34000
  330. TB2Insert.MaxAmount = 1
  331. TB2Insert.Description = "4x4 car"
  332. table.insert(D3DCarConfig.Car,TB2Insert)
  333.  
  334. local TB2Insert = {}
  335. TB2Insert.VehicleName = "mustanggttdm"
  336. TB2Insert.CarName = "Ford Mustang GT"
  337. TB2Insert.CarPrice = 86000
  338. TB2Insert.CarRefund = 43000
  339. TB2Insert.MaxAmount = 1
  340. TB2Insert.Description = "Basic car"
  341. table.insert(D3DCarConfig.Car,TB2Insert)
  342.  
  343. local TB2Insert = {}
  344. TB2Insert.VehicleName = "gt05tdm"
  345. TB2Insert.CarName = "Ford GT 05"
  346. TB2Insert.CarPrice = 100000
  347. TB2Insert.CarRefund = 50000
  348. TB2Insert.MaxAmount = 1
  349. TB2Insert.Description = "Sport car"
  350. table.insert(D3DCarConfig.Car,TB2Insert)
  351.  
  352. local TB2Insert = {}
  353. TB2Insert.VehicleName = "focusrstdm"
  354. TB2Insert.CarName = "Ford Focus"
  355. TB2Insert.CarPrice = 47000
  356. TB2Insert.CarRefund = 23500
  357. TB2Insert.MaxAmount = 1
  358. TB2Insert.Description = "Basic car"
  359. table.insert(D3DCarConfig.Car,TB2Insert)
  360.  
  361. local TB2Insert = {}
  362. TB2Insert.VehicleName = "coupe40tdm"
  363. TB2Insert.CarName = "Ford coupe 40"
  364. TB2Insert.CarPrice = 69000
  365. TB2Insert.CarRefund = 34500
  366. TB2Insert.MaxAmount = 1
  367. TB2Insert.Description = "Deluxe car"
  368. table.insert(D3DCarConfig.Car,TB2Insert)
  369.  
  370. local TB2Insert = {}
  371. TB2Insert.VehicleName = "lafertdm"
  372. TB2Insert.CarName = "Ferrari LaFerrari"
  373. TB2Insert.CarPrice = 475000
  374. TB2Insert.CarRefund = 237500
  375. TB2Insert.MaxAmount = 1
  376. TB2Insert.Description = "Sport car"
  377. table.insert(D3DCarConfig.Car,TB2Insert)
  378.  
  379. local TB2Insert = {}
  380. TB2Insert.VehicleName = "f50tdm"
  381. TB2Insert.CarName = "Ferrari F50"
  382. TB2Insert.CarPrice = 235000
  383. TB2Insert.CarRefund = 117500
  384. TB2Insert.MaxAmount = 1
  385. TB2Insert.Description = "Sport car"
  386. table.insert(D3DCarConfig.Car,TB2Insert)
  387.  
  388. local TB2Insert = {}
  389. TB2Insert.VehicleName = "ferf12tdm"
  390. TB2Insert.CarName = "Ferrari F12"
  391. TB2Insert.CarPrice = 850000
  392. TB2Insert.CarRefund = 425000
  393. TB2Insert.MaxAmount = 1
  394. TB2Insert.Description = "Sport car"
  395. table.insert(D3DCarConfig.Car,TB2Insert)
  396.  
  397. local TB2Insert = {}
  398. TB2Insert.VehicleName = "enzotdm"
  399. TB2Insert.CarName = "Ferrari Enzo"
  400. TB2Insert.CarPrice = 525000
  401. TB2Insert.CarRefund = 262500
  402. TB2Insert.MaxAmount = 1
  403. TB2Insert.Description = "Sport car"
  404. table.insert(D3DCarConfig.Car,TB2Insert)
  405.  
  406. local TB2Insert = {}
  407. TB2Insert.VehicleName = "458spidtdm"
  408. TB2Insert.CarName = "Ferrari 458 spider"
  409. TB2Insert.CarPrice = 725000
  410. TB2Insert.CarRefund = 362500
  411. TB2Insert.MaxAmount = 1
  412. TB2Insert.Description = "Sport car"
  413. table.insert(D3DCarConfig.Car,TB2Insert)
  414.  
  415. local TB2Insert = {}
  416. TB2Insert.VehicleName = "ferrari250gttdm"
  417. TB2Insert.CarName = "Ferrari 250 GT"
  418. TB2Insert.CarPrice = 275000
  419. TB2Insert.CarRefund = "137500"
  420. TB2Insert.MaxAmount = 1
  421. TB2Insert.Description = "Sport car"
  422. table.insert(D3DCarConfig.Car,TB2Insert)
  423.  
  424. local TB2Insert = {}
  425. TB2Insert.VehicleName = "charger2012tdm"
  426. TB2Insert.CarName = "Dodge Charger"
  427. TB2Insert.CarPrice = 85000
  428. TB2Insert.CarRefund = 42500
  429. TB2Insert.MaxAmount = 1
  430. TB2Insert.Description = "Sport car"
  431. table.insert(D3DCarConfig.Car,TB2Insert)
  432.  
  433. local TB2Insert = {}
  434. TB2Insert.VehicleName = "c4tdm"
  435. TB2Insert.CarName = "Citroen C4"
  436. TB2Insert.CarPrice = 36000
  437. TB2Insert.CarRefund = 18000
  438. TB2Insert.MaxAmount = 1
  439. TB2Insert.Description = "Basic car"
  440. table.insert(D3DCarConfig.Car,TB2Insert)
  441.  
  442. local TB2Insert = {}
  443. TB2Insert.VehicleName = "918spydtdm"
  444. TB2Insert.CarName = "Porsche 918 Spyder"
  445. TB2Insert.CarPrice = 175000
  446. TB2Insert.CarRefund = 87500
  447. TB2Insert.MaxAmount = 1
  448. TB2Insert.Description = "Basic car"
  449. table.insert(D3DCarConfig.Car,TB2Insert)
  450.  
  451. local TB2Insert = {}
  452. TB2Insert.VehicleName = "300ctdm"
  453. TB2Insert.CarName = "Chrysler 300c"
  454. TB2Insert.CarPrice = 46000
  455. TB2Insert.CarRefund = 23000
  456. TB2Insert.MaxAmount = 1
  457. TB2Insert.Description = "Basic car"
  458. table.insert(D3DCarConfig.Car,TB2Insert)
  459.  
  460. local TB2Insert = {}
  461. TB2Insert.VehicleName = "chr300c12tdm"
  462. TB2Insert.CarName = "Chrysler"
  463. TB2Insert.CarPrice = 39000
  464. TB2Insert.CarRefund = 1
  465. TB2Insert.MaxAmount = 1
  466. TB2Insert.Description = "Basic car"
  467. table.insert(D3DCarConfig.Car,TB2Insert)
  468.  
  469. local TB2Insert = {}
  470. TB2Insert.VehicleName = "sparktdm"
  471. TB2Insert.CarName = "Chevrolet Spark"
  472. TB2Insert.CarPrice = 51000
  473. TB2Insert.CarRefund = 25500
  474. TB2Insert.MaxAmount = 1
  475. TB2Insert.Description = "Basic car"
  476. table.insert(D3DCarConfig.Car,TB2Insert)
  477.  
  478. local TB2Insert = {}
  479. TB2Insert.VehicleName = "camarozl1tdm"
  480. TB2Insert.CarName = "Chevrolet Cammaro"
  481. TB2Insert.CarPrice = 63000
  482. TB2Insert.CarRefund = 31500
  483. TB2Insert.MaxAmount = 1
  484. TB2Insert.Description = "Sport car"
  485. table.insert(D3DCarConfig.Car,TB2Insert)
  486.  
  487. local TB2Insert = {}
  488. TB2Insert.VehicleName = "escaladetdm"
  489. TB2Insert.CarName = "Cadillac Escalade"
  490. TB2Insert.CarPrice = 53000
  491. TB2Insert.CarRefund = 250150
  492. TB2Insert.MaxAmount = 1
  493. TB2Insert.Description = "Basic car"
  494. table.insert(D3DCarConfig.Car,TB2Insert)
  495.  
  496. local TB2Insert = {}
  497. TB2Insert.VehicleName = "veyronsstdm"
  498. TB2Insert.CarName = "Bugatti Veyron SS"
  499. TB2Insert.CarPrice = 465000
  500. TB2Insert.CarRefund = 232500
  501. TB2Insert.MaxAmount = 1
  502. TB2Insert.Description = "Sport car"
  503. table.insert(D3DCarConfig.Car,TB2Insert)
  504.  
  505. local TB2Insert = {}
  506. TB2Insert.VehicleName = "veyrontdm"
  507. TB2Insert.CarName = "Bugatti Veyron"
  508. TB2Insert.CarPrice = 400000
  509. TB2Insert.CarRefund = 200000
  510. TB2Insert.MaxAmount = 1
  511. TB2Insert.Description = "Sport car"
  512. table.insert(D3DCarConfig.Car,TB2Insert)
  513.  
  514. local TB2Insert = {}
  515. TB2Insert.VehicleName = "bmwm613tdm"
  516. TB2Insert.CarName = "BMW 613"
  517. TB2Insert.CarPrice = 85000
  518. TB2Insert.CarRefund = 42500
  519. TB2Insert.MaxAmount = 1
  520. TB2Insert.Description = "Deluxe car"
  521. table.insert(D3DCarConfig.Car,TB2Insert)
  522.  
  523. local TB2Insert = {}
  524. TB2Insert.VehicleName = "bmwm5e60tdm"
  525. TB2Insert.CarName = "BMW 560"
  526. TB2Insert.CarPrice = 65000
  527. TB2Insert.CarRefund = 32500
  528. TB2Insert.MaxAmount = 1
  529. TB2Insert.Description = "Deluxe car"
  530. table.insert(D3DCarConfig.Car,TB2Insert)
  531.  
  532. local TB2Insert = {}
  533. TB2Insert.VehicleName = "m3e92tdm"
  534. TB2Insert.CarName = "BMW m3e92"
  535. TB2Insert.CarPrice = 47000
  536. TB2Insert.CarRefund = 23500
  537. TB2Insert.MaxAmount = 1
  538. TB2Insert.Description = "Deluxe car"
  539. table.insert(D3DCarConfig.Car,TB2Insert)
  540.  
  541. local TB2Insert = {}
  542. TB2Insert.VehicleName = "audir8plustdm"
  543. TB2Insert.CarName = "Audi R8 plus"
  544. TB2Insert.CarPrice = 95000
  545. TB2Insert.CarRefund = 47500
  546. TB2Insert.MaxAmount = 1
  547. TB2Insert.Description = "Sport car"
  548. table.insert(D3DCarConfig.Car,TB2Insert)
  549.  
  550. local TB2Insert = {}
  551. TB2Insert.VehicleName = "audir8spydtdm"
  552. TB2Insert.CarName = "Audi R8 spyder"
  553. TB2Insert.CarPrice = 115000
  554. TB2Insert.CarRefund = 57500
  555. TB2Insert.MaxAmount = 1
  556. TB2Insert.Description = "Sport car"
  557. table.insert(D3DCarConfig.Car,TB2Insert)
  558.  
  559. local TB2Insert = {}
  560. TB2Insert.VehicleName = "s5tdm"
  561. TB2Insert.CarName = "Audi s5"
  562. TB2Insert.CarPrice = 63500
  563. TB2Insert.CarRefund = 31750
  564. TB2Insert.MaxAmount = 1
  565. TB2Insert.Description = "Sport car"
  566. table.insert(D3DCarConfig.Car,TB2Insert)
  567.  
  568. local TB2Insert = {}
  569. TB2Insert.VehicleName = "dbstdm"
  570. TB2Insert.CarName = "Aston Martin DBS"
  571. TB2Insert.CarPrice = 65000
  572. TB2Insert.CarRefund = 32500
  573. TB2Insert.MaxAmount = 1
  574. TB2Insert.Description = "Deluxe car"
  575. table.insert(D3DCarConfig.Car,TB2Insert)
  576.  
  577. local TB2Insert = {}
  578. TB2Insert.VehicleName = "v12vantagetdm"
  579. TB2Insert.CarName = "Aston Martin v12"
  580. TB2Insert.CarPrice = 65000
  581. TB2Insert.CarRefund = 32500
  582. TB2Insert.MaxAmount = 1
  583. TB2Insert.Description = "Deluxe car"
  584. table.insert(D3DCarConfig.Car,TB2Insert)
  585.  
  586. local TB2Insert = {}
  587. TB2Insert.VehicleName = "suzuki_kingquad_lw"
  588. TB2Insert.CarName = "Suziki KingQuad"
  589. TB2Insert.CarPrice = 450
  590. TB2Insert.CarRefund = 225
  591. TB2Insert.MaxAmount = 1
  592. TB2Insert.Description = "Basic car"
  593. table.insert(D3DCarConfig.Car,TB2Insert)
  594.  
  595. local TB2Insert = {}
  596. TB2Insert.VehicleName = "bently_pmcontinental"
  597. TB2Insert.CarName = "Bentley Continental"
  598. TB2Insert.CarPrice = 100000
  599. TB2Insert.CarRefund = 50000
  600. TB2Insert.MaxAmount = 1
  601. TB2Insert.Description = "Deluxe car"
  602. table.insert(D3DCarConfig.Car,TB2Insert)
  603.  
  604. local TB2Insert = {}
  605. TB2Insert.VehicleName = "chev_impala_09_taxi"
  606. TB2Insert.CarName = "Chevrolet Taxi"
  607. TB2Insert.CarPrice = 0
  608. TB2Insert.CarRefund = 0
  609. TB2Insert.MaxAmount = 1
  610. TB2Insert.Description = "Service Public"
  611. TB2Insert.AvaliableTeam = {TEAM_TAXI}
  612. table.insert(D3DCarConfig.Car,TB2Insert)
  613.  
  614. local TB2Insert = {}
  615. TB2Insert.VehicleName = "sw_bus"
  616. TB2Insert.CarName = "Bus"
  617. TB2Insert.CarPrice = 0
  618. TB2Insert.CarRefund = 0
  619. TB2Insert.MaxAmount = 1
  620. TB2Insert.Description = "Service Public"
  621. TB2Insert.AvaliableTeam = {TEAM_CDB}
  622. table.insert(D3DCarConfig.Car,TB2Insert)
  623.  
  624. local TB2Insert = {}
  625. TB2Insert.VehicleName = "sw_bendibus"
  626. TB2Insert.CarName = "Bendi-Bus"
  627. TB2Insert.CarPrice = 0
  628. TB2Insert.CarRefund = 0
  629. TB2Insert.MaxAmount = 1
  630. TB2Insert.Description = "Service Public"
  631. TB2Insert.AvaliableTeam = {TEAM_CDB}
  632. table.insert(D3DCarConfig.Car,TB2Insert)
  633.  
  634. local TB2Insert = {}
  635. TB2Insert.VehicleName = "scaniafiretdm"
  636. TB2Insert.CarName = "Camion de Pompier"
  637. TB2Insert.CarPrice = 0
  638. TB2Insert.CarRefund = 0
  639. TB2Insert.MaxAmount = 1
  640. TB2Insert.Description = "Service Public"
  641. TB2Insert.AvaliableTeam = {TEAM_FIRE}
  642. table.insert(D3DCarConfig.Car,TB2Insert)
  643.  
  644. local TB2Insert = {}
  645. TB2Insert.VehicleName = "lambosine"
  646. TB2Insert.CarName = "Limousine"
  647. TB2Insert.CarPrice = 0
  648. TB2Insert.CarRefund = 0
  649. TB2Insert.MaxAmount = 1
  650. TB2Insert.Description = "Service Public"
  651. TB2Insert.AvaliableTeam = {TEAM_CDP}
  652. table.insert(D3DCarConfig.Car,TB2Insert)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement