Advertisement
Nidhoggx

Lscustom

Apr 27th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.78 KB | None | 0 0
  1. Config = {}
  2. Config.DrawDistance = 100.0
  3. Config.Locale = 'en'
  4. Config.IsMecanoJobOnly = false
  5.  
  6. Config.Zones = {
  7. ls1 = {
  8. Pos = { x = -337.3863, y = -136.9247, z = 38.5737},
  9. Size = {x = 3.0, y = 3.0, z = 0.2},
  10. Color = {r = 204, g = 204, b = 0},
  11. Marker= 1,
  12. Name = "Los Santos Customs",
  13. Hint = _U('press_custom')
  14. },
  15. ls2 = {
  16. Pos = { x = -1155.536, y = -2007.183, z = 12.744},
  17. Size = {x = 3.0, y = 3.0, z = 0.2},
  18. Color = {r = 204, g = 204, b = 0},
  19. Marker= 1,
  20. Name = "Los Santos Customs",
  21. Hint = _U('press_custom')
  22. },
  23. ls3 = {
  24. Pos = { x = 731.8163, y = -1088.822, z = 21.733},
  25. Size = {x = 3.0, y = 3.0, z = 0.2},
  26. Color = {r = 204, g = 204, b = 0},
  27. Marker= 1,
  28. Name = "Los Santos Customs",
  29. Hint = _U('press_custom')
  30. },
  31. ls4 = {
  32. Pos = { x = 1175.04, y = 2640.216, z = 37.32177},
  33. Size = {x = 3.0, y = 3.0, z = 0.2},
  34. Color = {r = 204, g = 204, b = 0},
  35. Marker= 1,
  36. Name = "Los Santos Customs",
  37. Hint = _U('press_custom')
  38. },
  39. ls5 = {
  40. Pos = { x = 110.99, y = 6626.39, z = 30.89},
  41. Size = {x = 3.0, y = 3.0, z = 0.2},
  42. Color = {r = 204, g = 204, b = 0},
  43. Marker= 1,
  44. Name = "Los Santos Customs",
  45. Hint = _U('press_custom')
  46. },
  47. }
  48.  
  49. Config.Colors = {
  50. { label = _U('black'), value = 'black'},
  51. { label = _U('white'), value = 'white'},
  52. { label = _U('grey'), value = 'grey'},
  53. { label = _U('red'), value = 'red'},
  54. { label = _U('pink'), value = 'pink'},
  55. { label = _U('blue'), value = 'blue'},
  56. { label = _U('yellow'), value = 'yellow'},
  57. { label = _U('green'), value = 'green'},
  58. { label = _U('orange'), value = 'orange'},
  59. { label = _U('brown'), value = 'brown'},
  60. { label = _U('purple'), value = 'purple'},
  61. { label = _U('chrome'), value = 'chrome'},
  62. { label = _U('gold'), value = 'gold'},
  63. }
  64.  
  65. function GetColors(color)
  66. local colors = {}
  67. if color == 'black' then
  68. colors = {
  69. { index = 0, label = _U('black')},
  70. { index = 1, label = _U('graphite')},
  71. { index = 2, label = _U('black_metallic')},
  72. { index = 3, label = _U('caststeel')},
  73. { index = 11, label = _U('black_anth')},
  74. { index = 12, label = _U('matteblack')},
  75. { index = 15, label = _U('darknight')},
  76. { index = 16, label = _U('deepblack')},
  77. { index = 21, label = _U('oil')},
  78. { index = 147, label = _U('carbon')}
  79. }
  80. elseif color == 'white' then
  81. colors = {
  82. { index = 106, label = _U('vanilla')},
  83. { index = 107, label = _U('creme')},
  84. { index = 111, label = _U('white')},
  85. { index = 112, label = _U('polarwhite')},
  86. { index = 113, label = _U('beige')},
  87. { index = 121, label = _U('mattewhite')},
  88. { index = 122, label = _U('snow')},
  89. { index = 131, label = _U('cotton')},
  90. { index = 132, label = _U('alabaster')},
  91. { index = 134, label = _U('purewhite')}
  92. }
  93. elseif color == 'grey' then
  94. colors = {
  95. { index = 4, label = _U('silver')},
  96. { index = 5, label = _U('metallicgrey')},
  97. { index = 6, label = _U('laminatedsteel')},
  98. { index = 7, label = _U('darkgray')},
  99. { index = 8, label = _U('rockygray')},
  100. { index = 9, label = _U('graynight')},
  101. { index = 10, label = _U('aluminum')},
  102. { index = 13, label = _U('graymat')},
  103. { index = 14, label = _U('lightgrey')},
  104. { index = 17, label = _U('asphaltgray')},
  105. { index = 18, label = _U('grayconcrete')},
  106. { index = 19, label = _U('darksilver')},
  107. { index = 20, label = _U('magnesite')},
  108. { index = 22, label = _U('nickel')},
  109. { index = 23, label = _U('zinc')},
  110. { index = 24, label = _U('dolomite')},
  111. { index = 25, label = _U('bluesilver')},
  112. { index = 26, label = _U('titanium')},
  113. { index = 66, label = _U('steelblue')},
  114. { index = 93, label = _U('champagne')},
  115. { index = 144, label = _U('grayhunter')},
  116. { index = 156, label = _U('grey')}
  117. }
  118. elseif color == 'red' then
  119. colors = {
  120. { index = 27, label = _U('red')},
  121. { index = 28, label = _U('torino_red')},
  122. { index = 29, label = _U('poppy')},
  123. { index = 30, label = _U('copper_red')},
  124. { index = 31, label = _U('cardinal')},
  125. { index = 32, label = _U('brick')},
  126. { index = 33, label = _U('garnet')},
  127. { index = 34, label = _U('cabernet')},
  128. { index = 35, label = _U('candy')},
  129. { index = 39, label = _U('matte_red')},
  130. { index = 40, label = _U('dark_red')},
  131. { index = 43, label = _U('red_pulp')},
  132. { index = 44, label = _U('bril_red')},
  133. { index = 46, label = _U('pale_red')},
  134. { index = 143, label = _U('wine_red')},
  135. { index = 150, label = _U('volcano')}
  136. }
  137. elseif color == 'pink' then
  138. colors = {
  139. { index = 135, label = _U('electricpink')},
  140. { index = 136, label = _U('salmon')},
  141. { index = 137, label = _U('sugarplum')}
  142. }
  143. elseif color == 'blue' then
  144. colors = {
  145. { index = 54, label = _U('topaz')},
  146. { index = 60, label = _U('light_blue')},
  147. { index = 61, label = _U('galaxy_blue')},
  148. { index = 62, label = _U('dark_blue')},
  149. { index = 63, label = _U('azure')},
  150. { index = 64, label = _U('navy_blue')},
  151. { index = 65, label = _U('lapis')},
  152. { index = 67, label = _U('blue_diamond')},
  153. { index = 68, label = _U('surfer')},
  154. { index = 69, label = _U('pastel_blue')},
  155. { index = 70, label = _U('celeste_blue')},
  156. { index = 73, label = _U('rally_blue')},
  157. { index = 74, label = _U('blue_paradise')},
  158. { index = 75, label = _U('blue_night')},
  159. { index = 77, label = _U('cyan_blue')},
  160. { index = 78, label = _U('cobalt')},
  161. { index = 79, label = _U('electric_blue')},
  162. { index = 80, label = _U('horizon_blue')},
  163. { index = 82, label = _U('metallic_blue')},
  164. { index = 83, label = _U('aquamarine')},
  165. { index = 84, label = _U('blue_agathe')},
  166. { index = 85, label = _U('zirconium')},
  167. { index = 86, label = _U('spinel')},
  168. { index = 87, label = _U('tourmaline')},
  169. { index = 127, label = _U('paradise')},
  170. { index = 140, label = _U('bubble_gum')},
  171. { index = 141, label = _U('midnight_blue')},
  172. { index = 146, label = _U('forbidden_blue')},
  173. { index = 157, label = _U('glacier_blue')}
  174. }
  175. elseif color == 'yellow' then
  176. colors = {
  177. { index = 42, label = _U('yellow')},
  178. { index = 88, label = _U('wheat')},
  179. { index = 89, label = _U('raceyellow')},
  180. { index = 91, label = _U('paleyellow')},
  181. { index = 126, label = _U('lightyellow')}
  182. }
  183. elseif color == 'green' then
  184. colors = {
  185. { index = 49, label = _U('met_dark_green')},
  186. { index = 50, label = _U('rally_green')},
  187. { index = 51, label = _U('pine_green')},
  188. { index = 52, label = _U('olive_green')},
  189. { index = 53, label = _U('light_green')},
  190. { index = 55, label = _U('lime_green')},
  191. { index = 56, label = _U('forest_green')},
  192. { index = 57, label = _U('lawn_green')},
  193. { index = 58, label = _U('imperial_green')},
  194. { index = 59, label = _U('green_bottle')},
  195. { index = 92, label = _U('citrus_green')},
  196. { index = 125, label = _U('green_anis')},
  197. { index = 128, label = _U('khaki')},
  198. { index = 133, label = _U('army_green')},
  199. { index = 151, label = _U('dark_green')},
  200. { index = 152, label = _U('hunter_green')},
  201. { index = 155, label = _U('matte_foilage_green')}
  202. }
  203. elseif color == 'orange' then
  204. colors = {
  205. { index = 36, label = _U('tangerine')},
  206. { index = 38, label = _U('orange')},
  207. { index = 41, label = _U('matteorange')},
  208. { index = 123, label = _U('lightorange')},
  209. { index = 124, label = _U('peach')},
  210. { index = 130, label = _U('pumpkin')},
  211. { index = 138, label = _U('orangelambo')}
  212. }
  213. elseif color == 'brown' then
  214. colors = {
  215. { index = 45, label = _U('copper')},
  216. { index = 47, label = _U('lightbrown')},
  217. { index = 48, label = _U('darkbrown')},
  218. { index = 90, label = _U('bronze')},
  219. { index = 94, label = _U('brownmetallic')},
  220. { index = 95, label = _U('Expresso')},
  221. { index = 96, label = _U('chocolate')},
  222. { index = 97, label = _U('terracotta')},
  223. { index = 98, label = _U('marble')},
  224. { index = 99, label = _U('sand')},
  225. { index = 100, label = _U('sepia')},
  226. { index = 101, label = _U('bison')},
  227. { index = 102, label = _U('palm')},
  228. { index = 103, label = _U('caramel')},
  229. { index = 104, label = _U('rust')},
  230. { index = 105, label = _U('chestnut')},
  231. { index = 108, label = _U('brown')},
  232. { index = 109, label = _U('hazelnut')},
  233. { index = 110, label = _U('shell')},
  234. { index = 114, label = _U('mahogany')},
  235. { index = 115, label = _U('cauldron')},
  236. { index = 116, label = _U('blond')},
  237. { index = 129, label = _U('gravel')},
  238. { index = 153, label = _U('darkearth')},
  239. { index = 154, label = _U('desert')}
  240. }
  241. elseif color == 'purple' then
  242. colors = {
  243. { index = 71, label = _U('indigo')},
  244. { index = 72, label = _U('deeppurple')},
  245. { index = 76, label = _U('darkviolet')},
  246. { index = 81, label = _U('amethyst')},
  247. { index = 142, label = _U('mysticalviolet')},
  248. { index = 145, label = _U('purplemetallic')},
  249. { index = 148, label = _U('matteviolet')},
  250. { index = 149, label = _U('mattedeeppurple')}
  251. }
  252. elseif color == 'chrome' then
  253. colors = {
  254. { index = 117, label = _U('brushechrome')},
  255. { index = 118, label = _U('blackchrome')},
  256. { index = 119, label = _U('brushedaluminum')},
  257. { index = 120, label = _U('chrome')}
  258. }
  259. elseif color == 'gold' then
  260. colors = {
  261. { index = 37, label = _U('gold')},
  262. { index = 158, label = _U('puregold')},
  263. { index = 159, label = _U('brushedgold')},
  264. { index = 160, label = _U('lightgold')}
  265. }
  266. end
  267. return colors
  268. end
  269.  
  270. function GetWindowName(index)
  271. if (index == 1) then
  272. return "Pure Black"
  273. elseif (index == 2) then
  274. return "Darksmoke"
  275. elseif (index == 3) then
  276. return "Lightsmoke"
  277. elseif (index == 4) then
  278. return "Limo"
  279. elseif (index == 5) then
  280. return "Green"
  281. else
  282. return "Unknown"
  283. end
  284. end
  285.  
  286. function GetHornName(index)
  287. if (index == 0) then
  288. return "Truck Horn"
  289. elseif (index == 1) then
  290. return "Cop Horn"
  291. elseif (index == 2) then
  292. return "Clown Horn"
  293. elseif (index == 3) then
  294. return "Musical Horn 1"
  295. elseif (index == 4) then
  296. return "Musical Horn 2"
  297. elseif (index == 5) then
  298. return "Musical Horn 3"
  299. elseif (index == 6) then
  300. return "Musical Horn 4"
  301. elseif (index == 7) then
  302. return "Musical Horn 5"
  303. elseif (index == 8) then
  304. return "Sad Trombone"
  305. elseif (index == 9) then
  306. return "Classical Horn 1"
  307. elseif (index == 10) then
  308. return "Classical Horn 2"
  309. elseif (index == 11) then
  310. return "Classical Horn 3"
  311. elseif (index == 12) then
  312. return "Classical Horn 4"
  313. elseif (index == 13) then
  314. return "Classical Horn 5"
  315. elseif (index == 14) then
  316. return "Classical Horn 6"
  317. elseif (index == 15) then
  318. return "Classical Horn 7"
  319. elseif (index == 16) then
  320. return "Scale - Do"
  321. elseif (index == 17) then
  322. return "Scale - Re"
  323. elseif (index == 18) then
  324. return "Scale - Mi"
  325. elseif (index == 19) then
  326. return "Scale - Fa"
  327. elseif (index == 20) then
  328. return "Scale - Sol"
  329. elseif (index == 21) then
  330. return "Scale - La"
  331. elseif (index == 22) then
  332. return "Scale - Ti"
  333. elseif (index == 23) then
  334. return "Scale - Do"
  335. elseif (index == 24) then
  336. return "Jazz Horn 1"
  337. elseif (index == 25) then
  338. return "Jazz Horn 2"
  339. elseif (index == 26) then
  340. return "Jazz Horn 3"
  341. elseif (index == 27) then
  342. return "Jazz Horn Loop"
  343. elseif (index == 28) then
  344. return "Star Spangled Banner 1"
  345. elseif (index == 29) then
  346. return "Star Spangled Banner 2"
  347. elseif (index == 30) then
  348. return "Star Spangled Banner 3"
  349. elseif (index == 31) then
  350. return "Star Spangled Banner 4"
  351. elseif (index == 32) then
  352. return "Classical Horn 8 Loop"
  353. elseif (index == 33) then
  354. return "Classical Horn 9 Loop"
  355. elseif (index == 34) then
  356. return "Classical Horn 10 Loop"
  357. elseif (index == 35) then
  358. return "Classical Horn 8"
  359. elseif (index == 36) then
  360. return "Classical Horn 9"
  361. elseif (index == 37) then
  362. return "Classical Horn 10"
  363. elseif (index == 38) then
  364. return "Funeral Loop"
  365. elseif (index == 39) then
  366. return "Funeral"
  367. elseif (index == 40) then
  368. return "Spooky Loop"
  369. elseif (index == 41) then
  370. return "Spooky"
  371. elseif (index == 42) then
  372. return "San Andreas Loop"
  373. elseif (index == 43) then
  374. return "San Andreas"
  375. elseif (index == 44) then
  376. return "Liberty City Loop"
  377. elseif (index == 45) then
  378. return "Liberty City"
  379. elseif (index == 46) then
  380. return "Festive 1 Loop"
  381. elseif (index == 47) then
  382. return "Festive 1"
  383. elseif (index == 48) then
  384. return "Festive 2 Loop"
  385. elseif (index == 49) then
  386. return "Festive 2"
  387. elseif (index == 50) then
  388. return "Festive 3 Loop"
  389. elseif (index == 51) then
  390. return "Festive 3"
  391. else
  392. return "Unknown Horn"
  393. end
  394. end
  395.  
  396. function GetNeons()
  397. local neons = {
  398. { label = _U('white'), r = 255, g = 255, b = 255},
  399. { label = "Slate Gray", r = 112, g = 128, b = 144},
  400. { label = "Blue", r = 0, g = 0, b = 255},
  401. { label = "Light Blue", r = 0, g = 150, b = 255},
  402. { label = "Navy Blue", r = 0, g = 0, b = 128},
  403. { label = "Sky Blue", r = 135, g = 206, b = 235},
  404. { label = "Turquoise", r = 0, g = 245, b = 255},
  405. { label = "Mint Green", r = 50, g = 255, b = 155},
  406. { label = "Lime Green", r = 0, g = 255, b = 0},
  407. { label = "Olive", r = 128, g = 128, b = 0},
  408. { label = _U('yellow'), r = 255, g = 255, b = 0},
  409. { label = _U('gold'), r = 255, g = 215, b = 0},
  410. { label = _U('orange'), r = 255, g = 165, b = 0},
  411. { label = _U('wheat'), r = 245, g = 222, b = 179},
  412. { label = _U('red'), r = 255, g = 0, b = 0},
  413. { label = _U('pink'), r = 255, g = 161, b = 211},
  414. { label = _U('brightpink'), r = 255, g = 0, b = 255},
  415. { label = _U('purple'), r = 153, g = 0, b = 153},
  416. { label = "Ivory", r = 41, g = 36, b = 33}
  417. }
  418. return neons
  419. end
  420.  
  421. function GetPlatesName(index)
  422. if (index == 0) then
  423. return _U('blue_on_white_1')
  424. elseif (index == 1) then
  425. return _U('yellow_on_black')
  426. elseif (index == 2) then
  427. return _U('yellow_blue')
  428. elseif (index == 3) then
  429. return _U('blue_on_white_2')
  430. elseif (index == 4) then
  431. return _U('blue_on_white_3')
  432. end
  433. end
  434.  
  435. Config.Menus = {
  436. main = {
  437. label = 'LS CUSTOMS',
  438. parent = nil,
  439. upgrades = _U('upgrades'),
  440. cosmetics = _U('cosmetics')
  441. },
  442. upgrades = {
  443. label = _U('upgrades'),
  444. parent = 'main',
  445. modEngine = _U('engine'),
  446. modBrakes = _U('brakes'),
  447. modTransmission = _U('transmission'),
  448. modSuspension = _U('suspension'),
  449. modArmor = _U('armor'),
  450. modTurbo = _U('turbo')
  451. },
  452. modEngine = {
  453. label = _U('engine'),
  454. parent = 'upgrades',
  455. modType = 11,
  456. price = {13.95, 32.56, 65.12, 139.53}
  457. },
  458. modBrakes = {
  459. label = _U('brakes'),
  460. parent = 'upgrades',
  461. modType = 12,
  462. price = {4.65, 9.3, 18.6, 13.95}
  463. },
  464. modTransmission = {
  465. label = _U('transmission'),
  466. parent = 'upgrades',
  467. modType = 13,
  468. price = {13.95, 20.93, 46.51}
  469. },
  470. modSuspension = {
  471. label = _U('suspension'),
  472. parent = 'upgrades',
  473. modType = 15,
  474. price = {3.72, 7.44, 14.88, 29.77, 40.2}
  475. },
  476. modArmor = {
  477. label = _U('armor'),
  478. parent = 'upgrades',
  479. modType = 16,
  480. price = {69.77, 116.28, 130.00, 150.00, 180.00, 190.00}
  481. },
  482. modTurbo = {
  483. label = _U('turbo'),
  484. parent = 'upgrades',
  485. modType = 17,
  486. price = {55.81}
  487. },
  488. cosmetics = {
  489. label = _U('cosmetics'),
  490. parent = 'main',
  491. bodyparts = _U('bodyparts'),
  492. windowTint = _U('windowtint'),
  493. modHorns = _U('horns'),
  494. neonColor = _U('neons'),
  495. resprays = _U('respray'),
  496. modXenon = _U('headlights'),
  497. plateIndex = _U('licenseplates'),
  498. wheels = _U('wheels'),
  499. modPlateHolder = _U('modplateholder'),
  500. modVanityPlate = _U('modvanityplate'),
  501. modTrimA = _U('interior'),
  502. modOrnaments = _U('trim'),
  503. modDashboard = _U('dashboard'),
  504. modDial = _U('speedometer'),
  505. modDoorSpeaker = _U('door_speakers'),
  506. modSeats = _U('seats'),
  507. modSteeringWheel = _U('steering_wheel'),
  508. modShifterLeavers = _U('gear_lever'),
  509. modAPlate = _U('quarter_deck'),
  510. modSpeakers = _U('speakers'),
  511. modTrunk = _U('trunk'),
  512. modHydrolic = _U('hydraulic'),
  513. modEngineBlock = _U('engine_block'),
  514. modAirFilter = _U('air_filter'),
  515. modStruts = _U('struts'),
  516. modArchCover = _U('arch_cover'),
  517. modAerials = _U('aerials'),
  518. modTrimB = _U('wings'),
  519. modTank = _U('fuel_tank'),
  520. modWindows = _U('windows'),
  521. modLivery = _U('stickers')
  522. },
  523.  
  524. modPlateHolder = {
  525. label = _U('modplateholder'),
  526. parent = 'cosmetics',
  527. modType = 25,
  528. price = 3.49
  529. },
  530. modVanityPlate = {
  531. label = _U('modvanityplate'),
  532. parent = 'cosmetics',
  533. modType = 26,
  534. price = 1.1
  535. },
  536. modTrimA = {
  537. label = _U('interior'),
  538. parent = 'cosmetics',
  539. modType = 27,
  540. price = 6.98
  541. },
  542. modOrnaments = {
  543. label = _U('trim'),
  544. parent = 'cosmetics',
  545. modType = 28,
  546. price = 0.9
  547. },
  548. modDashboard = {
  549. label = _U('dashboard'),
  550. parent = 'cosmetics',
  551. modType = 29,
  552. price = 4.65
  553. },
  554. modDial = {
  555. label = _U('speedometer'),
  556. parent = 'cosmetics',
  557. modType = 30,
  558. price = 4.19
  559. },
  560. modDoorSpeaker = {
  561. label = _U('door_speakers'),
  562. parent = 'cosmetics',
  563. modType = 31,
  564. price = 5.58
  565. },
  566. modSeats = {
  567. label = _U('seats'),
  568. parent = 'cosmetics',
  569. modType = 32,
  570. price = 4.65
  571. },
  572. modSteeringWheel = {
  573. label = _U('steering_wheel'),
  574. parent = 'cosmetics',
  575. modType = 33,
  576. price = 4.19
  577. },
  578. modShifterLeavers = {
  579. label = _U('gear_lever'),
  580. parent = 'cosmetics',
  581. modType = 34,
  582. price = 3.26
  583. },
  584. modAPlate = {
  585. label = _U('quarter_deck'),
  586. parent = 'cosmetics',
  587. modType = 35,
  588. price = 4.19
  589. },
  590. modSpeakers = {
  591. label = _U('speakers'),
  592. parent = 'cosmetics',
  593. modType = 36,
  594. price = 6.98
  595. },
  596. modTrunk = {
  597. label = _U('trunk'),
  598. parent = 'cosmetics',
  599. modType = 37,
  600. price = 5.58
  601. },
  602. modHydrolic = {
  603. label = _U('hydraulic'),
  604. parent = 'cosmetics',
  605. modType = 38,
  606. price = 5.12
  607. },
  608. modEngineBlock = {
  609. label = _U('engine_block'),
  610. parent = 'cosmetics',
  611. modType = 39,
  612. price = 5.12
  613. },
  614. modAirFilter = {
  615. label = _U('air_filter'),
  616. parent = 'cosmetics',
  617. modType = 40,
  618. price = 3.72
  619. },
  620. modStruts = {
  621. label = _U('struts'),
  622. parent = 'cosmetics',
  623. modType = 41,
  624. price = 6.51
  625. },
  626. modArchCover = {
  627. label = _U('arch_cover'),
  628. parent = 'cosmetics',
  629. modType = 42,
  630. price = 4.19
  631. },
  632. modAerials = {
  633. label = _U('aerials'),
  634. parent = 'cosmetics',
  635. modType = 43,
  636. price = 1.12
  637. },
  638. modTrimB = {
  639. label = _U('wings'),
  640. parent = 'cosmetics',
  641. modType = 44,
  642. price = 6.05
  643. },
  644. modTank = {
  645. label = _U('fuel_tank'),
  646. parent = 'cosmetics',
  647. modType = 45,
  648. price = 4.19
  649. },
  650. modWindows = {
  651. label = _U('windows'),
  652. parent = 'cosmetics',
  653. modType = 46,
  654. price = 4.19
  655. },
  656. modLivery = {
  657. label = _U('stickers'),
  658. parent = 'cosmetics',
  659. modType = 48,
  660. price = 9.3
  661. },
  662.  
  663. wheels = {
  664. label = _U('wheels'),
  665. parent = 'cosmetics',
  666. modFrontWheelsTypes = _U('wheel_type'),
  667. modFrontWheelsColor = _U('wheel_color'),
  668. tyreSmokeColor = _U('tiresmoke')
  669. },
  670. modFrontWheelsTypes = {
  671. label = _U('wheel_type'),
  672. parent = 'wheels',
  673. modFrontWheelsType0 = _U('sport'),
  674. modFrontWheelsType1 = _U('muscle'),
  675. modFrontWheelsType2 = _U('lowrider'),
  676. modFrontWheelsType3 = _U('suv'),
  677. modFrontWheelsType4 = _U('allterrain'),
  678. modFrontWheelsType5 = _U('tuning'),
  679. modFrontWheelsType6 = _U('motorcycle'),
  680. modFrontWheelsType7 = _U('highend')
  681. },
  682. modFrontWheelsType0 = {
  683. label = _U('sport'),
  684. parent = 'modFrontWheelsTypes',
  685. modType = 23,
  686. wheelType = 0,
  687. price = 4.65
  688. },
  689. modFrontWheelsType1 = {
  690. label = _U('muscle'),
  691. parent = 'modFrontWheelsTypes',
  692. modType = 23,
  693. wheelType = 1,
  694. price = 4.19
  695. },
  696. modFrontWheelsType2 = {
  697. label = _U('lowrider'),
  698. parent = 'modFrontWheelsTypes',
  699. modType = 23,
  700. wheelType = 2,
  701. price = 4.65
  702. },
  703. modFrontWheelsType3 = {
  704. label = _U('suv'),
  705. parent = 'modFrontWheelsTypes',
  706. modType = 23,
  707. wheelType = 3,
  708. price = 4.19
  709. },
  710. modFrontWheelsType4 = {
  711. label = _U('allterrain'),
  712. parent = 'modFrontWheelsTypes',
  713. modType = 23,
  714. wheelType = 4,
  715. price = 4.19
  716. },
  717. modFrontWheelsType5 = {
  718. label = _U('tuning'),
  719. parent = 'modFrontWheelsTypes',
  720. modType = 23,
  721. wheelType = 5,
  722. price = 5.12
  723. },
  724. modFrontWheelsType6 = {
  725. label = _U('motorcycle'),
  726. parent = 'modFrontWheelsTypes',
  727. modType = 23,
  728. wheelType = 6,
  729. price = 3.26
  730. },
  731. modFrontWheelsType7 = {
  732. label = _U('highend'),
  733. parent = 'modFrontWheelsTypes',
  734. modType = 23,
  735. wheelType = 7,
  736. price = 5.12
  737. },
  738. modFrontWheelsColor = {
  739. label = 'Peinture Jantes',
  740. parent = 'wheels'
  741. },
  742. wheelColor = {
  743. label = 'Peinture Jantes',
  744. parent = 'modFrontWheelsColor',
  745. modType = 'wheelColor',
  746. price = 0.66
  747. },
  748. plateIndex = {
  749. label = _U('licenseplates'),
  750. parent = 'cosmetics',
  751. modType = 'plateIndex',
  752. price = 1.1
  753. },
  754. resprays = {
  755. label = _U('respray'),
  756. parent = 'cosmetics',
  757. primaryRespray = _U('primary'),
  758. secondaryRespray = _U('secondary'),
  759. pearlescentRespray = _U('pearlescent'),
  760. },
  761. primaryRespray = {
  762. label = _U('primary'),
  763. parent = 'resprays',
  764. },
  765. secondaryRespray = {
  766. label = _U('secondary'),
  767. parent = 'resprays',
  768. },
  769. pearlescentRespray = {
  770. label = _U('pearlescent'),
  771. parent = 'resprays',
  772. },
  773. color1 = {
  774. label = _U('primary'),
  775. parent = 'primaryRespray',
  776. modType = 'color1',
  777. price = 1.12
  778. },
  779. color2 = {
  780. label = _U('secondary'),
  781. parent = 'secondaryRespray',
  782. modType = 'color2',
  783. price = 0.66
  784. },
  785. pearlescentColor = {
  786. label = _U('pearlescent'),
  787. parent = 'pearlescentRespray',
  788. modType = 'pearlescentColor',
  789. price = 0.88
  790. },
  791. modXenon = {
  792. label = _U('headlights'),
  793. parent = 'cosmetics',
  794. modType = 22,
  795. price = 3.72
  796. },
  797. bodyparts = {
  798. label = _U('bodyparts'),
  799. parent = 'cosmetics',
  800. modFender = _U('leftfender'),
  801. modRightFender = _U('rightfender'),
  802. modSpoilers = _U('spoilers'),
  803. modSideSkirt = _U('sideskirt'),
  804. modFrame = _U('cage'),
  805. modHood = _U('hood'),
  806. modGrille = _U('grille'),
  807. modRearBumper = _U('rearbumper'),
  808. modFrontBumper = _U('frontbumper'),
  809. modExhaust = _U('exhaust'),
  810. modRoof = _U('roof')
  811. },
  812. modSpoilers = {
  813. label = _U('spoilers'),
  814. parent = 'bodyparts',
  815. modType = 0,
  816. price = 4.65
  817. },
  818. modFrontBumper = {
  819. label = _U('frontbumper'),
  820. parent = 'bodyparts',
  821. modType = 1,
  822. price = 5.12
  823. },
  824. modRearBumper = {
  825. label = _U('rearbumper'),
  826. parent = 'bodyparts',
  827. modType = 2,
  828. price = 5.12
  829. },
  830. modSideSkirt = {
  831. label = _U('sideskirt'),
  832. parent = 'bodyparts',
  833. modType = 3,
  834. price = 4.65
  835. },
  836. modExhaust = {
  837. label = _U('exhaust'),
  838. parent = 'bodyparts',
  839. modType = 4,
  840. price = 5.12
  841. },
  842. modFrame = {
  843. label = _U('cage'),
  844. parent = 'bodyparts',
  845. modType = 5,
  846. price = 5.12
  847. },
  848. modGrille = {
  849. label = _U('grille'),
  850. parent = 'bodyparts',
  851. modType = 6,
  852. price = 3.72
  853. },
  854. modHood = {
  855. label = _U('hood'),
  856. parent = 'bodyparts',
  857. modType = 7,
  858. price = 4.88
  859. },
  860. modFender = {
  861. label = _U('leftfender'),
  862. parent = 'bodyparts',
  863. modType = 8,
  864. price = 5.12
  865. },
  866. modRightFender = {
  867. label = _U('rightfender'),
  868. parent = 'bodyparts',
  869. modType = 9,
  870. price = 5.12
  871. },
  872. modRoof = {
  873. label = _U('roof'),
  874. parent = 'bodyparts',
  875. modType = 10,
  876. price = 5.58
  877. },
  878. windowTint = {
  879. label = _U('windowtint'),
  880. parent = 'cosmetics',
  881. modType = 'windowTint',
  882. price = 1.12
  883. },
  884. modHorns = {
  885. label = _U('horns'),
  886. parent = 'cosmetics',
  887. modType = 14,
  888. price = 1.12
  889. },
  890. neonColor = {
  891. label = _U('neons'),
  892. parent = 'cosmetics',
  893. modType = 'neonColor',
  894. price = 1.12
  895. },
  896. tyreSmokeColor = {
  897. label = _U('tiresmoke'),
  898. parent = 'wheels',
  899. modType = 'tyreSmokeColor',
  900. price = 1.12
  901. }
  902.  
  903. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement