Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.42 KB | None | 0 0
  1. D3DCarConfig = D3DCarConfig or {}
  2. D3DCarConfig.Car = {}
  3.  
  4. timer.Simple(1,function()
  5. /* ──────────────────────────────────────────────────────────────────────────────────
  6.  
  7. ────────────────────────────────────────────────────────────────────────────────── */
  8. --
  9.  
  10. local TB2Insert = {}
  11. TB2Insert.VehicleName = "polaris_4x4_lw"
  12. TB2Insert.CarName = "Polaris 4x4"
  13. TB2Insert.CarPrice = 25000
  14. TB2Insert.CarRefund = 5000
  15. TB2Insert.MaxAmount = 1
  16. TB2Insert.Description = "Offroad Vehicle"
  17. table.insert(D3DCarConfig.Car,TB2Insert)
  18.  
  19. local TB2Insert = {}
  20. TB2Insert.VehicleName = "suzuki_kingquad_lw"
  21. TB2Insert.CarName = "Suzuki Kind Quad"
  22. TB2Insert.CarPrice = 35000
  23. TB2Insert.CarRefund = 5000
  24. TB2Insert.MaxAmount = 1
  25. TB2Insert.Description = "Offroad Vehicle"
  26. table.insert(D3DCarConfig.Car,TB2Insert)
  27.  
  28. local TB2Insert = {}
  29. TB2Insert.VehicleName = "nis_leaftdm"
  30. TB2Insert.CarName = "Nissan Leaf"
  31. TB2Insert.CarPrice = 65000
  32. TB2Insert.CarRefund = 3000
  33. TB2Insert.MaxAmount = 1
  34. TB2Insert.Description = "Basic Vehicle"
  35. table.insert(D3DCarConfig.Car,TB2Insert)
  36.  
  37. local TB2Insert = {}
  38. TB2Insert.VehicleName = "focussvttdm"
  39. TB2Insert.CarName = "Ford Focus SVT"
  40. TB2Insert.CarPrice = 20000
  41. TB2Insert.CarRefund = 1500
  42. TB2Insert.MaxAmount = 1
  43. TB2Insert.Description = "Basic Vehicle"
  44. table.insert(D3DCarConfig.Car,TB2Insert)
  45.  
  46. local TB2Insert = {}
  47. TB2Insert.VehicleName = "uaz_3170"
  48. TB2Insert.CarName = "UAZ"
  49. TB2Insert.CarPrice = 25000
  50. TB2Insert.CarRefund = 9000
  51. TB2Insert.MaxAmount = 1
  52. TB2Insert.Description = "Basic Vehicle"
  53. table.insert(D3DCarConfig.Car,TB2Insert)
  54.  
  55. local TB2Insert = {}
  56. TB2Insert.VehicleName = "uaz_jag"
  57. TB2Insert.CarName = "UAZ Jaguar"
  58. TB2Insert.CarPrice = 15000
  59. TB2Insert.CarRefund = 10000
  60. TB2Insert.MaxAmount = 1
  61. TB2Insert.Description = "Basic Vehicle"
  62. table.insert(D3DCarConfig.Car,TB2Insert)
  63.  
  64. local TB2Insert = {}
  65. TB2Insert.VehicleName = "sublegrs90tdm"
  66. TB2Insert.CarName = "Subaru Legacy RS"
  67. TB2Insert.CarPrice = 35000
  68. TB2Insert.CarRefund = 10000
  69. TB2Insert.MaxAmount = 1
  70. TB2Insert.Description = "Basic Vehicle"
  71. table.insert(D3DCarConfig.Car,TB2Insert)
  72.  
  73. local TB2Insert = {}
  74. TB2Insert.VehicleName = "focusrstdm"
  75. TB2Insert.CarName = "Ford Focus RS"
  76. TB2Insert.CarPrice = 35000
  77. TB2Insert.CarRefund = 9000
  78. TB2Insert.MaxAmount = 1
  79. TB2Insert.Description = "Basic Vehicle"
  80. table.insert(D3DCarConfig.Car,TB2Insert)
  81.  
  82. local TB2Insert = {}
  83. TB2Insert.VehicleName = "f350tdm"
  84. TB2Insert.CarName = "Ford F350"
  85. TB2Insert.CarPrice = 70000
  86. TB2Insert.CarRefund = 25000
  87. TB2Insert.MaxAmount = 1
  88. TB2Insert.Description = "Basic Vehicle"
  89. table.insert(D3DCarConfig.Car,TB2Insert)
  90.  
  91. local TB2Insert = {}
  92. TB2Insert.VehicleName = "subleggt10tdm"
  93. TB2Insert.CarName = "Subaru Legacy GT"
  94. TB2Insert.CarPrice = 75000
  95. TB2Insert.CarRefund = 45000
  96. TB2Insert.MaxAmount = 1
  97. TB2Insert.Description = "Basic Vehicle"
  98. table.insert(D3DCarConfig.Car,TB2Insert)
  99.  
  100. local TB2Insert = {}
  101. TB2Insert.VehicleName = "scionxdtdm"
  102. TB2Insert.CarName = "Scion xD"
  103. TB2Insert.CarPrice = 100000
  104. TB2Insert.CarRefund = 75000
  105. TB2Insert.MaxAmount = 1
  106. TB2Insert.Description = "Basic Vehicle"
  107. table.insert(D3DCarConfig.Car,TB2Insert)
  108.  
  109. local TB2Insert = {}
  110. TB2Insert.VehicleName = "sciontctdm"
  111. TB2Insert.CarName = "Scion xD"
  112. TB2Insert.CarPrice = 150000
  113. TB2Insert.CarRefund = 45000
  114. TB2Insert.MaxAmount = 1
  115. TB2Insert.Description = "Basic Vehicle"
  116. table.insert(D3DCarConfig.Car,TB2Insert)
  117.  
  118. local TB2Insert = {}
  119. TB2Insert.VehicleName = "transittdm"
  120. TB2Insert.CarName = "Ford Transit"
  121. TB2Insert.CarPrice = 150000
  122. TB2Insert.CarRefund = 85000
  123. TB2Insert.MaxAmount = 1
  124. TB2Insert.Description = "Basic Vehicle"
  125. table.insert(D3DCarConfig.Car,TB2Insert)
  126.  
  127. local TB2Insert = {}
  128. TB2Insert.VehicleName = "raptorsvttdm"
  129. TB2Insert.CarName = "Ford Raptor"
  130. TB2Insert.CarPrice = 200000
  131. TB2Insert.CarRefund = 100000
  132. TB2Insert.MaxAmount = 1
  133. TB2Insert.Description = "Basic Vehicle"
  134. table.insert(D3DCarConfig.Car,TB2Insert)
  135.  
  136. local TB2Insert = {}
  137. TB2Insert.VehicleName = "mustanggttdm"
  138. TB2Insert.CarName = "Ford Mustang GT"
  139. TB2Insert.CarPrice = 300000
  140. TB2Insert.CarRefund = 150000
  141. TB2Insert.MaxAmount = 1
  142. TB2Insert.Description = "Basic Vehicle"
  143. table.insert(D3DCarConfig.Car,TB2Insert)
  144.  
  145. local TB2Insert = {}
  146. TB2Insert.VehicleName = "landrovertdm"
  147. TB2Insert.CarName = "Range Rover"
  148. TB2Insert.CarPrice = 250000
  149. TB2Insert.CarRefund = 100000
  150. TB2Insert.MaxAmount = 1
  151. TB2Insert.Description = "Basic Vehicle"
  152. table.insert(D3DCarConfig.Car,TB2Insert)
  153.  
  154. local TB2Insert = {}
  155. TB2Insert.VehicleName = "landrover12tdm"
  156. TB2Insert.CarName = "Range Rover Turbo"
  157. TB2Insert.CarPrice = 350000
  158. TB2Insert.CarRefund = 120000
  159. TB2Insert.MaxAmount = 1
  160. TB2Insert.Description = "Basic Vehicle"
  161. table.insert(D3DCarConfig.Car,TB2Insert)
  162.  
  163. local TB2Insert = {}
  164. TB2Insert.VehicleName = "dodge_ram_1500_outdoorsman_lw"
  165. TB2Insert.CarName = "Dodge RAM 1500"
  166. TB2Insert.CarPrice = 700000
  167. TB2Insert.CarRefund = 125000
  168. TB2Insert.MaxAmount = 1
  169. TB2Insert.Description = "Basic Vehicle"
  170. table.insert(D3DCarConfig.Car,TB2Insert)
  171.  
  172. local TB2Insert = {}
  173. TB2Insert.VehicleName = "lrdefendertdm"
  174. TB2Insert.CarName = "Land Rover Defender"
  175. TB2Insert.CarPrice = 350000
  176. TB2Insert.CarRefund = 125000
  177. TB2Insert.MaxAmount = 1
  178. TB2Insert.Description = "Basic Vehicle"
  179. table.insert(D3DCarConfig.Car,TB2Insert)
  180.  
  181. local TB2Insert = {}
  182. TB2Insert.VehicleName = "scionfrstdm"
  183. TB2Insert.CarName = "Scion FR-S"
  184. TB2Insert.CarPrice = 4000000
  185. TB2Insert.CarRefund = 655000
  186. TB2Insert.MaxAmount = 1
  187. TB2Insert.Description = "Basic Vehicle"
  188. table.insert(D3DCarConfig.Car,TB2Insert)
  189.  
  190. local TB2Insert = {}
  191. TB2Insert.VehicleName = "subimpreza08tdm"
  192. TB2Insert.CarName = "Subaru Impreza"
  193. TB2Insert.CarPrice = 650000
  194. TB2Insert.CarRefund = 325000
  195. TB2Insert.MaxAmount = 1
  196. TB2Insert.Description = "Basic Vehicle"
  197. table.insert(D3DCarConfig.Car,TB2Insert)
  198.  
  199. local TB2Insert = {}
  200. TB2Insert.VehicleName = "subimpreza05tdm"
  201. TB2Insert.CarName = "Subaru Impreza STi"
  202. TB2Insert.CarPrice = 850000
  203. TB2Insert.CarRefund = 355000
  204. TB2Insert.MaxAmount = 1
  205. TB2Insert.Description = "Basic Vehicle"
  206. table.insert(D3DCarConfig.Car,TB2Insert)
  207.  
  208. local TB2Insert = {}
  209. TB2Insert.VehicleName = "f100tdm"
  210. TB2Insert.CarName = "Vintage F100"
  211. TB2Insert.CarPrice = 1000000
  212. TB2Insert.CarRefund = 425000
  213. TB2Insert.MaxAmount = 1
  214. TB2Insert.Description = "Basic Vehicle"
  215. table.insert(D3DCarConfig.Car,TB2Insert)
  216.  
  217. local TB2Insert = {}
  218. TB2Insert.VehicleName = "coupe40tdm"
  219. TB2Insert.CarName = "Vintage Ford Coupe"
  220. TB2Insert.CarPrice = 2000000
  221. TB2Insert.CarRefund = 325000
  222. TB2Insert.MaxAmount = 1
  223. TB2Insert.Description = "Basic Vehicle"
  224. table.insert(D3DCarConfig.Car,TB2Insert)
  225.  
  226. local TB2Insert = {}
  227. TB2Insert.VehicleName = "gt05tdm"
  228. TB2Insert.CarName = "Ford GT"
  229. TB2Insert.CarPrice = 10000000
  230. TB2Insert.CarRefund = 1500000
  231. TB2Insert.MaxAmount = 1
  232. TB2Insert.Description = "Basic Vehicle"
  233. table.insert(D3DCarConfig.Car,TB2Insert)
  234.  
  235. local TB2Insert = {}
  236. TB2Insert.VehicleName = "tesmodelstdm"
  237. TB2Insert.CarName = "Tesla Model S"
  238. TB2Insert.CarPrice = 4250000
  239. TB2Insert.CarRefund = 125000
  240. TB2Insert.MaxAmount = 1
  241. TB2Insert.Description = "Basic Vehicle"
  242. table.insert(D3DCarConfig.Car,TB2Insert)
  243.  
  244. local TB2Insert = {}
  245. TB2Insert.VehicleName = "bowlexrstdm"
  246. TB2Insert.CarName = "Bowler EXR-S"
  247. TB2Insert.CarPrice = 5000000
  248. TB2Insert.CarRefund = 525000
  249. TB2Insert.MaxAmount = 1
  250. TB2Insert.Description = "Basic Vehicle"
  251. table.insert(D3DCarConfig.Car,TB2Insert)
  252.  
  253. local TB2Insert = {}
  254. TB2Insert.VehicleName = "cayenne12tdm"
  255. TB2Insert.CarName = "Porsche Cayenne Turbo"
  256. TB2Insert.CarPrice = 2750000
  257. TB2Insert.CarRefund = 525000
  258. TB2Insert.MaxAmount = 1
  259. TB2Insert.Description = "Basic Vehicle"
  260. table.insert(D3DCarConfig.Car,TB2Insert)
  261.  
  262. local TB2Insert = {}
  263. TB2Insert.VehicleName = "bentley_blower_lw"
  264. TB2Insert.CarName = "Bently Bowler"
  265. TB2Insert.CarPrice = 300000
  266. TB2Insert.CarRefund = 125000
  267. TB2Insert.MaxAmount = 1
  268. TB2Insert.Description = "Basic Vehicle"
  269. table.insert(D3DCarConfig.Car,TB2Insert)
  270.  
  271.  
  272.  
  273. local TB2Insert = {}
  274. TB2Insert.VehicleName = "cayennetdm"
  275. TB2Insert.CarName = "Porsche Cayenne Turbo S"
  276. TB2Insert.CarPrice = 3000000
  277. TB2Insert.CarRefund = 625000
  278. TB2Insert.MaxAmount = 1
  279. TB2Insert.Description = "Basic Vehicle"
  280. table.insert(D3DCarConfig.Car,TB2Insert)
  281.  
  282. local TB2Insert = {}
  283. TB2Insert.VehicleName = "morgaerosstdm"
  284. TB2Insert.CarName = "Morgan Aero"
  285. TB2Insert.CarPrice = 3000000
  286. TB2Insert.CarRefund = 625000
  287. TB2Insert.MaxAmount = 1
  288. TB2Insert.Description = "Basic Vehicle"
  289. table.insert(D3DCarConfig.Car,TB2Insert)
  290.  
  291. local TB2Insert = {}
  292. TB2Insert.VehicleName = "nissilvs15tdm"
  293. TB2Insert.CarName = "Nissan Silvia [RARE]"
  294. TB2Insert.CarPrice = 5000000
  295. TB2Insert.CarRefund = 825000
  296. TB2Insert.MaxAmount = 1
  297. TB2Insert.Description = "Rare Import"
  298. table.insert(D3DCarConfig.Car,TB2Insert)
  299.  
  300. local TB2Insert = {}
  301. TB2Insert.VehicleName = "xbowtdm"
  302. TB2Insert.CarName = "KTM X-Bow"
  303. TB2Insert.CarPrice = 10000000
  304. TB2Insert.CarRefund = 1250000
  305. TB2Insert.MaxAmount = 1
  306. TB2Insert.Description = "Luxury/Rare Vehicle"
  307. table.insert(D3DCarConfig.Car,TB2Insert)
  308.  
  309. local TB2Insert = {}
  310. TB2Insert.VehicleName = "350ztdm"
  311. TB2Insert.CarName = "Nissan 350z"
  312. TB2Insert.CarPrice = 10000000
  313. TB2Insert.CarRefund = 1250000
  314. TB2Insert.MaxAmount = 1
  315. TB2Insert.Description = "Luxury/Rare Vehicle"
  316. table.insert(D3DCarConfig.Car,TB2Insert)
  317.  
  318. local TB2Insert = {}
  319. TB2Insert.VehicleName = "st1tdm"
  320. TB2Insert.CarName = "Zenovo ST1"
  321. TB2Insert.CarPrice = 12000000
  322. TB2Insert.CarRefund = 3250000
  323. TB2Insert.MaxAmount = 1
  324. TB2Insert.Description = "Luxury/Rare Vehicle"
  325. table.insert(D3DCarConfig.Car,TB2Insert)
  326.  
  327. local TB2Insert = {}
  328. TB2Insert.VehicleName = "dbstdm"
  329. TB2Insert.CarName = "Aston Martin DBS"
  330. TB2Insert.CarPrice = 17500000
  331. TB2Insert.CarRefund = 3250000
  332. TB2Insert.MaxAmount = 1
  333. TB2Insert.Description = "Luxury/Rare Vehicle"
  334. table.insert(D3DCarConfig.Car,TB2Insert)
  335.  
  336. local TB2Insert = {}
  337. TB2Insert.VehicleName = "v12vantagetdm"
  338. TB2Insert.CarName = "Aston Martin Vantage"
  339. TB2Insert.CarPrice = 25000000
  340. TB2Insert.CarRefund = 5250000
  341. TB2Insert.MaxAmount = 1
  342. TB2Insert.Description = "Luxury/Rare Vehicle"
  343. table.insert(D3DCarConfig.Car,TB2Insert)
  344.  
  345. local TB2Insert = {}
  346. TB2Insert.VehicleName = "diablotdm"
  347. TB2Insert.CarName = "Lamborghini Diablo"
  348. TB2Insert.CarPrice = 40000000
  349. TB2Insert.CarRefund = 7250000
  350. TB2Insert.MaxAmount = 1
  351. TB2Insert.Description = "Luxury/Rare Vehicle"
  352. table.insert(D3DCarConfig.Car,TB2Insert)
  353.  
  354. local TB2Insert = {}
  355. TB2Insert.VehicleName = "370ztdm"
  356. TB2Insert.CarName = "Nissan 370z"
  357. TB2Insert.CarPrice = 15000000
  358. TB2Insert.CarRefund = 2250000
  359. TB2Insert.MaxAmount = 1
  360. TB2Insert.Description = "Luxury/Rare Vehicle"
  361. table.insert(D3DCarConfig.Car,TB2Insert)
  362.  
  363. local TB2Insert = {}
  364. TB2Insert.VehicleName = "997gt3tdm"
  365. TB2Insert.CarName = "Porsche 997 GT3"
  366. TB2Insert.CarPrice = 50000000
  367. TB2Insert.CarRefund = 12500000
  368. TB2Insert.MaxAmount = 1
  369. TB2Insert.Description = "Luxury/Rare Vehicle"
  370. table.insert(D3DCarConfig.Car,TB2Insert)
  371.  
  372. local TB2Insert = {}
  373. TB2Insert.VehicleName = "porgt3rsrtdm"
  374. TB2Insert.CarName = "Porsche 911 GT3"
  375. TB2Insert.CarPrice = 60000000
  376. TB2Insert.CarRefund = 22500000
  377. TB2Insert.MaxAmount = 1
  378. TB2Insert.Description = "Luxury/Rare Vehicle"
  379. table.insert(D3DCarConfig.Car,TB2Insert)
  380.  
  381. local TB2Insert = {}
  382. TB2Insert.VehicleName = "918spydtdm"
  383. TB2Insert.CarName = "Porsche Spyder"
  384. TB2Insert.CarPrice = 125000000
  385. TB2Insert.CarRefund = 12500000
  386. TB2Insert.MaxAmount = 1
  387. TB2Insert.Description = "Luxury/Rare Vehicle"
  388. table.insert(D3DCarConfig.Car,TB2Insert)
  389.  
  390. local TB2Insert = {}
  391. TB2Insert.VehicleName = "lam_huracan_lw"
  392. TB2Insert.CarName = "Lamborghini Huracan"
  393. TB2Insert.CarPrice = 125000000
  394. TB2Insert.CarRefund = 12500000
  395. TB2Insert.MaxAmount = 1
  396. TB2Insert.Description = "Luxury/Rare Vehicle"
  397. table.insert(D3DCarConfig.Car,TB2Insert)
  398.  
  399. local TB2Insert = {}
  400. TB2Insert.VehicleName = "cobra427"
  401. TB2Insert.CarName = "1965 Shelby Cobra"
  402. TB2Insert.CarPrice = 80000000
  403. TB2Insert.CarRefund = 12500000
  404. TB2Insert.MaxAmount = 1
  405. TB2Insert.Description = "Luxury/Rare Vehicle"
  406. table.insert(D3DCarConfig.Car,TB2Insert)
  407.  
  408. local TB2Insert = {}
  409. TB2Insert.VehicleName = "yare_buggy"
  410. TB2Insert.CarName = "Baja Buggy"
  411. TB2Insert.CarPrice = 100000000
  412. TB2Insert.CarRefund = 1250000
  413. TB2Insert.MaxAmount = 1
  414. TB2Insert.Description = "Luxury/Rare Vehicle"
  415. table.insert(D3DCarConfig.Car,TB2Insert)
  416.  
  417. local TB2Insert = {}
  418. TB2Insert.VehicleName = "nfsmustang"
  419. TB2Insert.CarName = "NFS Mustang"
  420. TB2Insert.CarPrice = 125000000
  421. TB2Insert.CarRefund = 12500000
  422. TB2Insert.MaxAmount = 1
  423. TB2Insert.Description = "Luxury/Rare Vehicle"
  424. table.insert(D3DCarConfig.Car,TB2Insert)
  425.  
  426. local TB2Insert = {}
  427. TB2Insert.VehicleName = "2000gtr_sh"
  428. TB2Insert.CarName = "Nissan 2000GTR"
  429. TB2Insert.CarPrice = 12000000
  430. TB2Insert.CarRefund = 1250000
  431. TB2Insert.MaxAmount = 1
  432. TB2Insert.Description = "Luxury/Rare Vehicle"
  433. table.insert(D3DCarConfig.Car,TB2Insert)
  434.  
  435. local TB2Insert = {}
  436. TB2Insert.VehicleName = "carreragttdm"
  437. TB2Insert.CarName = "Porsche Carrera GT"
  438. TB2Insert.CarPrice = 100000000
  439. TB2Insert.CarRefund = 12500000
  440. TB2Insert.MaxAmount = 1
  441. TB2Insert.Description = "Luxury/Rare Vehicle"
  442. table.insert(D3DCarConfig.Car,TB2Insert)
  443.  
  444. local TB2Insert = {}
  445. TB2Insert.VehicleName = "gtrtdm"
  446. TB2Insert.CarName = "Nissan GT-R Black Edition"
  447. TB2Insert.CarPrice = 100000000
  448. TB2Insert.CarRefund = 12500000
  449. TB2Insert.MaxAmount = 1
  450. TB2Insert.Description = "Luxury/Rare Vehicle"
  451. table.insert(D3DCarConfig.Car,TB2Insert)
  452.  
  453. local TB2Insert = {}
  454. TB2Insert.VehicleName = "gallardotdm"
  455. TB2Insert.CarName = "Lamborghini Gallardo"
  456. TB2Insert.CarPrice = 100000000
  457. TB2Insert.CarRefund = 12500000
  458. TB2Insert.MaxAmount = 1
  459. TB2Insert.Description = "Luxury/Rare Vehicle"
  460. table.insert(D3DCarConfig.Car,TB2Insert)
  461.  
  462. local TB2Insert = {}
  463. TB2Insert.VehicleName = "gallardospydtdm"
  464. TB2Insert.CarName = "Lamborghini Gallardo Spyder"
  465. TB2Insert.CarPrice = 125000000
  466. TB2Insert.CarRefund = 12500000
  467. TB2Insert.MaxAmount = 1
  468. TB2Insert.Description = "Luxury/Rare Vehicle"
  469. table.insert(D3DCarConfig.Car,TB2Insert)
  470.  
  471. local TB2Insert = {}
  472. TB2Insert.VehicleName = "murcielagotdm"
  473. TB2Insert.CarName = "Lamborghini Murcielago [VIP]"
  474. TB2Insert.CarPrice = 150000000
  475. TB2Insert.CarRefund = 12500000
  476. TB2Insert.MaxAmount = 1
  477. TB2Insert.AvaliableGroup = {"vip","tmod","donator_admin","mod","admin","hmod","hadmin","superadmin"}
  478. TB2Insert.Description = "Luxury/Rare Vehicle"
  479. table.insert(D3DCarConfig.Car,TB2Insert)
  480.  
  481. local TB2Insert = {}
  482. TB2Insert.VehicleName = "miuracontdm"
  483. TB2Insert.CarName = "Lamborghini Miura Concept [VIP]"
  484. TB2Insert.CarPrice = 125000000
  485. TB2Insert.CarRefund = 12500000
  486. TB2Insert.MaxAmount = 1
  487. TB2Insert.AvaliableGroup = {"vip","tmod","donator_admin","mod","admin","hmod","hadmin","superadmin"}
  488. TB2Insert.Description = "Luxury/Rare Vehicle"
  489. table.insert(D3DCarConfig.Car,TB2Insert)
  490.  
  491. local TB2Insert = {}
  492. TB2Insert.VehicleName = "murcielagosvtdm"
  493. TB2Insert.CarName = "Lamborghini Murcielago SV [VIP]"
  494. TB2Insert.CarPrice = 125000000
  495. TB2Insert.CarRefund = 12500000
  496. TB2Insert.MaxAmount = 1
  497. TB2Insert.AvaliableGroup = {"vip","tmod","donator_admin","mod","admin","hmod","hadmin","superadmin"}
  498. TB2Insert.Description = "Luxury/Rare Vehicle"
  499. table.insert(D3DCarConfig.Car,TB2Insert)
  500.  
  501. local TB2Insert = {}
  502. TB2Insert.VehicleName = "r34tdm"
  503. TB2Insert.CarName = "Nissan Skyline R34 [VIP]"
  504. TB2Insert.CarPrice = 125000000
  505. TB2Insert.CarRefund = 12500000
  506. TB2Insert.MaxAmount = 1
  507. TB2Insert.AvaliableGroup = {"vip","tmod","donator_admin","mod","admin","hmod","hadmin","superadmin"}
  508. TB2Insert.Description = "Rare Import"
  509. table.insert(D3DCarConfig.Car,TB2Insert)
  510.  
  511. local TB2Insert = {}
  512. TB2Insert.VehicleName = "noblem600tdm"
  513. TB2Insert.CarName = "Noble M600 [VIP]"
  514. TB2Insert.CarPrice = 125000000
  515. TB2Insert.CarRefund = 12500000
  516. TB2Insert.MaxAmount = 1
  517. TB2Insert.AvaliableGroup = {"vip","tmod","donator_admin","mod","admin","hmod","hadmin","superadmin"}
  518. TB2Insert.Description = "Luxury/Rare Vehicle"
  519. table.insert(D3DCarConfig.Car,TB2Insert)
  520.  
  521. local TB2Insert = {}
  522. TB2Insert.VehicleName = "reventonrtdm"
  523. TB2Insert.CarName = "Lamborghini Reventon [VIP]"
  524. TB2Insert.CarPrice = 125000000
  525. TB2Insert.CarRefund = 12500000
  526. TB2Insert.MaxAmount = 1
  527. TB2Insert.AvaliableGroup = {"vip","tmod","donator_admin","mod","admin","hmod","hadmin","superadmin"}
  528. TB2Insert.Description = "Luxury/Rare Vehicle"
  529. table.insert(D3DCarConfig.Car,TB2Insert)
  530.  
  531. local TB2Insert = {}
  532. TB2Insert.VehicleName = "deloreantdm"
  533. TB2Insert.CarName = "Delorean [VIP]"
  534. TB2Insert.CarPrice = 150000000
  535. TB2Insert.CarRefund = 12500000
  536. TB2Insert.MaxAmount = 1
  537. TB2Insert.AvaliableGroup = {"vip","tmod","donator_admin","mod","admin","hmod","hadmin","superadmin"}
  538. TB2Insert.Description = "Luxury/Rare Vehicle"
  539. table.insert(D3DCarConfig.Car,TB2Insert)
  540.  
  541. local TB2Insert = {}
  542. TB2Insert.VehicleName = "porcycletdm"
  543. TB2Insert.CarName = "The Mystical Tricycle [VIP]"
  544. TB2Insert.CarPrice = 200000001
  545. TB2Insert.CarRefund = 12500000
  546. TB2Insert.MaxAmount = 1
  547. TB2Insert.AvaliableGroup = {"vip","tmod","donator_admin","mod","admin","hmod","hadmin","superadmin"}
  548. TB2Insert.Description = "Luxury/Rare Vehicle"
  549. table.insert(D3DCarConfig.Car,TB2Insert)
  550.  
  551. local TB2Insert = {}
  552. TB2Insert.VehicleName = "c4500sgm"
  553. TB2Insert.CarName = "C4500 Heavy Truck [VIP]"
  554. TB2Insert.CarPrice = 10500000
  555. TB2Insert.CarRefund = 1250000
  556. TB2Insert.MaxAmount = 1
  557. TB2Insert.AvaliableGroup = {"vip","tmod","donator_admin","mod","admin","hmod","hadmin","superadmin"}
  558. TB2Insert.Description = "Luxury/Rare Vehicle"
  559. table.insert(D3DCarConfig.Car,TB2Insert)
  560.  
  561. local TB2Insert = {}
  562. TB2Insert.VehicleName = "p1tdm"
  563. TB2Insert.CarName = "McLaren P1 [VIP]"
  564. TB2Insert.CarPrice = 150000000
  565. TB2Insert.CarRefund = 125000
  566. TB2Insert.MaxAmount = 1
  567. TB2Insert.AvaliableGroup = {"vip","tmod","donator_admin","mod","admin","hmod","hadmin","superadmin"}
  568. TB2Insert.Description = "Luxury/Rare Vehicle"
  569. table.insert(D3DCarConfig.Car,TB2Insert)
  570. local TB2Insert = {}
  571. TB2Insert.VehicleName = "mclarenf1tdm"
  572. TB2Insert.CarName = "McLaren F1 [VIP]"
  573. TB2Insert.CarPrice = 150000000
  574. TB2Insert.CarRefund = 12500000
  575. TB2Insert.MaxAmount = 1
  576. TB2Insert.AvaliableGroup = {"vip","tmod","donator_admin","mod","admin","hmod","hadmin","superadmin"}
  577. TB2Insert.Description = "Luxury/Rare Vehicle"
  578. table.insert(D3DCarConfig.Car,TB2Insert)
  579. local TB2Insert = {}
  580. TB2Insert.VehicleName = "mp412cgt3tdm"
  581. TB2Insert.CarName = "McLaren GT MP4 [VIP]"
  582. TB2Insert.CarPrice = 150000000
  583. TB2Insert.CarRefund = 12500000
  584. TB2Insert.MaxAmount = 1
  585. TB2Insert.AvaliableGroup = {"vip","tmod","donator_admin","mod","admin","hmod","hadmin","superadmin"}
  586. TB2Insert.Description = "Luxury/Rare Vehicle"
  587. table.insert(D3DCarConfig.Car,TB2Insert)
  588.  
  589. local TB2Insert = {}
  590. TB2Insert.VehicleName = "mitsuevoxpoltdm"
  591. TB2Insert.CarName = "Mitsubishi Evo [GOV]"
  592. TB2Insert.CarPrice = 500000
  593. TB2Insert.CarRefund = 45000
  594. TB2Insert.MaxAmount = 1
  595. TB2Insert.AvaliableTeam = {TEAM_POLICE,TEAM_SWAT,TEAM_CHIEF,TEAM_secretservice}
  596. TB2Insert.Description = "Government Vehicle"
  597. table.insert(D3DCarConfig.Car,TB2Insert)
  598.  
  599. local TB2Insert = {}
  600. TB2Insert.VehicleName = "she1000tdm"
  601. TB2Insert.CarName = "Shelby Cobra 1K"
  602. TB2Insert.CarPrice = 25000000
  603. TB2Insert.CarRefund = 4500000
  604. TB2Insert.MaxAmount = 1
  605. TB2Insert.Description = "High Power Muscle"
  606. table.insert(D3DCarConfig.Car,TB2Insert)
  607.  
  608. local TB2Insert = {}
  609. TB2Insert.VehicleName = "charger12poltdm"
  610. TB2Insert.CarName = "Police Charger [GOV]"
  611. TB2Insert.CarPrice = 150000
  612. TB2Insert.CarRefund = 25000
  613. TB2Insert.MaxAmount = 1
  614. TB2Insert.AvaliableTeam = {TEAM_POLICE,TEAM_SWAT,TEAM_CHIEF,TEAM_secretservice}
  615. TB2Insert.Description = "Government Vehicle"
  616. table.insert(D3DCarConfig.Car,TB2Insert)
  617.  
  618. local TB2Insert = {}
  619. TB2Insert.VehicleName = "jag_xfr_pol"
  620. TB2Insert.CarName = "Jaguar XFR [GOV]"
  621. TB2Insert.CarPrice = 155000
  622. TB2Insert.CarRefund = 55000
  623. TB2Insert.MaxAmount = 1
  624. TB2Insert.AvaliableTeam = {TEAM_POLICE,TEAM_SWAT,TEAM_CHIEF,TEAM_secretservice}
  625. TB2Insert.Description = "Government Vehicle"
  626. table.insert(D3DCarConfig.Car,TB2Insert)
  627.  
  628. local TB2Insert = {}
  629. TB2Insert.VehicleName = "volvo_s60_pol"
  630. TB2Insert.CarName = "Volvo S60 [GOV]"
  631. TB2Insert.CarPrice = 55000
  632. TB2Insert.CarRefund = 25000
  633. TB2Insert.MaxAmount = 1
  634. TB2Insert.AvaliableTeam = {TEAM_POLICE,TEAM_SWAT,TEAM_CHIEF,TEAM_secretservice}
  635. TB2Insert.Description = "Government Vehicle"
  636. table.insert(D3DCarConfig.Car,TB2Insert)
  637.  
  638. local TB2Insert = {}
  639. TB2Insert.VehicleName = "chev_suburban_pol"
  640. TB2Insert.CarName = "Suburban Tahoe [GOV]"
  641. TB2Insert.CarPrice = 100000
  642. TB2Insert.CarRefund = 45000
  643. TB2Insert.MaxAmount = 1
  644. TB2Insert.AvaliableTeam = {TEAM_POLICE,TEAM_SWAT,TEAM_CHIEF,TEAM_secretservice}
  645. TB2Insert.Description = "Government Vehicle"
  646. table.insert(D3DCarConfig.Car,TB2Insert)
  647.  
  648. local TB2Insert = {}
  649. TB2Insert.VehicleName = "chev_suburban_pol_und"
  650. TB2Insert.CarName = "Suburban Tahoe Undercover [GOV]"
  651. TB2Insert.CarPrice = 125000
  652. TB2Insert.CarRefund = 55000
  653. TB2Insert.MaxAmount = 1
  654. TB2Insert.AvaliableTeam = {TEAM_POLICE,TEAM_SWAT,TEAM_CHIEF,TEAM_secretservice}
  655. TB2Insert.Description = "Government Vehicle"
  656. table.insert(D3DCarConfig.Car,TB2Insert)
  657.  
  658. local TB2Insert = {}
  659. TB2Insert.VehicleName = "chev_suburban_pol_und"
  660. TB2Insert.CarName = "Suburban Tahoe SS [GOV]"
  661. TB2Insert.CarPrice = 200000
  662. TB2Insert.CarRefund = 65000
  663. TB2Insert.MaxAmount = 1
  664. TB2Insert.AvaliableTeam = {TEAM_secretservice}
  665. TB2Insert.Description = "Government Vehicle"
  666. table.insert(D3DCarConfig.Car,TB2Insert)
  667.  
  668. local TB2Insert = {}
  669. TB2Insert.VehicleName = "ford_f350_ambu_lw"
  670. TB2Insert.CarName = "F350 Ambulance [GOV]"
  671. TB2Insert.CarPrice = 65000
  672. TB2Insert.CarRefund = 25000
  673. TB2Insert.MaxAmount = 1
  674. TB2Insert.AvaliableTeam = {TEAM_POLICE,TEAM_SWAT,TEAM_CHIEF,TEAM_secretservice}
  675. TB2Insert.Description = "Government Vehicle"
  676. table.insert(D3DCarConfig.Car,TB2Insert)
  677.  
  678. /* ──────────────────────────────────────────────────────────────────────────────────
  679. Adding New CAR :: END
  680. ────────────────────────────────────────────────────────────────────────────────── */
  681. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement