friquentin

Shop actuelle

Aug 1st, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 235.61 KB | None | 0 0
  1. #define false 0
  2. #define true 1
  3.  
  4. class CarShops {
  5. /*
  6. * ARRAY FORMAT:
  7. * 0: STRING (Classname)
  8. * 1: STRING (Condition)
  9. * FORMAT:
  10. * STRING (Conditions) - Must return boolean :
  11. * String can contain any amount of conditions, aslong as the entire
  12. * string returns a boolean. This allows you to check any levels, licenses etc,
  13. * in any combination. For example:
  14. * "call life_copLevel & call life_medLevel & license_civ_someLicense"
  15. * This will also let you call any other function.
  16. *
  17. * BLUFOR Vehicle classnames can be found here: https://community.bistudio.com/wiki/Arma_3_CfgVehicles_WEST
  18. * OPFOR Vehicle classnames can be found here: https://community.bistudio.com/wiki/Arma_3_CfgVehicles_EAST
  19. * Independent Vehicle classnames can be found here: https://community.bistudio.com/wiki/Arma_3_CfgVehicles_GUER
  20. * Civilian Vehicle classnames can be found here: https://community.bistudio.com/wiki/Arma_3_CfgVehicles_CIV
  21. */
  22. class civ_car {
  23. side = "civ";
  24. conditions = "license_civ_driver";
  25. vehicles[] = {
  26. { "Transitlu_civ", "" },
  27. { "Abarth500lu_civ", "" },
  28. { "Berlingo2_civ", "" },
  29. { "Trafic1pl_civ", "" },
  30. { "c4hch_civ", "" },
  31. { "Peugeot_308_civ", "" },
  32. { "chds4", "" },
  33. { "Peugeot_Boxer_civ", "" },
  34. { "chduster14_civ", "" },
  35. { "mondeoswch_civ", "" },
  36. { "Renault_Espace_civ", "" },
  37. { "Crownlu", "" },
  38. { "ch508", "" },
  39. { "chBeetle", "" },
  40. { "Dacia_Duster_civ", "" },
  41. { "Mk3lu_civ", "" },
  42. { "chfcrsciv", "" },
  43. { "Caddylu_civ", "" },
  44. { "berlingo1_civ", "" },
  45. { "chc2", "" },
  46. { "chds3", "" },
  47. { "chds4", "" },
  48. { "Warrior_civ", "" },
  49. { "chMehari", "" },
  50. { "Multipla_civ_ch", "" },
  51. { "chpunto", "" },
  52. { "focus3ch_civ", "" },
  53. { "focussw2p2_civ", "" },
  54. { "focus03_civ", "" },
  55. { "focussw3_civ", "" },
  56. { "galaxych_civ", "" },
  57. { "chrr_svr", "" },
  58. { "Megane_Estate_civ", "" },
  59. { "Mer_Vito_civ", "" },
  60. { "chaustin", "" },
  61. { "focussw1998_civ", "" },
  62. { "mondeo_civ", "" },
  63. { "V250_civ", "" },
  64. { "mondeovch_civ", "" },
  65. { "308_2015_civ", "" },
  66. { "ch206_civ", "" },
  67. { "chdefender_civ", "" },
  68. { "ch_citroen_c1", "" },
  69. { "cmax_civ", "" },
  70. { "chsandero", "" },
  71. { "AlessioTouareg", "" }
  72. };
  73. };
  74.  
  75. class civ_car_luxe {
  76. side = "civ";
  77. conditions = "license_civ_ryckoauto";
  78. vehicles[] = {
  79. { "AlessioC63N", "" },
  80. { "shounka_limo_civ", "" },
  81. { "C63_ROCKET", "" },
  82. { "M4_CAMO", "" },
  83. { "RS7lu_civ", "" },
  84. { "AlessioR8", "" },
  85. { "AlessioR8_Chrome", "" },
  86. { "AlessioR8_Gold", "" },
  87. { "AlessioR8Mat", "" },
  88. { "RS6_Avantlu_civ", "" },
  89. { "RS6_Avantlu_GMK", "" },
  90. { "AlessioBM4", "" },
  91. { "AlessioBMG", "" },
  92. { "AlessioBM4M", "" },
  93. { "M4_ALLG2", "" },
  94. { "M5lu_civ", "" },
  95. { "CHRlu_civ", "" },
  96. { "Charger_1969lu_white", "" },
  97. { "Alessio458_Gold", "" },
  98. { "Alessio458Mat", "" },
  99. { "F488lu_civ", "" },
  100. { "AlessioGTB_Gold", "" },
  101. { "AlessioGTBMat", "" },
  102. { "Chironlu_civ", "" },
  103. { "fgtz3_civ", "" },
  104. { "fgtz3", "" },
  105. { "AlessioMustangGold", "" },
  106. { "Raptorlu_civ", "" },
  107. { "GT500lu_civ", "" },
  108. { "Urbanized_67Mustang", "" },
  109. { "AlessioAventadorG", "" },
  110. { "AlessioAventadorM", "" },
  111. { "MP4lu_civ", "" },
  112. { "AlessioC63G", "" },
  113. { "AlessioC63M", "" },
  114. { "AlessioC63NM", "" },
  115. { "AlessioC63NG", "" },
  116. { "CLS63lu_civ", "" },
  117. { "ML63lu_civ", "" },
  118. { "AlessioMGA", "" },
  119. { "AlessioMGAG", "" },
  120. { "AlessioIXMR", "" },
  121. { "AlessioIXMRG", "" },
  122. { "cha110", "" },
  123. { "subaruch_civ", "" },
  124. { "midlum_p2", "" },
  125. { "Scania_124L", "" },
  126. { "Renault_Range_T", "" },
  127. { "master3p2_ft", "" },
  128. { "Renault_Lander", "" },
  129. { "Model_Slu_civ", "" },
  130. { "AlessioIXMRMat", "" },
  131. { "Charger_1969lu_Race", "" },
  132. { "F12lu_civ", "" },
  133. { "F12lu_civ_GMK", "" },
  134. { "FFlu_civ", "" },
  135. { "Alessio458", "" },
  136. { "Alessio458GMK", "" },
  137. { "AlessioGTB", "" },
  138. { "chf_california", "" },
  139. { "FocusRSlu_civ", "" },
  140. { "AlessioMustang", "" },
  141. { "Mustanglu_civ", "" },
  142. { "Gallardolu_civ", "" },
  143. { "AlessioAventador", "" },
  144. { "P1lu_civ", "" },
  145. { "R35lu_civ", "" },
  146. { "GT3lu_civ", "" },
  147. { "Macanlu_civ", "" },
  148. { "Panameralu", "" },
  149. { "Wraithlu_civ", "" },
  150. { "Volvo_FHlu_b", "" },
  151. { "Volvo_FHlu_c", "" },
  152. { "chbenne", "" },
  153. { "midlum", "" }
  154. };
  155. };
  156.  
  157. class civ_motorbike {
  158. side = "civ";
  159. conditions = "license_civ_moto";
  160. vehicles[] = {
  161. { "1150RT_ch", "" },
  162. { "1200RT_ch", "" },
  163. { "S1000RR_ch", "" },
  164. { "fatboy_ch", "" },
  165. { "690duke_ch", "" },
  166. { "FJR1300_ch", "" }
  167. };
  168. };
  169.  
  170. class civ_air {
  171. side = "civ";
  172. conditions = "license_civ_pilot";
  173. vehicles[] = {
  174. { "C_Heli_Light_01_civil_F", "" },
  175. { "O_Heli_Light_02_unarmed_F", "" },
  176. { "C_Plane_Civil_01_F", "" } //Apex DLC
  177. };
  178. };
  179.  
  180. class civ_ship {
  181. side = "civ";
  182. conditions = "license_civ_boat";
  183. vehicles[] = {
  184. { "C_Rubberboat", "" },
  185. { "C_Boat_Civil_01_F", "" },
  186. { "B_SDV_01_F", "" },
  187. { "C_Boat_Transport_02_F", "" }, //Apex DLC
  188. { "C_Scooter_Transport_01_F", "" },
  189. { "GeK_Ferry", "" }
  190. };
  191. };
  192.  
  193. class dirsp_car {
  194. side = "civ";
  195. conditions = "license_civ_dirsp";
  196. vehicles[] = {
  197. { "chtwingoII_DIR", "" },
  198. { "KangooII1_DIR", "" },
  199. { "ClioIV_DIR", "" },
  200. { "Trafic3_DIR", "" },
  201. { "Master3_DIR", "" },
  202. { "depanren", "" },
  203. { "chchariot", "" },
  204. { "chduster14_civ_enedis", "" },
  205. { "Volvo_FHlu_d", "" },
  206. { "Ducato_civ_grdf", "" },
  207. { "chGrue_Mobile", "" },
  208. { "chclio3_grdf", "" },
  209. { "KangooI2_DIR", "" },
  210. { "chbetonniere", "" },
  211. { "chgrue", "" },
  212. { "chTransport_L", "" },
  213. { "Master2_DIR", "" },
  214. { "Master2_DIR", "" },
  215. { "Master2_DIR", "" },
  216. { "Master2_DIR", "" },
  217. { "chtwingoI_DIR", "" },
  218. { "Trafic3_grdf", "" },
  219. { "Trafic_DIR", "" },
  220. { "chdepanpl2", "" },
  221. { "master3p2_enedis", "" },
  222. { "master3_enedis", "" },
  223. { "partner2_grdf", "" },
  224. { "chmaster2_grdf", "" },
  225. { "Peugeot_Expert_grdf", "" },
  226. { "chdepanpl", "" }
  227. //{ "chmegane_4_estate_taxi", "" },
  228. //{ "galaxych_civ_taxi", "" },
  229. //{ "mondeovch_civ_taxi", "" },
  230. //{ "cmax_civ_taxi", "" }
  231. };
  232. };
  233.  
  234. class dirsp_air {
  235. side = "civ";
  236. conditions = "license_civ_dirsp";
  237. vehicles[] = {
  238. { "C_Heli_Light_01_civil_F", "" }
  239. };
  240. };
  241.  
  242. class med_shop {
  243. side = "med";
  244. conditions = "";
  245. vehicles[] = {
  246. { "brancardch", "call life_medicLevel >= 1" },
  247. { "chVSAV_Sprinter", "call life_medicLevel >= 1" },
  248. { "kangooI2_vl", "call life_medicLevel >= 1" },
  249. { "kangooII1_vl", "call life_medicLevel >= 2" },
  250. { "chMaster3p2_vsav", "call life_medicLevel >= 1" },
  251. { "chMaster3_vsav", "call life_medicLevel >= 1" },
  252. { "VSAV_Ducato", "call life_medicLevel >= 1" },
  253. { "chps5g", "call life_medicLevel >= 8" },
  254. { "chcitan_vlcg", "call life_medicLevel >= 8" },
  255. { "1200RT_sp_ch", "call life_medicLevel >= 8" },
  256. { "chdefender_vlhr", "call life_medicLevel >= 7" },
  257. { "mondeoswch_samu", "call life_medicLevel >= 8" },
  258. { "VSAV_Boxer", "call life_medicLevel >= 1" },
  259. { "ccrl", "call life_medicLevel >= 3" },
  260. { "devidoirchvsr", "call life_medicLevel >= 3" },
  261. { "fpt_renault", "call life_medicLevel >= 3" },
  262. { "VSR", "call life_medicLevel >= 3" },
  263. { "Clio_VLCG", "call life_medicLevel >= 3" },
  264. { "chmaster2_vps", "call life_medicLevel >= 3" },
  265. { "trafic3_vsm", "call life_medicLevel >= 4" },
  266. { "chmaster2_vtp", "call life_medicLevel >= 3" },
  267. { "chmaster2_vtu", "call life_medicLevel >= 3" },
  268. { "chmaster3_vsrl", "call life_medicLevel >= 3" },
  269. { "chClioIII_VLCG", "call life_medicLevel >= 4" },
  270. { "chMaster3_vtp", "call life_medicLevel >= 4" },
  271. { "trafic3_vtp", "call life_medicLevel >= 4" },
  272. { "VPL_Boxer", "call life_medicLevel >= 4" },
  273. { "VPC", "call life_medicLevel >= 8" },
  274. { "Trafic_vtp", "call life_medicLevel >= 4" },
  275. { "ccfm_mercedes", "call life_medicLevel >= 5" },
  276. { "ccfm_renault", "call life_medicLevel >= 5" },
  277. { "ccfm1_renault", "call life_medicLevel >= 5" },
  278. { "EPA", "call life_medicLevel >= 5" },
  279. { "ccfs_renault", "call life_medicLevel >= 5" },
  280. { "CCGC", "call life_medicLevel >= 5" },
  281. { "FPT_MAN", "call life_medicLevel >= 5" },
  282. { "devidoirch", "call life_medicLevel >= 5" },
  283. { "fptl_renault", "call life_medicLevel >= 5" },
  284. { "Megane_Estate_vli", "call life_medicLevel >= 5" },
  285. { "chvsavar_ducato", "call life_medicLevel >= 6" },
  286. { "chvsavar_iveco", "call life_medicLevel >= 6" },
  287. { "ch_umh_iveco", "call life_medicLevel >= 6" },
  288. { "chvsavar_sprinter", "call life_medicLevel >= 6" },
  289. { "ch_umh_sprinter", "call life_medicLevel >= 6" },
  290. { "chvsavar_boxer", "call life_medicLevel >= 6" },
  291. { "ch_umh_boxer", "call life_medicLevel >= 6" },
  292. { "chvsavar_master3p2", "call life_medicLevel >= 6" },
  293. { "chvsavar_master3", "call life_medicLevel >= 6" },
  294. { "chvsavar_master2", "call life_medicLevel >= 6" },
  295. { "IvecoCh_grimp", "call life_medicLevel >= 7" },
  296. { "chdefender_grimp", "call life_medicLevel >= 7" },
  297. { "chdefender_vsavhr", "call life_medicLevel >= 7" },
  298. { "308_vlcg", "call life_medicLevel >= 7" },
  299. { "chfmogp", "call life_medicLevel >= 8" },
  300. { "Mer_Vito_samu", "call life_medicLevel >= 8" },
  301. { "PMA", "call life_medicLevel >= 8" },
  302. { "Renault_Espace_samu", "call life_medicLevel >= 8" },
  303. { "fcch", "call life_medicLevel >= 8" },
  304. { "megane_4_estate_vl", "call life_medicLevel >= 8" }
  305. };
  306. };
  307.  
  308. class med_air_shop {
  309. side = "med";
  310. conditions = "license_med_mAir";
  311. vehicles[] = {
  312. { "EC635_Pompier", "" }
  313. };
  314. };
  315.  
  316. class med_ship {
  317. side = "med";
  318. conditions = "license_med_grimp";
  319. vehicles[] = {
  320. { "SH_BLS_SP", "" },
  321. { "C_Boat_Civil_01_rescue_F", "" }
  322. };
  323. };
  324.  
  325. class cop_car {
  326. side = "cop";
  327. conditions = "";
  328. vehicles[] = {
  329. { "focussw3_gn", "call life_coplevel >= 1" },
  330. { "chExpert3_gn", "call life_coplevel >= 1" },
  331. { "trafic3_gn", "call life_coplevel >= 1" },
  332. { "IvecoCh_GN", "call life_coplevel >= 1" },
  333. { "chmgrs", "" },
  334. { "FJR1300_gn_ch", "" },
  335. { "galaxych_raid", "" },
  336. { "308_2015_bac", "" },
  337. { "chgolf7_bac", "" },
  338. { "focusch3_bac", "" },
  339. { "mondeocvh_bac", "" },
  340. { "mondeovch_bac", "" },
  341. { "chwt5_raid", "" },
  342. { "307_bac", "" },
  343. { "308_bac", "" },
  344. { "mondeoswch_bac" },
  345. { "scenic_bac", "" },
  346. { "cmax_bac", "" },
  347. { "c4h_bana", "" },
  348. { "sharanch_gn", "" },
  349. { "F12lu_Gendarmerie", "" },
  350. { "rs01ch_gendarmerie", "" },
  351. { "FFPlu_Gendarmerie", "" },
  352. { "Mustanglu_P", "" },
  353. { "R35Plu_Gendarmerie", "" },
  354. { "GT3lu_Gendarmerie", "" },
  355. { "Macanlu_Gendarmeire", "" },
  356. { "Panameralu_P", "" },
  357. { "Tahoelu_B", "call life_coplevel >= 14" },
  358. { "PVP_GN", "call life_coplevel >= 14" },
  359. { "RS3lu_civ_P", "call life_coplevel >= 10" },
  360. { "RS6_AvantPlu", "call life_coplevel >= 12" },
  361. { "M5lu_Gendarmerie", "call life_coplevel >= 12" },
  362. { "M5lu_civ_P", "call life_coplevel >= 11" },
  363. { "GT500Plu", "call life_coplevel >= 11" },
  364. { "Model_Slu_P", "call life_coplevel >= 11" },
  365. { "CLS63lu_Gendarmerie", "call life_coplevel >= 11" },
  366. { "ML63Plu_Gendarmerie", "call life_coplevel >= 11" },
  367. { "RS7Plu_Gendarmerie", "call life_coplevel >= 11" },
  368. { "Tahoelu_P", "call life_coplevel >= 9" },
  369. { "1150RT_gn_ch", "call life_coplevel >= 9" },
  370. { "1200RT_gn_ch", "call life_coplevel >= 9" },
  371. { "berlingo1_gn", "call life_coplevel >= 1" },
  372. { "berlingo2_gn", "call life_coplevel >= 1" },
  373. { "c4h_gnb", "call life_coplevel >= 2" },
  374. { "chduster14_gn", "call life_coplevel >= 3" },
  375. { "Dacia_duster_gn", "call life_coplevel >= 5" },
  376. { "focus03_gn", "call life_coplevel >= 1" },
  377. { "galaxych_gn", "call life_coplevel >= 1" },
  378. { "206_gn", "call life_coplevel >= 1" },
  379. { "chdefender_gn", "call life_coplevel >= 1" },
  380. { "206_gns", "call life_coplevel >= 7" },
  381. { "partner2_gn", "call life_coplevel >= 1" },
  382. { "4l_gn", "call life_coplevel >= 1" },
  383. { "ClioIch", "call life_coplevel >= 1" },
  384. { "Clio_GN", "call life_coplevel >= 1" },
  385. { "ClioIV_GN", "call life_coplevel >= 2" },
  386. { "kangool2_gn", "call life_coplevel >= 1" },
  387. { "megane_4_estate_gn", "call life_coplevel >= 1" },
  388. { "chfcrs", "call life_coplevel >= 2" },
  389. { "V250_P", "call life_coplevel >= 2" },
  390. { "Warrior_P", "call life_coplevel >= 9" },
  391. { "Transit_gn", "call life_coplevel >= 2" },
  392. { "Mer_Vito_gn", "call life_coplevel >= 2" },
  393. { "kangooII1_gn", "call life_coplevel >= 2" },
  394. { "subaruWRXgn", "call life_coplevel >= 2" },
  395. { "chtrafic1_gn", "call life_coplevel >= 2" },
  396. { "Trafic_gn ", "call life_coplevel >= 2" },
  397. { "SRT8_12_gn", "call life_coplevel >= 4" },
  398. { "Megane_Estate_gn", "call life_coplevel >= 2" },
  399. { "Megane_Estate_p2_gn", "call life_coplevel >= 2" },
  400. { "Explorerlu_US", "call life_coplevel == 17" }
  401. };
  402. };
  403.  
  404. class ap_car {
  405. side = "cop";
  406. conditions = "license_cop_ap";
  407. vehicles[] = {
  408. { "chmaster2_adp", "" },
  409. { "Trafic_adp", "" },
  410. { "chtrans_pen", "" }
  411. };
  412. };
  413.  
  414. class cop_air {
  415. side = "cop";
  416. conditions = "";
  417. vehicles[] = {
  418. { "B_Heli_Light_01_stripped_F", "call life_coplevel >= 1" },
  419. { "EC635_Gendarmerie", "call life_coplevel >=8 " },
  420. { "O_Heli_Light_02_unarmed_F", "call life_coplevel >=7" },
  421. { "I_Heli_light_03_unarmed_F", "call life_coplevel >=9" },
  422. { "B_Heli_Transport_01_F", "call life_coplevel >=11" }
  423. };
  424. };
  425.  
  426. class cop_ship {
  427. side = "cop";
  428. conditions = "";
  429. vehicles[] = {
  430. { "B_Boat_Transport_01_F", "" },
  431. { "Burnes_MK10_1", "" }
  432. };
  433. };
  434. };
  435.  
  436. class LifeCfgVehicles {
  437. /*
  438. * Vehicle Configs (Contains textures and other stuff)
  439. *
  440. * "price" is the price before any multipliers set in Master_Config are applied.
  441. *
  442. * Default Multiplier Values & Calculations:
  443. * Civilian [Purchase, Sell]: [1.0, 0.5]
  444. * Cop [Purchase, Sell]: [0.5, 0.5]
  445. * Medic [Purchase, Sell]: [0.75, 0.5]
  446. * ChopShop: Payout = price * 0.25
  447. * GarageSell: Payout = price * [0.5, 0.5, 0.5, -1]
  448. * Cop Impound: Payout = price * 0.1
  449. * Pull Vehicle from Garage: Cost = price * [1, 0.5, 0.75, -1] * [0.5, 0.5, 0.5, -1]
  450. * -- Pull Vehicle & GarageSell Array Explanation = [civ,cop,medic,east]
  451. *
  452. * 1: STRING (Condition)
  453. * Textures config follows { Texture Name, side, {texture(s)path}, Condition}
  454. * Texture(s)path follows this format:
  455. * INDEX 0: Texture Layer 0
  456. * INDEX 1: Texture Layer 1
  457. * INDEX 2: Texture Layer 2
  458. * etc etc etc
  459. *
  460. */
  461.  
  462. class Default {
  463. vItemSpace = -1;
  464. conditions = "";
  465. price = -1;
  466. textures[] = {};
  467. };
  468.  
  469. //Véhicule Félindra
  470. class AlessioMGA {
  471. vItemSpace = 50;
  472. conditions = "";
  473. price = 1;
  474. textures[] = {
  475. { "Noir", "civ", {
  476. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  477. }, "" },
  478. { "Blanc", "civ", {
  479. "#(argb,8,8,3)color(1,1,1,1)"
  480. }, "" },
  481. { "Gris", "civ", {
  482. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  483. }, "" },
  484. { "Sable", "civ", {
  485. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  486. }, "" },
  487. { "Rouge", "civ", {
  488. "#(argb,8,8,3)color(1,0,0,1)"
  489. }, "" },
  490. { "Jaune", "civ", {
  491. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  492. }, "" },
  493. { "Bleu", "civ", {
  494. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  495. }, "" },
  496. { "Bleu Nuit", "civ", {
  497. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  498. }, "" },
  499. { "Mauve", "civ", {
  500. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  501. }, "" },
  502. { "Orange", "civ", {
  503. "#(argb,8,8,3)color(1,0.251,0,1)"
  504. }, "" },
  505. { "Vert", "civ", {
  506. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  507. }, "" },
  508. { "Rose", "civ", {
  509. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  510. }, "" },
  511. { "Violet", "civ", {
  512. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  513. }, "" }
  514. };
  515. };
  516. //Véhicule Kris
  517. class RS7Plu_Gendarmerie {
  518. vItemSpace = 100;
  519. conditions = "";
  520. price = 250;
  521. };
  522.  
  523. class GT500Plu {
  524. vItemSpace = 100;
  525. conditions = "";
  526. price = 250;
  527. textures[] = {
  528. { "Noir", "civ", {
  529. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  530. }, "" },
  531. { "Blanc", "civ", {
  532. "#(argb,8,8,3)color(1,1,1,1)"
  533. }, "" },
  534. { "Gris", "civ", {
  535. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  536. }, "" },
  537. { "Sable", "civ", {
  538. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  539. }, "" },
  540. { "Rouge", "civ", {
  541. "#(argb,8,8,3)color(1,0,0,1)"
  542. }, "" },
  543. { "Jaune", "civ", {
  544. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  545. }, "" },
  546. { "Bleu", "civ", {
  547. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  548. }, "" },
  549. { "Bleu Nuit", "civ", {
  550. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  551. }, "" },
  552. { "Mauve", "civ", {
  553. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  554. }, "" },
  555. { "Orange", "civ", {
  556. "#(argb,8,8,3)color(1,0.251,0,1)"
  557. }, "" },
  558. { "Vert", "civ", {
  559. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  560. }, "" },
  561. { "Rose", "civ", {
  562. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  563. }, "" },
  564. { "Violet", "civ", {
  565. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  566. }, "" }
  567. };
  568. };
  569.  
  570. class CLS63lu_Gendarmerie {
  571. vItemSpace = 100;
  572. conditions = "";
  573. price = 250;
  574. };
  575.  
  576. class ML63Plu_Gendarmerie {
  577. vItemSpace = 100;
  578. conditions = "";
  579. price = 250;
  580. };
  581.  
  582. class Model_Slu_P {
  583. vItemSpace = 100;
  584. conditions = "";
  585. price = 250;
  586. };
  587.  
  588. class mondeovch_bac {
  589. vItemSpace = 100;
  590. conditions = "license_cop_psig || {license_cop_dggn} || {license_cop_sr}";
  591. price = 250;
  592. textures[] = {
  593. { "Noir", "civ", {
  594. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  595. }, "" },
  596. { "Blanc", "civ", {
  597. "#(argb,8,8,3)color(1,1,1,1)"
  598. }, "" },
  599. { "Gris", "civ", {
  600. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  601. }, "" },
  602. { "Sable", "civ", {
  603. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  604. }, "" },
  605. { "Rouge", "civ", {
  606. "#(argb,8,8,3)color(1,0,0,1)"
  607. }, "" },
  608. { "Jaune", "civ", {
  609. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  610. }, "" },
  611. { "Bleu", "civ", {
  612. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  613. }, "" },
  614. { "Bleu Nuit", "civ", {
  615. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  616. }, "" },
  617. { "Mauve", "civ", {
  618. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  619. }, "" },
  620. { "Orange", "civ", {
  621. "#(argb,8,8,3)color(1,0.251,0,1)"
  622. }, "" },
  623. { "Vert", "civ", {
  624. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  625. }, "" },
  626. { "Rose", "civ", {
  627. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  628. }, "" },
  629. { "Violet", "civ", {
  630. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  631. }, "" }
  632. };
  633. };
  634.  
  635. class chwt5_raid {
  636. vItemSpace = 100;
  637. conditions = "license_cop_psig || {license_cop_dggn} || {license_cop_sr}";
  638. price = 250;
  639. };
  640.  
  641. class c4h_bana {
  642. vItemSpace = 100;
  643. conditions = "license_cop_psig || {license_cop_dggn} || {license_cop_sr}";
  644. price = 250;
  645. textures[] = {
  646. { "Noir", "civ", {
  647. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  648. }, "" },
  649. { "Blanc", "civ", {
  650. "#(argb,8,8,3)color(1,1,1,1)"
  651. }, "" },
  652. { "Gris", "civ", {
  653. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  654. }, "" },
  655. { "Sable", "civ", {
  656. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  657. }, "" },
  658. { "Rouge", "civ", {
  659. "#(argb,8,8,3)color(1,0,0,1)"
  660. }, "" },
  661. { "Jaune", "civ", {
  662. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  663. }, "" },
  664. { "Bleu", "civ", {
  665. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  666. }, "" },
  667. { "Bleu Nuit", "civ", {
  668. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  669. }, "" },
  670. { "Mauve", "civ", {
  671. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  672. }, "" },
  673. { "Orange", "civ", {
  674. "#(argb,8,8,3)color(1,0.251,0,1)"
  675. }, "" },
  676. { "Vert", "civ", {
  677. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  678. }, "" },
  679. { "Rose", "civ", {
  680. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  681. }, "" },
  682. { "Violet", "civ", {
  683. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  684. }, "" }
  685. };
  686. };
  687.  
  688. class F12lu_Gendarmerie {
  689. vItemSpace = 100;
  690. conditions = "license_cop_eri";
  691. price = 250;
  692. };
  693.  
  694. class 307_bac {
  695. vItemSpace = 100;
  696. conditions = "license_civ_pilot || {license_cop_cAir} || {license_med_mAir}";
  697. price = 250;
  698. textures[] = {
  699. { "Noir", "civ", {
  700. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  701. }, "" },
  702. { "Blanc", "civ", {
  703. "#(argb,8,8,3)color(1,1,1,1)"
  704. }, "" },
  705. { "Gris", "civ", {
  706. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  707. }, "" },
  708. { "Sable", "civ", {
  709. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  710. }, "" },
  711. { "Rouge", "civ", {
  712. "#(argb,8,8,3)color(1,0,0,1)"
  713. }, "" },
  714. { "Jaune", "civ", {
  715. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  716. }, "" },
  717. { "Bleu", "civ", {
  718. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  719. }, "" },
  720. { "Bleu Nuit", "civ", {
  721. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  722. }, "" },
  723. { "Mauve", "civ", {
  724. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  725. }, "" },
  726. { "Orange", "civ", {
  727. "#(argb,8,8,3)color(1,0.251,0,1)"
  728. }, "" },
  729. { "Vert", "civ", {
  730. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  731. }, "" },
  732. { "Rose", "civ", {
  733. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  734. }, "" },
  735. { "Violet", "civ", {
  736. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  737. }, "" }
  738. };
  739. };
  740.  
  741. class 308_bac {
  742. vItemSpace = 100;
  743. conditions = "license_cop_psig || {license_cop_dggn} || {license_cop_sr}";
  744. price = 250;
  745. textures[] = {
  746. { "Noir", "civ", {
  747. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  748. }, "" },
  749. { "Blanc", "civ", {
  750. "#(argb,8,8,3)color(1,1,1,1)"
  751. }, "" },
  752. { "Gris", "civ", {
  753. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  754. }, "" },
  755. { "Sable", "civ", {
  756. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  757. }, "" },
  758. { "Rouge", "civ", {
  759. "#(argb,8,8,3)color(1,0,0,1)"
  760. }, "" },
  761. { "Jaune", "civ", {
  762. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  763. }, "" },
  764. { "Bleu", "civ", {
  765. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  766. }, "" },
  767. { "Bleu Nuit", "civ", {
  768. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  769. }, "" },
  770. { "Mauve", "civ", {
  771. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  772. }, "" },
  773. { "Orange", "civ", {
  774. "#(argb,8,8,3)color(1,0.251,0,1)"
  775. }, "" },
  776. { "Vert", "civ", {
  777. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  778. }, "" },
  779. { "Rose", "civ", {
  780. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  781. }, "" },
  782. { "Violet", "civ", {
  783. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  784. }, "" }
  785. };
  786. };
  787.  
  788. class mondeoswch_bac {
  789. vItemSpace = 100;
  790. conditions = "license_cop_psig || {license_cop_dggn} || {license_cop_sr}";
  791. price = 250;
  792. textures[] = {
  793. { "Noir", "civ", {
  794. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  795. }, "" },
  796. { "Blanc", "civ", {
  797. "#(argb,8,8,3)color(1,1,1,1)"
  798. }, "" },
  799. { "Gris", "civ", {
  800. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  801. }, "" },
  802. { "Sable", "civ", {
  803. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  804. }, "" },
  805. { "Rouge", "civ", {
  806. "#(argb,8,8,3)color(1,0,0,1)"
  807. }, "" },
  808. { "Jaune", "civ", {
  809. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  810. }, "" },
  811. { "Bleu", "civ", {
  812. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  813. }, "" },
  814. { "Bleu Nuit", "civ", {
  815. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  816. }, "" },
  817. { "Mauve", "civ", {
  818. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  819. }, "" },
  820. { "Orange", "civ", {
  821. "#(argb,8,8,3)color(1,0.251,0,1)"
  822. }, "" },
  823. { "Vert", "civ", {
  824. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  825. }, "" },
  826. { "Rose", "civ", {
  827. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  828. }, "" },
  829. { "Violet", "civ", {
  830. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  831. }, "" }
  832. };
  833. };
  834.  
  835. class scenic_bac {
  836. vItemSpace = 100;
  837. conditions = "license_cop_psig || {license_cop_dggn} || {license_cop_sr}";
  838. price = 250;
  839. };
  840.  
  841. class cmax_bac {
  842. vItemSpace = 100;
  843. conditions = "license_cop_psig || {license_cop_dggn} || {license_cop_sr}";
  844. price = 250;
  845. textures[] = {
  846. { "Noir", "civ", {
  847. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  848. }, "" },
  849. { "Blanc", "civ", {
  850. "#(argb,8,8,3)color(1,1,1,1)"
  851. }, "" },
  852. { "Gris", "civ", {
  853. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  854. }, "" },
  855. { "Sable", "civ", {
  856. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  857. }, "" },
  858. { "Rouge", "civ", {
  859. "#(argb,8,8,3)color(1,0,0,1)"
  860. }, "" },
  861. { "Jaune", "civ", {
  862. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  863. }, "" },
  864. { "Bleu", "civ", {
  865. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  866. }, "" },
  867. { "Bleu Nuit", "civ", {
  868. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  869. }, "" },
  870. { "Mauve", "civ", {
  871. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  872. }, "" },
  873. { "Orange", "civ", {
  874. "#(argb,8,8,3)color(1,0.251,0,1)"
  875. }, "" },
  876. { "Vert", "civ", {
  877. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  878. }, "" },
  879. { "Rose", "civ", {
  880. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  881. }, "" },
  882. { "Violet", "civ", {
  883. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  884. }, "" }
  885. };
  886. };
  887.  
  888. class 1150RT_gn_ch {
  889. vItemSpace = 50;
  890. conditions = "";
  891. price = 250;
  892. };
  893.  
  894. class 1200RT_gn_ch {
  895. vItemSpace = 50;
  896. conditions = "";
  897. price = 250;
  898. };
  899.  
  900. class berlingo1_gn {
  901. vItemSpace = 100;
  902. conditions = "";
  903. price = 250;
  904. };
  905.  
  906. class berlingo2_gn {
  907. vItemSpace = 100;
  908. conditions = "";
  909. price = 250;
  910. };
  911.  
  912. class c4h_gnb {
  913. vItemSpace = 100;
  914. conditions = "";
  915. price = 250;
  916. };
  917.  
  918. class c4h_gnr {
  919. vItemSpace = 100;
  920. conditions = "";
  921. price = 250;
  922. };
  923.  
  924. class chduster14_gn {
  925. vItemSpace = 100;
  926. conditions = "";
  927. price = 250;
  928. };
  929.  
  930. class Dacia_duster_gn {
  931. vItemSpace = 100;
  932. conditions = "";
  933. price = 250;
  934. };
  935.  
  936. class focus03_gn {
  937. vItemSpace = 100;
  938. conditions = "";
  939. price = 250;
  940. };
  941.  
  942. class chfcrs {
  943. vItemSpace = 100;
  944. conditions = "";
  945. price = 250;
  946. };
  947.  
  948. class galaxych_gn {
  949. vItemSpace = 100;
  950. conditions = "";
  951. price = 250;
  952. };
  953.  
  954. class chdefender_gn {
  955. vItemSpace = 100;
  956. conditions = "";
  957. price = 250;
  958. };
  959.  
  960. class 206_gn {
  961. vItemSpace = 100;
  962. conditions = "";
  963. price = 250;
  964. };
  965.  
  966. class 206_gns {
  967. vItemSpace = 100;
  968. conditions = "";
  969. price = 250;
  970. };
  971.  
  972. class partner2_gn {
  973. vItemSpace = 100;
  974. conditions = "";
  975. price = 250;
  976. };
  977.  
  978. class 4l_gn {
  979. vItemSpace = 100;
  980. conditions = "";
  981. price = 250;
  982. };
  983.  
  984. class ClioIch {
  985. vItemSpace = 100;
  986. conditions = "";
  987. price = 250;
  988. };
  989.  
  990. class Clio_GN {
  991. vItemSpace = 100;
  992. conditions = "";
  993. price = 250;
  994. };
  995.  
  996. class ClioIV_GN {
  997. vItemSpace = 100;
  998. conditions = "";
  999. price = 250;
  1000. };
  1001.  
  1002. class kangool2_gn {
  1003. vItemSpace = 100;
  1004. conditions = "";
  1005. price = 250;
  1006. };
  1007.  
  1008. class megane_4_estate_gn {
  1009. vItemSpace = 100;
  1010. conditions = "";
  1011. price = 250;
  1012. };
  1013.  
  1014. class rs01ch_gendarmerie {
  1015. vItemSpace = 100;
  1016. conditions = "license_cop_eri";
  1017. price = 250;
  1018. };
  1019.  
  1020. class Trafic_gn {
  1021. vItemSpace = 100;
  1022. conditions = "";
  1023. price = 250;
  1024. };
  1025.  
  1026. class chtrafic1_gn {
  1027. vItemSpace = 100;
  1028. conditions = "";
  1029. price = 250;
  1030. };
  1031.  
  1032. class subaruWRXgn {
  1033. vItemSpace = 100;
  1034. conditions = "";
  1035. price = 250;
  1036. };
  1037.  
  1038. class sharanch_gn {
  1039. vItemSpace = 100;
  1040. conditions = "";
  1041. price = 250;
  1042. };
  1043.  
  1044. class Mustanglu_P {
  1045. vItemSpace = 100;
  1046. conditions = "license_cop_eri";
  1047. price = 250;
  1048. };
  1049.  
  1050. class R35Plu_Gendarmerie {
  1051. vItemSpace = 100;
  1052. conditions = "license_cop_eri";
  1053. price = 250;
  1054. };
  1055.  
  1056. class GT3lu_Gendarmerie {
  1057. vItemSpace = 100;
  1058. conditions = "license_cop_eri";
  1059. price = 250;
  1060. };
  1061.  
  1062. class Macanlu_Gendarmeire {
  1063. vItemSpace = 100;
  1064. conditions = "license_cop_eri";
  1065. price = 250;
  1066. };
  1067.  
  1068. class Panameralu_P {
  1069. vItemSpace = 100;
  1070. conditions = "license_cop_eri";
  1071. price = 250;
  1072. };
  1073.  
  1074. class Trafic1pl_civ {
  1075. vItemSpace = 100;
  1076. conditions = "";
  1077. price = 210000;
  1078. };
  1079.  
  1080. class Urbanized_67Mustang {
  1081. vItemSpace = 50;
  1082. conditions = "";
  1083. price = 1;
  1084. };
  1085.  
  1086. class Peugeot_Boxer_civ {
  1087. vItemSpace = 130;
  1088. conditions = "";
  1089. price = 241320;
  1090. textures[] = {
  1091. { "Noir", "civ", {
  1092. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1093. }, "" },
  1094. { "Blanc", "civ", {
  1095. "#(argb,8,8,3)color(1,1,1,1)"
  1096. }, "" },
  1097. { "Gris", "civ", {
  1098. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1099. }, "" },
  1100. { "Sable", "civ", {
  1101. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1102. }, "" },
  1103. { "Rouge", "civ", {
  1104. "#(argb,8,8,3)color(1,0,0,1)"
  1105. }, "" },
  1106. { "Jaune", "civ", {
  1107. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1108. }, "" },
  1109. { "Bleu", "civ", {
  1110. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1111. }, "" },
  1112. { "Bleu Nuit", "civ", {
  1113. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1114. }, "" },
  1115. { "Mauve", "civ", {
  1116. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1117. }, "" },
  1118. { "Orange", "civ", {
  1119. "#(argb,8,8,3)color(1,0.251,0,1)"
  1120. }, "" },
  1121. { "Vert", "civ", {
  1122. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1123. }, "" },
  1124. { "Rose", "civ", {
  1125. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1126. }, "" },
  1127. { "Violet", "civ", {
  1128. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1129. }, "" }
  1130. };
  1131. };
  1132.  
  1133. class focussw3_civ_taxi {
  1134. vItemSpace = 50;
  1135. conditions = "";
  1136. price = 1;
  1137. };
  1138.  
  1139. class mondeo_civ_taxi {
  1140. vItemSpace = 50;
  1141. conditions = "";
  1142. price = 1;
  1143. };
  1144.  
  1145. class Megane_Estate_civ_taxi {
  1146. vItemSpace = 50;
  1147. conditions = "";
  1148. price = 1;
  1149. };
  1150.  
  1151. class chcitan_civ_taxi {
  1152. vItemSpace = 50;
  1153. conditions = "";
  1154. price = 1;
  1155. };
  1156.  
  1157. class Mer_Vito_civ_taxi {
  1158. vItemSpace = 50;
  1159. conditions = "";
  1160. price = 1;
  1161. };
  1162. class 308_2015_taxi {
  1163. vItemSpace = 50;
  1164. conditions = "";
  1165. price = 1;
  1166. };
  1167.  
  1168. class Peugeot_308_civ_taxi {
  1169. vItemSpace = 50;
  1170. conditions = "";
  1171. price = 1;
  1172. textures[] = {};
  1173. };
  1174.  
  1175. class 508_taxi {
  1176. vItemSpace = 50;
  1177. conditions = "";
  1178. price = 1;
  1179. };
  1180.  
  1181. class Peugeot_Expert_civ_taxi {
  1182. vItemSpace = 50;
  1183. conditions = "";
  1184. price = 1;
  1185. };
  1186.  
  1187. class chmaster2_adp {
  1188. vItemSpace = 50;
  1189. conditions = "license_cop_ap";
  1190. price = 1;
  1191. textures[] = {};
  1192. };
  1193.  
  1194. class Trafic_adp {
  1195. vItemSpace = 50;
  1196. conditions = "license_cop_ap";
  1197. price = 1;
  1198. textures[] = {};
  1199. };
  1200.  
  1201. class chtrans_pen {
  1202. vItemSpace = 50;
  1203. conditions = "license_cop_ap";
  1204. textures[] = {};
  1205. };
  1206.  
  1207. //Concessionnaire Véhicule Civil
  1208. class Burnes_MK10_1 {
  1209. vItemSpace = 500;
  1210. conditions = "";
  1211. price = 250;
  1212. textures[] = {};
  1213. };
  1214.  
  1215. class GeK_Ferry {
  1216. vItemSpace = 180;
  1217. conditions = "";
  1218. price = 2100500;
  1219. textures[] = {};
  1220. };
  1221.  
  1222. class chaustin {
  1223. vItemSpace = 20;
  1224. conditions = "";
  1225. price = 15230;
  1226. textures[] = {
  1227. { "Noir", "civ", {
  1228. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1229. }, "" },
  1230. { "Blanc", "civ", {
  1231. "#(argb,8,8,3)color(1,1,1,1)"
  1232. }, "" },
  1233. { "Gris", "civ", {
  1234. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1235. }, "" },
  1236. { "Sable", "civ", {
  1237. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1238. }, "" },
  1239. { "Rouge", "civ", {
  1240. "#(argb,8,8,3)color(1,0,0,1)"
  1241. }, "" },
  1242. { "Jaune", "civ", {
  1243. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1244. }, "" },
  1245. { "Bleu", "civ", {
  1246. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1247. }, "" },
  1248. { "Bleu Nuit", "civ", {
  1249. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1250. }, "" },
  1251. { "Mauve", "civ", {
  1252. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1253. }, "" },
  1254. { "Orange", "civ", {
  1255. "#(argb,8,8,3)color(1,0.251,0,1)"
  1256. }, "" },
  1257. { "Vert", "civ", {
  1258. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1259. }, "" },
  1260. { "Rose", "civ", {
  1261. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1262. }, "" },
  1263. { "Violet", "civ", {
  1264. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1265. }, "" }
  1266. };
  1267. };
  1268.  
  1269. class Megane_Estate_civ {
  1270. vItemSpace = 40;
  1271. conditions = "";
  1272. price = 68500;
  1273. textures[] = {
  1274. { "Noir", "civ", {
  1275. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1276. }, "" },
  1277. { "Blanc", "civ", {
  1278. "#(argb,8,8,3)color(1,1,1,1)"
  1279. }, "" },
  1280. { "Gris", "civ", {
  1281. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1282. }, "" },
  1283. { "Sable", "civ", {
  1284. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1285. }, "" },
  1286. { "Rouge", "civ", {
  1287. "#(argb,8,8,3)color(1,0,0,1)"
  1288. }, "" },
  1289. { "Jaune", "civ", {
  1290. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1291. }, "" },
  1292. { "Bleu", "civ", {
  1293. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1294. }, "" },
  1295. { "Bleu Nuit", "civ", {
  1296. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1297. }, "" },
  1298. { "Mauve", "civ", {
  1299. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1300. }, "" },
  1301. { "Orange", "civ", {
  1302. "#(argb,8,8,3)color(1,0.251,0,1)"
  1303. }, "" },
  1304. { "Vert", "civ", {
  1305. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1306. }, "" },
  1307. { "Rose", "civ", {
  1308. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1309. }, "" },
  1310. { "Violet", "civ", {
  1311. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1312. }, "" }
  1313. };
  1314. };
  1315.  
  1316. class Caddylu_civ {
  1317. vItemSpace = 26;
  1318. conditions = "";
  1319. price = 26520;
  1320. textures[] = {
  1321. { "Noir", "civ", {
  1322. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1323. }, "" },
  1324. { "Blanc", "civ", {
  1325. "#(argb,8,8,3)color(1,1,1,1)"
  1326. }, "" },
  1327. { "Gris", "civ", {
  1328. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1329. }, "" },
  1330. { "Sable", "civ", {
  1331. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1332. }, "" },
  1333. { "Rouge", "civ", {
  1334. "#(argb,8,8,3)color(1,0,0,1)"
  1335. }, "" },
  1336. { "Jaune", "civ", {
  1337. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1338. }, "" },
  1339. { "Bleu", "civ", {
  1340. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1341. }, "" },
  1342. { "Bleu Nuit", "civ", {
  1343. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1344. }, "" },
  1345. { "Mauve", "civ", {
  1346. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1347. }, "" },
  1348. { "Orange", "civ", {
  1349. "#(argb,8,8,3)color(1,0.251,0,1)"
  1350. }, "" },
  1351. { "Vert", "civ", {
  1352. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1353. }, "" },
  1354. { "Rose", "civ", {
  1355. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1356. }, "" },
  1357. { "Violet", "civ", {
  1358. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1359. }, "" }
  1360. };
  1361. };
  1362.  
  1363. class Multipla_civ_ch {
  1364. vItemSpace = 48;
  1365. conditions = "";
  1366. price = 36950;
  1367. textures[] = {
  1368. { "Noir", "civ", {
  1369. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1370. }, "" },
  1371. { "Blanc", "civ", {
  1372. "#(argb,8,8,3)color(1,1,1,1)"
  1373. }, "" },
  1374. { "Gris", "civ", {
  1375. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1376. }, "" },
  1377. { "Sable", "civ", {
  1378. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1379. }, "" },
  1380. { "Rouge", "civ", {
  1381. "#(argb,8,8,3)color(1,0,0,1)"
  1382. }, "" },
  1383. { "Jaune", "civ", {
  1384. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1385. }, "" },
  1386. { "Bleu", "civ", {
  1387. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1388. }, "" },
  1389. { "Bleu Nuit", "civ", {
  1390. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1391. }, "" },
  1392. { "Mauve", "civ", {
  1393. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1394. }, "" },
  1395. { "Orange", "civ", {
  1396. "#(argb,8,8,3)color(1,0.251,0,1)"
  1397. }, "" },
  1398. { "Vert", "civ", {
  1399. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1400. }, "" },
  1401. { "Rose", "civ", {
  1402. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1403. }, "" },
  1404. { "Violet", "civ", {
  1405. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1406. }, "" }
  1407. };
  1408. };
  1409.  
  1410. class chpunto {
  1411. vItemSpace = 38;
  1412. conditions = "";
  1413. price = 29650;
  1414. textures[] = {
  1415. { "Noir", "civ", {
  1416. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1417. }, "" },
  1418. { "Blanc", "civ", {
  1419. "#(argb,8,8,3)color(1,1,1,1)"
  1420. }, "" },
  1421. { "Gris", "civ", {
  1422. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1423. }, "" },
  1424. { "Sable", "civ", {
  1425. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1426. }, "" },
  1427. { "Rouge", "civ", {
  1428. "#(argb,8,8,3)color(1,0,0,1)"
  1429. }, "" },
  1430. { "Jaune", "civ", {
  1431. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1432. }, "" },
  1433. { "Bleu", "civ", {
  1434. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1435. }, "" },
  1436. { "Bleu Nuit", "civ", {
  1437. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1438. }, "" },
  1439. { "Mauve", "civ", {
  1440. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1441. }, "" },
  1442. { "Orange", "civ", {
  1443. "#(argb,8,8,3)color(1,0.251,0,1)"
  1444. }, "" },
  1445. { "Vert", "civ", {
  1446. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1447. }, "" },
  1448. { "Rose", "civ", {
  1449. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1450. }, "" },
  1451. { "Violet", "civ", {
  1452. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1453. }, "" }
  1454. };
  1455. };
  1456.  
  1457. class focus3ch_civ {
  1458. vItemSpace = 40;
  1459. conditions = "";
  1460. price = 41200;
  1461. textures[] = {
  1462. { "Noir", "civ", {
  1463. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1464. }, "" },
  1465. { "Blanc", "civ", {
  1466. "#(argb,8,8,3)color(1,1,1,1)"
  1467. }, "" },
  1468. { "Gris", "civ", {
  1469. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1470. }, "" },
  1471. { "Sable", "civ", {
  1472. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1473. }, "" },
  1474. { "Rouge", "civ", {
  1475. "#(argb,8,8,3)color(1,0,0,1)"
  1476. }, "" },
  1477. { "Jaune", "civ", {
  1478. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1479. }, "" },
  1480. { "Bleu", "civ", {
  1481. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1482. }, "" },
  1483. { "Bleu Nuit", "civ", {
  1484. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1485. }, "" },
  1486. { "Mauve", "civ", {
  1487. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1488. }, "" },
  1489. { "Orange", "civ", {
  1490. "#(argb,8,8,3)color(1,0.251,0,1)"
  1491. }, "" },
  1492. { "Vert", "civ", {
  1493. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1494. }, "" },
  1495. { "Rose", "civ", {
  1496. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1497. }, "" },
  1498. { "Violet", "civ", {
  1499. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1500. }, "" }
  1501. };
  1502. };
  1503.  
  1504. class focus03_civ {
  1505. vItemSpace = 45;
  1506. conditions = "";
  1507. price = 51200;
  1508. textures[] = {
  1509. { "Noir", "civ", {
  1510. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1511. }, "" },
  1512. { "Blanc", "civ", {
  1513. "#(argb,8,8,3)color(1,1,1,1)"
  1514. }, "" },
  1515. { "Gris", "civ", {
  1516. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1517. }, "" },
  1518. { "Sable", "civ", {
  1519. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1520. }, "" },
  1521. { "Rouge", "civ", {
  1522. "#(argb,8,8,3)color(1,0,0,1)"
  1523. }, "" },
  1524. { "Jaune", "civ", {
  1525. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1526. }, "" },
  1527. { "Bleu", "civ", {
  1528. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1529. }, "" },
  1530. { "Bleu Nuit", "civ", {
  1531. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1532. }, "" },
  1533. { "Mauve", "civ", {
  1534. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1535. }, "" },
  1536. { "Orange", "civ", {
  1537. "#(argb,8,8,3)color(1,0.251,0,1)"
  1538. }, "" },
  1539. { "Vert", "civ", {
  1540. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1541. }, "" },
  1542. { "Rose", "civ", {
  1543. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1544. }, "" },
  1545. { "Violet", "civ", {
  1546. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1547. }, "" }
  1548. };
  1549. };
  1550.  
  1551. class focussw1998_civ {
  1552. vItemSpace = 60;
  1553. conditions = "";
  1554. price = 65200;
  1555. textures[] = {
  1556. { "Noir", "civ", {
  1557. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1558. }, "" },
  1559. { "Blanc", "civ", {
  1560. "#(argb,8,8,3)color(1,1,1,1)"
  1561. }, "" },
  1562. { "Gris", "civ", {
  1563. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1564. }, "" },
  1565. { "Sable", "civ", {
  1566. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1567. }, "" },
  1568. { "Rouge", "civ", {
  1569. "#(argb,8,8,3)color(1,0,0,1)"
  1570. }, "" },
  1571. { "Jaune", "civ", {
  1572. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1573. }, "" },
  1574. { "Bleu", "civ", {
  1575. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1576. }, "" },
  1577. { "Bleu Nuit", "civ", {
  1578. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1579. }, "" },
  1580. { "Mauve", "civ", {
  1581. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1582. }, "" },
  1583. { "Orange", "civ", {
  1584. "#(argb,8,8,3)color(1,0.251,0,1)"
  1585. }, "" },
  1586. { "Vert", "civ", {
  1587. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1588. }, "" },
  1589. { "Rose", "civ", {
  1590. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1591. }, "" },
  1592. { "Violet", "civ", {
  1593. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1594. }, "" }
  1595. };
  1596. };
  1597.  
  1598. class focussw2p2_civ {
  1599. vItemSpace = 65;
  1600. conditions = "";
  1601. price = 76950;
  1602. textures[] = {
  1603. { "Noir", "civ", {
  1604. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1605. }, "" },
  1606. { "Blanc", "civ", {
  1607. "#(argb,8,8,3)color(1,1,1,1)"
  1608. }, "" },
  1609. { "Gris", "civ", {
  1610. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1611. }, "" },
  1612. { "Sable", "civ", {
  1613. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1614. }, "" },
  1615. { "Rouge", "civ", {
  1616. "#(argb,8,8,3)color(1,0,0,1)"
  1617. }, "" },
  1618. { "Jaune", "civ", {
  1619. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1620. }, "" },
  1621. { "Bleu", "civ", {
  1622. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1623. }, "" },
  1624. { "Bleu Nuit", "civ", {
  1625. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1626. }, "" },
  1627. { "Mauve", "civ", {
  1628. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1629. }, "" },
  1630. { "Orange", "civ", {
  1631. "#(argb,8,8,3)color(1,0.251,0,1)"
  1632. }, "" },
  1633. { "Vert", "civ", {
  1634. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1635. }, "" },
  1636. { "Rose", "civ", {
  1637. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1638. }, "" },
  1639. { "Violet", "civ", {
  1640. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1641. }, "" }
  1642. };
  1643. };
  1644.  
  1645. class focussw3_civ {
  1646. vItemSpace = 130;
  1647. conditions = "";
  1648. price = 76800;
  1649. textures[] = {
  1650. { "Noir", "civ", {
  1651. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1652. }, "" },
  1653. { "Blanc", "civ", {
  1654. "#(argb,8,8,3)color(1,1,1,1)"
  1655. }, "" },
  1656. { "Gris", "civ", {
  1657. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1658. }, "" },
  1659. { "Sable", "civ", {
  1660. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1661. }, "" },
  1662. { "Rouge", "civ", {
  1663. "#(argb,8,8,3)color(1,0,0,1)"
  1664. }, "" },
  1665. { "Jaune", "civ", {
  1666. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1667. }, "" },
  1668. { "Bleu", "civ", {
  1669. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1670. }, "" },
  1671. { "Bleu Nuit", "civ", {
  1672. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1673. }, "" },
  1674. { "Mauve", "civ", {
  1675. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1676. }, "" },
  1677. { "Orange", "civ", {
  1678. "#(argb,8,8,3)color(1,0.251,0,1)"
  1679. }, "" },
  1680. { "Vert", "civ", {
  1681. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1682. }, "" },
  1683. { "Rose", "civ", {
  1684. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1685. }, "" },
  1686. { "Violet", "civ", {
  1687. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1688. }, "" }
  1689. };
  1690. };
  1691.  
  1692. class Transitlu_civ {
  1693. vItemSpace = 130;
  1694. conditions = "";
  1695. price = 1956520;
  1696. textures[] = {
  1697. { "Noir", "civ", {
  1698. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1699. }, "" },
  1700. { "Blanc", "civ", {
  1701. "#(argb,8,8,3)color(1,1,1,1)"
  1702. }, "" },
  1703. { "Gris", "civ", {
  1704. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1705. }, "" },
  1706. { "Sable", "civ", {
  1707. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1708. }, "" },
  1709. { "Rouge", "civ", {
  1710. "#(argb,8,8,3)color(1,0,0,1)"
  1711. }, "" },
  1712. { "Jaune", "civ", {
  1713. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1714. }, "" },
  1715. { "Bleu", "civ", {
  1716. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1717. }, "" },
  1718. { "Bleu Nuit", "civ", {
  1719. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1720. }, "" },
  1721. { "Mauve", "civ", {
  1722. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1723. }, "" },
  1724. { "Orange", "civ", {
  1725. "#(argb,8,8,3)color(1,0.251,0,1)"
  1726. }, "" },
  1727. { "Vert", "civ", {
  1728. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1729. }, "" },
  1730. { "Rose", "civ", {
  1731. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1732. }, "" },
  1733. { "Violet", "civ", {
  1734. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1735. }, "" }
  1736. };
  1737. };
  1738.  
  1739. class ch_sprinter_civ {
  1740. vItemSpace = 160;
  1741. conditions = "";
  1742. price = 222123;
  1743. textures[] = {
  1744. { "Noir", "civ", {
  1745. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1746. }, "" },
  1747. { "Blanc", "civ", {
  1748. "#(argb,8,8,3)color(1,1,1,1)"
  1749. }, "" },
  1750. { "Gris", "civ", {
  1751. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1752. }, "" },
  1753. { "Sable", "civ", {
  1754. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1755. }, "" },
  1756. { "Rouge", "civ", {
  1757. "#(argb,8,8,3)color(1,0,0,1)"
  1758. }, "" },
  1759. { "Jaune", "civ", {
  1760. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1761. }, "" },
  1762. { "Bleu", "civ", {
  1763. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1764. }, "" },
  1765. { "Bleu Nuit", "civ", {
  1766. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1767. }, "" },
  1768. { "Mauve", "civ", {
  1769. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1770. }, "" },
  1771. { "Orange", "civ", {
  1772. "#(argb,8,8,3)color(1,0.251,0,1)"
  1773. }, "" },
  1774. { "Vert", "civ", {
  1775. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1776. }, "" },
  1777. { "Rose", "civ", {
  1778. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1779. }, "" },
  1780. { "Violet", "civ", {
  1781. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1782. }, "" }
  1783. };
  1784. };
  1785.  
  1786. class Abarth500lu_civ {
  1787. vItemSpace = 30;
  1788. conditions = "";
  1789. price = 13590;
  1790. textures[] = {
  1791. { "Noir", "civ", {
  1792. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1793. }, "" },
  1794. { "Blanc", "civ", {
  1795. "#(argb,8,8,3)color(1,1,1,1)"
  1796. }, "" },
  1797. { "Gris", "civ", {
  1798. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1799. }, "" },
  1800. { "Sable", "civ", {
  1801. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1802. }, "" },
  1803. { "Rouge", "civ", {
  1804. "#(argb,8,8,3)color(1,0,0,1)"
  1805. }, "" },
  1806. { "Jaune", "civ", {
  1807. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1808. }, "" },
  1809. { "Bleu", "civ", {
  1810. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1811. }, "" },
  1812. { "Bleu Nuit", "civ", {
  1813. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1814. }, "" },
  1815. { "Mauve", "civ", {
  1816. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1817. }, "" },
  1818. { "Orange", "civ", {
  1819. "#(argb,8,8,3)color(1,0.251,0,1)"
  1820. }, "" },
  1821. { "Vert", "civ", {
  1822. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1823. }, "" },
  1824. { "Rose", "civ", {
  1825. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1826. }, "" },
  1827. { "Violet", "civ", {
  1828. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1829. }, "" }
  1830. };
  1831. };
  1832.  
  1833. class Berlingo2_civ {
  1834. vItemSpace = 50;
  1835. conditions = "";
  1836. price = 23350;
  1837. textures[] = {
  1838. { "Noir", "civ", {
  1839. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1840. }, "" },
  1841. { "Blanc", "civ", {
  1842. "#(argb,8,8,3)color(1,1,1,1)"
  1843. }, "" },
  1844. { "Gris", "civ", {
  1845. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1846. }, "" },
  1847. { "Sable", "civ", {
  1848. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1849. }, "" },
  1850. { "Rouge", "civ", {
  1851. "#(argb,8,8,3)color(1,0,0,1)"
  1852. }, "" },
  1853. { "Jaune", "civ", {
  1854. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1855. }, "" },
  1856. { "Bleu", "civ", {
  1857. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1858. }, "" },
  1859. { "Bleu Nuit", "civ", {
  1860. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1861. }, "" },
  1862. { "Mauve", "civ", {
  1863. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1864. }, "" },
  1865. { "Orange", "civ", {
  1866. "#(argb,8,8,3)color(1,0.251,0,1)"
  1867. }, "" },
  1868. { "Vert", "civ", {
  1869. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1870. }, "" },
  1871. { "Rose", "civ", {
  1872. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1873. }, "" },
  1874. { "Violet", "civ", {
  1875. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1876. }, "" }
  1877. };
  1878. };
  1879.  
  1880. class berlingo1_civ {
  1881. vItemSpace = 40;
  1882. conditions = "";
  1883. price = 21300;
  1884. textures[] = {
  1885. { "Noir", "civ", {
  1886. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1887. }, "" },
  1888. { "Blanc", "civ", {
  1889. "#(argb,8,8,3)color(1,1,1,1)"
  1890. }, "" },
  1891. { "Gris", "civ", {
  1892. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1893. }, "" },
  1894. { "Sable", "civ", {
  1895. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1896. }, "" },
  1897. { "Rouge", "civ", {
  1898. "#(argb,8,8,3)color(1,0,0,1)"
  1899. }, "" },
  1900. { "Jaune", "civ", {
  1901. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1902. }, "" },
  1903. { "Bleu", "civ", {
  1904. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1905. }, "" },
  1906. { "Bleu Nuit", "civ", {
  1907. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1908. }, "" },
  1909. { "Mauve", "civ", {
  1910. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1911. }, "" },
  1912. { "Orange", "civ", {
  1913. "#(argb,8,8,3)color(1,0.251,0,1)"
  1914. }, "" },
  1915. { "Vert", "civ", {
  1916. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1917. }, "" },
  1918. { "Rose", "civ", {
  1919. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1920. }, "" },
  1921. { "Violet", "civ", {
  1922. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1923. }, "" }
  1924. };
  1925. };
  1926.  
  1927. class chc2 {
  1928. vItemSpace = 20;
  1929. conditions = "";
  1930. price = 9600;
  1931. textures[] = {
  1932. { "Noir", "civ", {
  1933. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1934. }, "" },
  1935. { "Blanc", "civ", {
  1936. "#(argb,8,8,3)color(1,1,1,1)"
  1937. }, "" },
  1938. { "Gris", "civ", {
  1939. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1940. }, "" },
  1941. { "Sable", "civ", {
  1942. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1943. }, "" },
  1944. { "Rouge", "civ", {
  1945. "#(argb,8,8,3)color(1,0,0,1)"
  1946. }, "" },
  1947. { "Jaune", "civ", {
  1948. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1949. }, "" },
  1950. { "Bleu", "civ", {
  1951. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1952. }, "" },
  1953. { "Bleu Nuit", "civ", {
  1954. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1955. }, "" },
  1956. { "Mauve", "civ", {
  1957. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1958. }, "" },
  1959. { "Orange", "civ", {
  1960. "#(argb,8,8,3)color(1,0.251,0,1)"
  1961. }, "" },
  1962. { "Vert", "civ", {
  1963. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1964. }, "" },
  1965. { "Rose", "civ", {
  1966. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1967. }, "" },
  1968. { "Violet", "civ", {
  1969. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1970. }, "" }
  1971. };
  1972. };
  1973.  
  1974. class c4hch_civ {
  1975. vItemSpace = 50;
  1976. conditions = "";
  1977. price = 22100;
  1978. textures[] = {
  1979. { "Noir", "civ", {
  1980. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1981. }, "" },
  1982. { "Blanc", "civ", {
  1983. "#(argb,8,8,3)color(1,1,1,1)"
  1984. }, "" },
  1985. { "Gris", "civ", {
  1986. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1987. }, "" },
  1988. { "Sable", "civ", {
  1989. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1990. }, "" },
  1991. { "Rouge", "civ", {
  1992. "#(argb,8,8,3)color(1,0,0,1)"
  1993. }, "" },
  1994. { "Jaune", "civ", {
  1995. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1996. }, "" },
  1997. { "Bleu", "civ", {
  1998. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1999. }, "" },
  2000. { "Bleu Nuit", "civ", {
  2001. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2002. }, "" },
  2003. { "Mauve", "civ", {
  2004. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2005. }, "" },
  2006. { "Orange", "civ", {
  2007. "#(argb,8,8,3)color(1,0.251,0,1)"
  2008. }, "" },
  2009. { "Vert", "civ", {
  2010. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2011. }, "" },
  2012. { "Rose", "civ", {
  2013. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2014. }, "" },
  2015. { "Violet", "civ", {
  2016. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2017. }, "" }
  2018. };
  2019. };
  2020.  
  2021. class chMehari {
  2022. vItemSpace = 30;
  2023. conditions = "";
  2024. price = 24500;
  2025. textures[] = {
  2026. { "Noir", "civ", {
  2027. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2028. }, "" },
  2029. { "Blanc", "civ", {
  2030. "#(argb,8,8,3)color(1,1,1,1)"
  2031. }, "" },
  2032. { "Gris", "civ", {
  2033. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2034. }, "" },
  2035. { "Sable", "civ", {
  2036. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2037. }, "" },
  2038. { "Rouge", "civ", {
  2039. "#(argb,8,8,3)color(1,0,0,1)"
  2040. }, "" },
  2041. { "Jaune", "civ", {
  2042. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2043. }, "" },
  2044. { "Bleu", "civ", {
  2045. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2046. }, "" },
  2047. { "Bleu Nuit", "civ", {
  2048. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2049. }, "" },
  2050. { "Mauve", "civ", {
  2051. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2052. }, "" },
  2053. { "Orange", "civ", {
  2054. "#(argb,8,8,3)color(1,0.251,0,1)"
  2055. }, "" },
  2056. { "Vert", "civ", {
  2057. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2058. }, "" },
  2059. { "Rose", "civ", {
  2060. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2061. }, "" },
  2062. { "Violet", "civ", {
  2063. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2064. }, "" }
  2065. };
  2066. };
  2067.  
  2068. class chds3 {
  2069. vItemSpace = 50;
  2070. conditions = "";
  2071. price = 39600;
  2072. textures[] = {
  2073. { "Noir", "civ", {
  2074. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2075. }, "" },
  2076. { "Blanc", "civ", {
  2077. "#(argb,8,8,3)color(1,1,1,1)"
  2078. }, "" },
  2079. { "Gris", "civ", {
  2080. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2081. }, "" },
  2082. { "Sable", "civ", {
  2083. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2084. }, "" },
  2085. { "Rouge", "civ", {
  2086. "#(argb,8,8,3)color(1,0,0,1)"
  2087. }, "" },
  2088. { "Jaune", "civ", {
  2089. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2090. }, "" },
  2091. { "Bleu", "civ", {
  2092. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2093. }, "" },
  2094. { "Bleu Nuit", "civ", {
  2095. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2096. }, "" },
  2097. { "Mauve", "civ", {
  2098. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2099. }, "" },
  2100. { "Orange", "civ", {
  2101. "#(argb,8,8,3)color(1,0.251,0,1)"
  2102. }, "" },
  2103. { "Vert", "civ", {
  2104. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2105. }, "" },
  2106. { "Rose", "civ", {
  2107. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2108. }, "" },
  2109. { "Violet", "civ", {
  2110. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2111. }, "" }
  2112. };
  2113. };
  2114.  
  2115. class Peugeot_308_civ {
  2116. vItemSpace = 50;
  2117. conditions = "";
  2118. price = 24560;
  2119. textures[] = {
  2120. { "Noir", "civ", {
  2121. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2122. }, "" },
  2123. { "Blanc", "civ", {
  2124. "#(argb,8,8,3)color(1,1,1,1)"
  2125. }, "" },
  2126. { "Gris", "civ", {
  2127. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2128. }, "" },
  2129. { "Sable", "civ", {
  2130. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2131. }, "" },
  2132. { "Rouge", "civ", {
  2133. "#(argb,8,8,3)color(1,0,0,1)"
  2134. }, "" },
  2135. { "Jaune", "civ", {
  2136. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2137. }, "" },
  2138. { "Bleu", "civ", {
  2139. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2140. }, "" },
  2141. { "Bleu Nuit", "civ", {
  2142. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2143. }, "" },
  2144. { "Mauve", "civ", {
  2145. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2146. }, "" },
  2147. { "Orange", "civ", {
  2148. "#(argb,8,8,3)color(1,0.251,0,1)"
  2149. }, "" },
  2150. { "Vert", "civ", {
  2151. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2152. }, "" },
  2153. { "Rose", "civ", {
  2154. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2155. }, "" },
  2156. { "Violet", "civ", {
  2157. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2158. }, "" }
  2159. };
  2160. };
  2161.  
  2162. class chds4 {
  2163. vItemSpace = 50;
  2164. conditions = "";
  2165. price = 28650;
  2166. textures[] = {
  2167. { "Noir", "civ", {
  2168. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2169. }, "" },
  2170. { "Blanc", "civ", {
  2171. "#(argb,8,8,3)color(1,1,1,1)"
  2172. }, "" },
  2173. { "Gris", "civ", {
  2174. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2175. }, "" },
  2176. { "Sable", "civ", {
  2177. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2178. }, "" },
  2179. { "Rouge", "civ", {
  2180. "#(argb,8,8,3)color(1,0,0,1)"
  2181. }, "" },
  2182. { "Jaune", "civ", {
  2183. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2184. }, "" },
  2185. { "Bleu", "civ", {
  2186. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2187. }, "" },
  2188. { "Bleu Nuit", "civ", {
  2189. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2190. }, "" },
  2191. { "Mauve", "civ", {
  2192. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2193. }, "" },
  2194. { "Orange", "civ", {
  2195. "#(argb,8,8,3)color(1,0.251,0,1)"
  2196. }, "" },
  2197. { "Vert", "civ", {
  2198. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2199. }, "" },
  2200. { "Rose", "civ", {
  2201. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2202. }, "" },
  2203. { "Violet", "civ", {
  2204. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2205. }, "" }
  2206. };
  2207. };
  2208.  
  2209. class chduster14_civ {
  2210. vItemSpace = 50;
  2211. conditions = "";
  2212. price = 38560;
  2213. textures[] = {
  2214. { "Noir", "civ", {
  2215. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2216. }, "" },
  2217. { "Blanc", "civ", {
  2218. "#(argb,8,8,3)color(1,1,1,1)"
  2219. }, "" },
  2220. { "Gris", "civ", {
  2221. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2222. }, "" },
  2223. { "Sable", "civ", {
  2224. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2225. }, "" },
  2226. { "Rouge", "civ", {
  2227. "#(argb,8,8,3)color(1,0,0,1)"
  2228. }, "" },
  2229. { "Jaune", "civ", {
  2230. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2231. }, "" },
  2232. { "Bleu", "civ", {
  2233. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2234. }, "" },
  2235. { "Bleu Nuit", "civ", {
  2236. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2237. }, "" },
  2238. { "Mauve", "civ", {
  2239. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2240. }, "" },
  2241. { "Orange", "civ", {
  2242. "#(argb,8,8,3)color(1,0.251,0,1)"
  2243. }, "" },
  2244. { "Vert", "civ", {
  2245. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2246. }, "" },
  2247. { "Rose", "civ", {
  2248. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2249. }, "" },
  2250. { "Violet", "civ", {
  2251. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2252. }, "" }
  2253. };
  2254. };
  2255.  
  2256. class mondeoswch_civ {
  2257. vItemSpace = 50;
  2258. conditions = "";
  2259. price = 28550;
  2260. textures[] = {
  2261. { "Noir", "civ", {
  2262. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2263. }, "" },
  2264. { "Blanc", "civ", {
  2265. "#(argb,8,8,3)color(1,1,1,1)"
  2266. }, "" },
  2267. { "Gris", "civ", {
  2268. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2269. }, "" },
  2270. { "Sable", "civ", {
  2271. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2272. }, "" },
  2273. { "Rouge", "civ", {
  2274. "#(argb,8,8,3)color(1,0,0,1)"
  2275. }, "" },
  2276. { "Jaune", "civ", {
  2277. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2278. }, "" },
  2279. { "Bleu", "civ", {
  2280. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2281. }, "" },
  2282. { "Bleu Nuit", "civ", {
  2283. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2284. }, "" },
  2285. { "Mauve", "civ", {
  2286. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2287. }, "" },
  2288. { "Orange", "civ", {
  2289. "#(argb,8,8,3)color(1,0.251,0,1)"
  2290. }, "" },
  2291. { "Vert", "civ", {
  2292. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2293. }, "" },
  2294. { "Rose", "civ", {
  2295. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2296. }, "" },
  2297. { "Violet", "civ", {
  2298. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2299. }, "" }
  2300. };
  2301. };
  2302.  
  2303. class chmeganers_civ {
  2304. vItemSpace = 50;
  2305. conditions = "";
  2306. price = 134550;
  2307. textures[] = {
  2308. { "Noir", "civ", {
  2309. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2310. }, "" },
  2311. { "Blanc", "civ", {
  2312. "#(argb,8,8,3)color(1,1,1,1)"
  2313. }, "" },
  2314. { "Gris", "civ", {
  2315. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2316. }, "" },
  2317. { "Sable", "civ", {
  2318. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2319. }, "" },
  2320. { "Rouge", "civ", {
  2321. "#(argb,8,8,3)color(1,0,0,1)"
  2322. }, "" },
  2323. { "Jaune", "civ", {
  2324. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2325. }, "" },
  2326. { "Bleu", "civ", {
  2327. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2328. }, "" },
  2329. { "Bleu Nuit", "civ", {
  2330. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2331. }, "" },
  2332. { "Mauve", "civ", {
  2333. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2334. }, "" },
  2335. { "Orange", "civ", {
  2336. "#(argb,8,8,3)color(1,0.251,0,1)"
  2337. }, "" },
  2338. { "Vert", "civ", {
  2339. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2340. }, "" },
  2341. { "Rose", "civ", {
  2342. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2343. }, "" },
  2344. { "Violet", "civ", {
  2345. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2346. }, "" }
  2347. };
  2348. };
  2349.  
  2350. class chmegane_4_estate_civ {
  2351. vItemSpace = 50;
  2352. conditions = "";
  2353. price = 38690;
  2354. textures[] = {
  2355. { "Noir", "civ", {
  2356. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2357. }, "" },
  2358. { "Blanc", "civ", {
  2359. "#(argb,8,8,3)color(1,1,1,1)"
  2360. }, "" },
  2361. { "Gris", "civ", {
  2362. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2363. }, "" },
  2364. { "Sable", "civ", {
  2365. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2366. }, "" },
  2367. { "Rouge", "civ", {
  2368. "#(argb,8,8,3)color(1,0,0,1)"
  2369. }, "" },
  2370. { "Jaune", "civ", {
  2371. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2372. }, "" },
  2373. { "Bleu", "civ", {
  2374. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2375. }, "" },
  2376. { "Bleu Nuit", "civ", {
  2377. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2378. }, "" },
  2379. { "Mauve", "civ", {
  2380. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2381. }, "" },
  2382. { "Orange", "civ", {
  2383. "#(argb,8,8,3)color(1,0.251,0,1)"
  2384. }, "" },
  2385. { "Vert", "civ", {
  2386. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2387. }, "" },
  2388. { "Rose", "civ", {
  2389. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2390. }, "" },
  2391. { "Violet", "civ", {
  2392. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2393. }, "" }
  2394. };
  2395. };
  2396.  
  2397. class Renault_Espace_civ {
  2398. vItemSpace = 50;
  2399. conditions = "";
  2400. price = 5500;
  2401. textures[] = {
  2402. { "Noir", "civ", {
  2403. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2404. }, "" },
  2405. { "Blanc", "civ", {
  2406. "#(argb,8,8,3)color(1,1,1,1)"
  2407. }, "" },
  2408. { "Gris", "civ", {
  2409. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2410. }, "" },
  2411. { "Sable", "civ", {
  2412. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2413. }, "" },
  2414. { "Rouge", "civ", {
  2415. "#(argb,8,8,3)color(1,0,0,1)"
  2416. }, "" },
  2417. { "Jaune", "civ", {
  2418. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2419. }, "" },
  2420. { "Bleu", "civ", {
  2421. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2422. }, "" },
  2423. { "Bleu Nuit", "civ", {
  2424. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2425. }, "" },
  2426. { "Mauve", "civ", {
  2427. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2428. }, "" },
  2429. { "Orange", "civ", {
  2430. "#(argb,8,8,3)color(1,0.251,0,1)"
  2431. }, "" },
  2432. { "Vert", "civ", {
  2433. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2434. }, "" },
  2435. { "Rose", "civ", {
  2436. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2437. }, "" },
  2438. { "Violet", "civ", {
  2439. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2440. }, "" }
  2441. };
  2442. };
  2443.  
  2444. class RS3lu_civ {
  2445. vItemSpace = 50;
  2446. conditions = "";
  2447. price = 149650;
  2448. textures[] = {
  2449. { "Noir", "civ", {
  2450. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2451. }, "" },
  2452. { "Blanc", "civ", {
  2453. "#(argb,8,8,3)color(1,1,1,1)"
  2454. }, "" },
  2455. { "Gris", "civ", {
  2456. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2457. }, "" },
  2458. { "Sable", "civ", {
  2459. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2460. }, "" },
  2461. { "Rouge", "civ", {
  2462. "#(argb,8,8,3)color(1,0,0,1)"
  2463. }, "" },
  2464. { "Jaune", "civ", {
  2465. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2466. }, "" },
  2467. { "Bleu", "civ", {
  2468. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2469. }, "" },
  2470. { "Bleu Nuit", "civ", {
  2471. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2472. }, "" },
  2473. { "Mauve", "civ", {
  2474. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2475. }, "" },
  2476. { "Orange", "civ", {
  2477. "#(argb,8,8,3)color(1,0.251,0,1)"
  2478. }, "" },
  2479. { "Vert", "civ", {
  2480. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2481. }, "" },
  2482. { "Rose", "civ", {
  2483. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2484. }, "" },
  2485. { "Violet", "civ", {
  2486. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2487. }, "" }
  2488. };
  2489. };
  2490.  
  2491. class Crownlu {
  2492. vItemSpace = 50;
  2493. conditions = "";
  2494. price = 52500;
  2495. textures[] = {
  2496. { "Noir", "civ", {
  2497. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2498. }, "" },
  2499. { "Blanc", "civ", {
  2500. "#(argb,8,8,3)color(1,1,1,1)"
  2501. }, "" },
  2502. { "Gris", "civ", {
  2503. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2504. }, "" },
  2505. { "Sable", "civ", {
  2506. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2507. }, "" },
  2508. { "Rouge", "civ", {
  2509. "#(argb,8,8,3)color(1,0,0,1)"
  2510. }, "" },
  2511. { "Jaune", "civ", {
  2512. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2513. }, "" },
  2514. { "Bleu", "civ", {
  2515. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2516. }, "" },
  2517. { "Bleu Nuit", "civ", {
  2518. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2519. }, "" },
  2520. { "Mauve", "civ", {
  2521. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2522. }, "" },
  2523. { "Orange", "civ", {
  2524. "#(argb,8,8,3)color(1,0.251,0,1)"
  2525. }, "" },
  2526. { "Vert", "civ", {
  2527. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2528. }, "" },
  2529. { "Rose", "civ", {
  2530. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2531. }, "" },
  2532. { "Violet", "civ", {
  2533. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2534. }, "" }
  2535. };
  2536. };
  2537.  
  2538. class Dacia_Duster_civ {
  2539. vItemSpace = 50;
  2540. conditions = "";
  2541. price = 42360;
  2542. textures[] = {
  2543. { "Noir", "civ", {
  2544. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2545. }, "" },
  2546. { "Blanc", "civ", {
  2547. "#(argb,8,8,3)color(1,1,1,1)"
  2548. }, "" },
  2549. { "Gris", "civ", {
  2550. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2551. }, "" },
  2552. { "Sable", "civ", {
  2553. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2554. }, "" },
  2555. { "Rouge", "civ", {
  2556. "#(argb,8,8,3)color(1,0,0,1)"
  2557. }, "" },
  2558. { "Jaune", "civ", {
  2559. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2560. }, "" },
  2561. { "Bleu", "civ", {
  2562. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2563. }, "" },
  2564. { "Bleu Nuit", "civ", {
  2565. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2566. }, "" },
  2567. { "Mauve", "civ", {
  2568. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2569. }, "" },
  2570. { "Orange", "civ", {
  2571. "#(argb,8,8,3)color(1,0.251,0,1)"
  2572. }, "" },
  2573. { "Vert", "civ", {
  2574. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2575. }, "" },
  2576. { "Rose", "civ", {
  2577. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2578. }, "" },
  2579. { "Violet", "civ", {
  2580. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2581. }, "" }
  2582. };
  2583. };
  2584.  
  2585. class chBeetle {
  2586. vItemSpace = 50;
  2587. conditions = "";
  2588. price = 68201;
  2589. textures[] = {
  2590. { "Noir", "civ", {
  2591. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2592. }, "" },
  2593. { "Blanc", "civ", {
  2594. "#(argb,8,8,3)color(1,1,1,1)"
  2595. }, "" },
  2596. { "Gris", "civ", {
  2597. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2598. }, "" },
  2599. { "Sable", "civ", {
  2600. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2601. }, "" },
  2602. { "Rouge", "civ", {
  2603. "#(argb,8,8,3)color(1,0,0,1)"
  2604. }, "" },
  2605. { "Jaune", "civ", {
  2606. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2607. }, "" },
  2608. { "Bleu", "civ", {
  2609. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2610. }, "" },
  2611. { "Bleu Nuit", "civ", {
  2612. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2613. }, "" },
  2614. { "Mauve", "civ", {
  2615. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2616. }, "" },
  2617. { "Orange", "civ", {
  2618. "#(argb,8,8,3)color(1,0.251,0,1)"
  2619. }, "" },
  2620. { "Vert", "civ", {
  2621. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2622. }, "" },
  2623. { "Rose", "civ", {
  2624. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2625. }, "" },
  2626. { "Violet", "civ", {
  2627. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2628. }, "" }
  2629. };
  2630. };
  2631.  
  2632. class ch508 {
  2633. vItemSpace = 55;
  2634. conditions = "";
  2635. price = 56850;
  2636. textures[] = {
  2637. { "Noir", "civ", {
  2638. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2639. }, "" },
  2640. { "Blanc", "civ", {
  2641. "#(argb,8,8,3)color(1,1,1,1)"
  2642. }, "" },
  2643. { "Gris", "civ", {
  2644. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2645. }, "" },
  2646. { "Sable", "civ", {
  2647. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2648. }, "" },
  2649. { "Rouge", "civ", {
  2650. "#(argb,8,8,3)color(1,0,0,1)"
  2651. }, "" },
  2652. { "Jaune", "civ", {
  2653. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2654. }, "" },
  2655. { "Bleu", "civ", {
  2656. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2657. }, "" },
  2658. { "Bleu Nuit", "civ", {
  2659. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2660. }, "" },
  2661. { "Mauve", "civ", {
  2662. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2663. }, "" },
  2664. { "Orange", "civ", {
  2665. "#(argb,8,8,3)color(1,0.251,0,1)"
  2666. }, "" },
  2667. { "Vert", "civ", {
  2668. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2669. }, "" },
  2670. { "Rose", "civ", {
  2671. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2672. }, "" },
  2673. { "Violet", "civ", {
  2674. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2675. }, "" }
  2676. };
  2677. };
  2678.  
  2679. class Mk3lu_civ {
  2680. vItemSpace = 50;
  2681. conditions = "";
  2682. price = 19500;
  2683. textures[] = {
  2684. { "Noir", "civ", {
  2685. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2686. }, "" },
  2687. { "Blanc", "civ", {
  2688. "#(argb,8,8,3)color(1,1,1,1)"
  2689. }, "" },
  2690. { "Gris", "civ", {
  2691. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2692. }, "" },
  2693. { "Sable", "civ", {
  2694. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2695. }, "" },
  2696. { "Rouge", "civ", {
  2697. "#(argb,8,8,3)color(1,0,0,1)"
  2698. }, "" },
  2699. { "Jaune", "civ", {
  2700. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2701. }, "" },
  2702. { "Bleu", "civ", {
  2703. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2704. }, "" },
  2705. { "Bleu Nuit", "civ", {
  2706. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2707. }, "" },
  2708. { "Mauve", "civ", {
  2709. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2710. }, "" },
  2711. { "Orange", "civ", {
  2712. "#(argb,8,8,3)color(1,0.251,0,1)"
  2713. }, "" },
  2714. { "Vert", "civ", {
  2715. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2716. }, "" },
  2717. { "Rose", "civ", {
  2718. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2719. }, "" },
  2720. { "Violet", "civ", {
  2721. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2722. }, "" }
  2723. };
  2724. };
  2725.  
  2726. class CLS63lu_civ {
  2727. vItemSpace = 50;
  2728. conditions = "";
  2729. price = 1250000;
  2730. textures[] = {
  2731. { "Noir", "civ", {
  2732. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2733. }, "" },
  2734. { "Blanc", "civ", {
  2735. "#(argb,8,8,3)color(1,1,1,1)"
  2736. }, "" },
  2737. { "Gris", "civ", {
  2738. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2739. }, "" },
  2740. { "Sable", "civ", {
  2741. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2742. }, "" },
  2743. { "Rouge", "civ", {
  2744. "#(argb,8,8,3)color(1,0,0,1)"
  2745. }, "" },
  2746. { "Jaune", "civ", {
  2747. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2748. }, "" },
  2749. { "Bleu", "civ", {
  2750. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2751. }, "" },
  2752. { "Bleu Nuit", "civ", {
  2753. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2754. }, "" },
  2755. { "Mauve", "civ", {
  2756. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2757. }, "" },
  2758. { "Orange", "civ", {
  2759. "#(argb,8,8,3)color(1,0.251,0,1)"
  2760. }, "" },
  2761. { "Vert", "civ", {
  2762. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2763. }, "" },
  2764. { "Rose", "civ", {
  2765. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2766. }, "" },
  2767. { "Violet", "civ", {
  2768. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2769. }, "" }
  2770. };
  2771. };
  2772.  
  2773. class AlessioC63 {
  2774. vItemSpace = 50;
  2775. conditions = "";
  2776. price = 1500000;
  2777. textures[] = {
  2778. { "Noir", "civ", {
  2779. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2780. }, "" },
  2781. { "Blanc", "civ", {
  2782. "#(argb,8,8,3)color(1,1,1,1)"
  2783. }, "" },
  2784. { "Gris", "civ", {
  2785. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2786. }, "" },
  2787. { "Sable", "civ", {
  2788. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2789. }, "" },
  2790. { "Rouge", "civ", {
  2791. "#(argb,8,8,3)color(1,0,0,1)"
  2792. }, "" },
  2793. { "Jaune", "civ", {
  2794. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2795. }, "" },
  2796. { "Bleu", "civ", {
  2797. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2798. }, "" },
  2799. { "Bleu Nuit", "civ", {
  2800. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2801. }, "" },
  2802. { "Mauve", "civ", {
  2803. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2804. }, "" },
  2805. { "Orange", "civ", {
  2806. "#(argb,8,8,3)color(1,0.251,0,1)"
  2807. }, "" },
  2808. { "Vert", "civ", {
  2809. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2810. }, "" },
  2811. { "Rose", "civ", {
  2812. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2813. }, "" },
  2814. { "Violet", "civ", {
  2815. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2816. }, "" }
  2817. };
  2818. };
  2819.  
  2820. class AlessioBM4 {
  2821. vItemSpace = 50;
  2822. conditions = "";
  2823. price = 1950123;
  2824. textures[] = {
  2825. { "Noir", "civ", {
  2826. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2827. }, "" },
  2828. { "Blanc", "civ", {
  2829. "#(argb,8,8,3)color(1,1,1,1)"
  2830. }, "" },
  2831. { "Gris", "civ", {
  2832. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2833. }, "" },
  2834. { "Sable", "civ", {
  2835. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2836. }, "" },
  2837. { "Rouge", "civ", {
  2838. "#(argb,8,8,3)color(1,0,0,1)"
  2839. }, "" },
  2840. { "Jaune", "civ", {
  2841. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2842. }, "" },
  2843. { "Bleu", "civ", {
  2844. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2845. }, "" },
  2846. { "Bleu Nuit", "civ", {
  2847. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2848. }, "" },
  2849. { "Mauve", "civ", {
  2850. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2851. }, "" },
  2852. { "Orange", "civ", {
  2853. "#(argb,8,8,3)color(1,0.251,0,1)"
  2854. }, "" },
  2855. { "Vert", "civ", {
  2856. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2857. }, "" },
  2858. { "Rose", "civ", {
  2859. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2860. }, "" },
  2861. { "Violet", "civ", {
  2862. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2863. }, "" }
  2864. };
  2865. };
  2866.  
  2867. class V250_civ {
  2868. vItemSpace = 68;
  2869. conditions = "";
  2870. price = 235000;
  2871. textures[] = {
  2872. { "Noir", "civ", {
  2873. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2874. }, "" },
  2875. { "Blanc", "civ", {
  2876. "#(argb,8,8,3)color(1,1,1,1)"
  2877. }, "" },
  2878. { "Gris", "civ", {
  2879. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2880. }, "" },
  2881. { "Sable", "civ", {
  2882. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2883. }, "" },
  2884. { "Rouge", "civ", {
  2885. "#(argb,8,8,3)color(1,0,0,1)"
  2886. }, "" },
  2887. { "Jaune", "civ", {
  2888. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2889. }, "" },
  2890. { "Bleu", "civ", {
  2891. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2892. }, "" },
  2893. { "Bleu Nuit", "civ", {
  2894. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2895. }, "" },
  2896. { "Mauve", "civ", {
  2897. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2898. }, "" },
  2899. { "Orange", "civ", {
  2900. "#(argb,8,8,3)color(1,0.251,0,1)"
  2901. }, "" },
  2902. { "Vert", "civ", {
  2903. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2904. }, "" },
  2905. { "Rose", "civ", {
  2906. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2907. }, "" },
  2908. { "Violet", "civ", {
  2909. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2910. }, "" }
  2911. };
  2912. };
  2913.  
  2914. class ch_citroen_c1 {
  2915. vItemSpace = 25;
  2916. conditions = "";
  2917. price = 6900;
  2918. textures[] = {
  2919. { "Noir", "civ", {
  2920. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2921. }, "" },
  2922. { "Blanc", "civ", {
  2923. "#(argb,8,8,3)color(1,1,1,1)"
  2924. }, "" },
  2925. { "Gris", "civ", {
  2926. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2927. }, "" },
  2928. { "Sable", "civ", {
  2929. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2930. }, "" },
  2931. { "Rouge", "civ", {
  2932. "#(argb,8,8,3)color(1,0,0,1)"
  2933. }, "" },
  2934. { "Jaune", "civ", {
  2935. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2936. }, "" },
  2937. { "Bleu", "civ", {
  2938. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2939. }, "" },
  2940. { "Bleu Nuit", "civ", {
  2941. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2942. }, "" },
  2943. { "Mauve", "civ", {
  2944. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2945. }, "" },
  2946. { "Orange", "civ", {
  2947. "#(argb,8,8,3)color(1,0.251,0,1)"
  2948. }, "" },
  2949. { "Vert", "civ", {
  2950. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2951. }, "" },
  2952. { "Rose", "civ", {
  2953. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2954. }, "" },
  2955. { "Violet", "civ", {
  2956. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2957. }, "" }
  2958. };
  2959. };
  2960.  
  2961. class cmax_civ {
  2962. vItemSpace = 40;
  2963. conditions = "";
  2964. price = 15630;
  2965. textures[] = {
  2966. { "Noir", "civ", {
  2967. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2968. }, "" },
  2969. { "Blanc", "civ", {
  2970. "#(argb,8,8,3)color(1,1,1,1)"
  2971. }, "" },
  2972. { "Gris", "civ", {
  2973. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2974. }, "" },
  2975. { "Sable", "civ", {
  2976. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2977. }, "" },
  2978. { "Rouge", "civ", {
  2979. "#(argb,8,8,3)color(1,0,0,1)"
  2980. }, "" },
  2981. { "Jaune", "civ", {
  2982. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2983. }, "" },
  2984. { "Bleu", "civ", {
  2985. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2986. }, "" },
  2987. { "Bleu Nuit", "civ", {
  2988. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2989. }, "" },
  2990. { "Mauve", "civ", {
  2991. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2992. }, "" },
  2993. { "Orange", "civ", {
  2994. "#(argb,8,8,3)color(1,0.251,0,1)"
  2995. }, "" },
  2996. { "Vert", "civ", {
  2997. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2998. }, "" },
  2999. { "Rose", "civ", {
  3000. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3001. }, "" },
  3002. { "Violet", "civ", {
  3003. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3004. }, "" }
  3005. };
  3006. };
  3007.  
  3008. class Mer_Vito_civ {
  3009. vItemSpace = 40;
  3010. conditions = "";
  3011. price = 150630;
  3012. textures[] = {
  3013. { "Noir", "civ", {
  3014. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3015. }, "" },
  3016. { "Blanc", "civ", {
  3017. "#(argb,8,8,3)color(1,1,1,1)"
  3018. }, "" },
  3019. { "Gris", "civ", {
  3020. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3021. }, "" },
  3022. { "Sable", "civ", {
  3023. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3024. }, "" },
  3025. { "Rouge", "civ", {
  3026. "#(argb,8,8,3)color(1,0,0,1)"
  3027. }, "" },
  3028. { "Jaune", "civ", {
  3029. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3030. }, "" },
  3031. { "Bleu", "civ", {
  3032. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3033. }, "" },
  3034. { "Bleu Nuit", "civ", {
  3035. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3036. }, "" },
  3037. { "Mauve", "civ", {
  3038. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3039. }, "" },
  3040. { "Orange", "civ", {
  3041. "#(argb,8,8,3)color(1,0.251,0,1)"
  3042. }, "" },
  3043. { "Vert", "civ", {
  3044. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3045. }, "" },
  3046. { "Rose", "civ", {
  3047. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3048. }, "" },
  3049. { "Violet", "civ", {
  3050. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3051. }, "" }
  3052. };
  3053. };
  3054.  
  3055. class chfcrsciv {
  3056. vItemSpace = 40;
  3057. conditions = "";
  3058. price = 26560;
  3059. textures[] = {
  3060. { "Noir", "civ", {
  3061. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3062. }, "" },
  3063. { "Blanc", "civ", {
  3064. "#(argb,8,8,3)color(1,1,1,1)"
  3065. }, "" },
  3066. { "Gris", "civ", {
  3067. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3068. }, "" },
  3069. { "Sable", "civ", {
  3070. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3071. }, "" },
  3072. { "Rouge", "civ", {
  3073. "#(argb,8,8,3)color(1,0,0,1)"
  3074. }, "" },
  3075. { "Jaune", "civ", {
  3076. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3077. }, "" },
  3078. { "Bleu", "civ", {
  3079. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3080. }, "" },
  3081. { "Bleu Nuit", "civ", {
  3082. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3083. }, "" },
  3084. { "Mauve", "civ", {
  3085. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3086. }, "" },
  3087. { "Orange", "civ", {
  3088. "#(argb,8,8,3)color(1,0.251,0,1)"
  3089. }, "" },
  3090. { "Vert", "civ", {
  3091. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3092. }, "" },
  3093. { "Rose", "civ", {
  3094. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3095. }, "" },
  3096. { "Violet", "civ", {
  3097. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3098. }, "" }
  3099. };
  3100. };
  3101.  
  3102. class mondeo_civ {
  3103. vItemSpace = 40;
  3104. conditions = "";
  3105. price = 26560;
  3106. textures[] = {
  3107. { "Noir", "civ", {
  3108. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3109. }, "" },
  3110. { "Blanc", "civ", {
  3111. "#(argb,8,8,3)color(1,1,1,1)"
  3112. }, "" },
  3113. { "Gris", "civ", {
  3114. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3115. }, "" },
  3116. { "Sable", "civ", {
  3117. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3118. }, "" },
  3119. { "Rouge", "civ", {
  3120. "#(argb,8,8,3)color(1,0,0,1)"
  3121. }, "" },
  3122. { "Jaune", "civ", {
  3123. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3124. }, "" },
  3125. { "Bleu", "civ", {
  3126. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3127. }, "" },
  3128. { "Bleu Nuit", "civ", {
  3129. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3130. }, "" },
  3131. { "Mauve", "civ", {
  3132. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3133. }, "" },
  3134. { "Orange", "civ", {
  3135. "#(argb,8,8,3)color(1,0.251,0,1)"
  3136. }, "" },
  3137. { "Vert", "civ", {
  3138. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3139. }, "" },
  3140. { "Rose", "civ", {
  3141. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3142. }, "" },
  3143. { "Violet", "civ", {
  3144. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3145. }, "" }
  3146. };
  3147. };
  3148.  
  3149. class mondeovch_civ {
  3150. vItemSpace = 40;
  3151. conditions = "";
  3152. price = 35560;
  3153. textures[] = {
  3154. { "Noir", "civ", {
  3155. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3156. }, "" },
  3157. { "Blanc", "civ", {
  3158. "#(argb,8,8,3)color(1,1,1,1)"
  3159. }, "" },
  3160. { "Gris", "civ", {
  3161. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3162. }, "" },
  3163. { "Sable", "civ", {
  3164. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3165. }, "" },
  3166. { "Rouge", "civ", {
  3167. "#(argb,8,8,3)color(1,0,0,1)"
  3168. }, "" },
  3169. { "Jaune", "civ", {
  3170. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3171. }, "" },
  3172. { "Bleu", "civ", {
  3173. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3174. }, "" },
  3175. { "Bleu Nuit", "civ", {
  3176. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3177. }, "" },
  3178. { "Mauve", "civ", {
  3179. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3180. }, "" },
  3181. { "Orange", "civ", {
  3182. "#(argb,8,8,3)color(1,0.251,0,1)"
  3183. }, "" },
  3184. { "Vert", "civ", {
  3185. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3186. }, "" },
  3187. { "Rose", "civ", {
  3188. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3189. }, "" },
  3190. { "Violet", "civ", {
  3191. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3192. }, "" }
  3193. };
  3194. };
  3195.  
  3196. class chdefender_civ {
  3197. vItemSpace = 45;
  3198. conditions = "";
  3199. price = 41250;
  3200. textures[] = {
  3201. { "Noir", "civ", {
  3202. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3203. }, "" },
  3204. { "Blanc", "civ", {
  3205. "#(argb,8,8,3)color(1,1,1,1)"
  3206. }, "" },
  3207. { "Gris", "civ", {
  3208. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3209. }, "" },
  3210. { "Sable", "civ", {
  3211. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3212. }, "" },
  3213. { "Rouge", "civ", {
  3214. "#(argb,8,8,3)color(1,0,0,1)"
  3215. }, "" },
  3216. { "Jaune", "civ", {
  3217. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3218. }, "" },
  3219. { "Bleu", "civ", {
  3220. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3221. }, "" },
  3222. { "Bleu Nuit", "civ", {
  3223. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3224. }, "" },
  3225. { "Mauve", "civ", {
  3226. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3227. }, "" },
  3228. { "Orange", "civ", {
  3229. "#(argb,8,8,3)color(1,0.251,0,1)"
  3230. }, "" },
  3231. { "Vert", "civ", {
  3232. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3233. }, "" },
  3234. { "Rose", "civ", {
  3235. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3236. }, "" },
  3237. { "Violet", "civ", {
  3238. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3239. }, "" }
  3240. };
  3241. };
  3242.  
  3243. class ch206_civ {
  3244. vItemSpace = 25;
  3245. conditions = "";
  3246. price = 22320;
  3247. textures[] = {
  3248. { "Noir", "civ", {
  3249. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3250. }, "" },
  3251. { "Blanc", "civ", {
  3252. "#(argb,8,8,3)color(1,1,1,1)"
  3253. }, "" },
  3254. { "Gris", "civ", {
  3255. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3256. }, "" },
  3257. { "Sable", "civ", {
  3258. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3259. }, "" },
  3260. { "Rouge", "civ", {
  3261. "#(argb,8,8,3)color(1,0,0,1)"
  3262. }, "" },
  3263. { "Jaune", "civ", {
  3264. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3265. }, "" },
  3266. { "Bleu", "civ", {
  3267. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3268. }, "" },
  3269. { "Bleu Nuit", "civ", {
  3270. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3271. }, "" },
  3272. { "Mauve", "civ", {
  3273. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3274. }, "" },
  3275. { "Orange", "civ", {
  3276. "#(argb,8,8,3)color(1,0.251,0,1)"
  3277. }, "" },
  3278. { "Vert", "civ", {
  3279. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3280. }, "" },
  3281. { "Rose", "civ", {
  3282. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3283. }, "" },
  3284. { "Violet", "civ", {
  3285. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3286. }, "" }
  3287. };
  3288. };
  3289.  
  3290. class 308_2015_civ {
  3291. vItemSpace = 30;
  3292. conditions = "";
  3293. price = 28650;
  3294. textures[] = {
  3295. { "Noir", "civ", {
  3296. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3297. }, "" },
  3298. { "Blanc", "civ", {
  3299. "#(argb,8,8,3)color(1,1,1,1)"
  3300. }, "" },
  3301. { "Gris", "civ", {
  3302. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3303. }, "" },
  3304. { "Sable", "civ", {
  3305. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3306. }, "" },
  3307. { "Rouge", "civ", {
  3308. "#(argb,8,8,3)color(1,0,0,1)"
  3309. }, "" },
  3310. { "Jaune", "civ", {
  3311. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3312. }, "" },
  3313. { "Bleu", "civ", {
  3314. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3315. }, "" },
  3316. { "Bleu Nuit", "civ", {
  3317. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3318. }, "" },
  3319. { "Mauve", "civ", {
  3320. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3321. }, "" },
  3322. { "Orange", "civ", {
  3323. "#(argb,8,8,3)color(1,0.251,0,1)"
  3324. }, "" },
  3325. { "Vert", "civ", {
  3326. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3327. }, "" },
  3328. { "Rose", "civ", {
  3329. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3330. }, "" },
  3331. { "Violet", "civ", {
  3332. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3333. }, "" }
  3334. };
  3335. };
  3336.  
  3337. class chsandero {
  3338. vItemSpace = 32;
  3339. conditions = "";
  3340. price = 8200;
  3341. textures[] = {
  3342. { "Noir", "civ", {
  3343. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3344. }, "" },
  3345. { "Blanc", "civ", {
  3346. "#(argb,8,8,3)color(1,1,1,1)"
  3347. }, "" },
  3348. { "Gris", "civ", {
  3349. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3350. }, "" },
  3351. { "Sable", "civ", {
  3352. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3353. }, "" },
  3354. { "Rouge", "civ", {
  3355. "#(argb,8,8,3)color(1,0,0,1)"
  3356. }, "" },
  3357. { "Jaune", "civ", {
  3358. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3359. }, "" },
  3360. { "Bleu", "civ", {
  3361. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3362. }, "" },
  3363. { "Bleu Nuit", "civ", {
  3364. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3365. }, "" },
  3366. { "Mauve", "civ", {
  3367. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3368. }, "" },
  3369. { "Orange", "civ", {
  3370. "#(argb,8,8,3)color(1,0.251,0,1)"
  3371. }, "" },
  3372. { "Vert", "civ", {
  3373. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3374. }, "" },
  3375. { "Rose", "civ", {
  3376. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3377. }, "" },
  3378. { "Violet", "civ", {
  3379. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3380. }, "" }
  3381. };
  3382. };
  3383.  
  3384. class chrr_svr {
  3385. vItemSpace = 36;
  3386. conditions = "";
  3387. price = 15600;
  3388. textures[] = {
  3389. { "Noir", "civ", {
  3390. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3391. }, "" },
  3392. { "Blanc", "civ", {
  3393. "#(argb,8,8,3)color(1,1,1,1)"
  3394. }, "" },
  3395. { "Gris", "civ", {
  3396. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3397. }, "" },
  3398. { "Sable", "civ", {
  3399. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3400. }, "" },
  3401. { "Rouge", "civ", {
  3402. "#(argb,8,8,3)color(1,0,0,1)"
  3403. }, "" },
  3404. { "Jaune", "civ", {
  3405. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3406. }, "" },
  3407. { "Bleu", "civ", {
  3408. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3409. }, "" },
  3410. { "Bleu Nuit", "civ", {
  3411. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3412. }, "" },
  3413. { "Mauve", "civ", {
  3414. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3415. }, "" },
  3416. { "Orange", "civ", {
  3417. "#(argb,8,8,3)color(1,0.251,0,1)"
  3418. }, "" },
  3419. { "Vert", "civ", {
  3420. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3421. }, "" },
  3422. { "Rose", "civ", {
  3423. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3424. }, "" },
  3425. { "Violet", "civ", {
  3426. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3427. }, "" }
  3428. };
  3429. };
  3430.  
  3431. class Charger_1969lu_white {
  3432. vItemSpace = 40;
  3433. conditions = "";
  3434. price = 456320;
  3435. textures[] = {
  3436. { "Noir", "civ", {
  3437. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3438. }, "" },
  3439. { "Blanc", "civ", {
  3440. "#(argb,8,8,3)color(1,1,1,1)"
  3441. }, "" },
  3442. { "Gris", "civ", {
  3443. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3444. }, "" },
  3445. { "Sable", "civ", {
  3446. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3447. }, "" },
  3448. { "Rouge", "civ", {
  3449. "#(argb,8,8,3)color(1,0,0,1)"
  3450. }, "" },
  3451. { "Jaune", "civ", {
  3452. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3453. }, "" },
  3454. { "Bleu", "civ", {
  3455. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3456. }, "" },
  3457. { "Bleu Nuit", "civ", {
  3458. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3459. }, "" },
  3460. { "Mauve", "civ", {
  3461. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3462. }, "" },
  3463. { "Orange", "civ", {
  3464. "#(argb,8,8,3)color(1,0.251,0,1)"
  3465. }, "" },
  3466. { "Vert", "civ", {
  3467. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3468. }, "" },
  3469. { "Rose", "civ", {
  3470. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3471. }, "" },
  3472. { "Violet", "civ", {
  3473. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3474. }, "" }
  3475. };
  3476. };
  3477.  
  3478. class AlessioVIR {
  3479. vItemSpace = 50;
  3480. conditions = "";
  3481. price = 25000;
  3482. textures[] = {
  3483. { "Noir", "civ", {
  3484. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3485. }, "" },
  3486. { "Blanc", "civ", {
  3487. "#(argb,8,8,3)color(1,1,1,1)"
  3488. }, "" },
  3489. { "Gris", "civ", {
  3490. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3491. }, "" },
  3492. { "Sable", "civ", {
  3493. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3494. }, "" },
  3495. { "Rouge", "civ", {
  3496. "#(argb,8,8,3)color(1,0,0,1)"
  3497. }, "" },
  3498. { "Jaune", "civ", {
  3499. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3500. }, "" },
  3501. { "Bleu", "civ", {
  3502. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3503. }, "" },
  3504. { "Bleu Nuit", "civ", {
  3505. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3506. }, "" },
  3507. { "Mauve", "civ", {
  3508. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3509. }, "" },
  3510. { "Orange", "civ", {
  3511. "#(argb,8,8,3)color(1,0.251,0,1)"
  3512. }, "" },
  3513. { "Vert", "civ", {
  3514. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3515. }, "" },
  3516. { "Rose", "civ", {
  3517. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3518. }, "" },
  3519. { "Violet", "civ", {
  3520. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3521. }, "" }
  3522. };
  3523. };
  3524.  
  3525. class AlessioTouareg {
  3526. vItemSpace = 50;
  3527. conditions = "";
  3528. price = 69560;
  3529. textures[] = {
  3530. { "Noir", "civ", {
  3531. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3532. }, "" },
  3533. { "Blanc", "civ", {
  3534. "#(argb,8,8,3)color(1,1,1,1)"
  3535. }, "" },
  3536. { "Gris", "civ", {
  3537. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3538. }, "" },
  3539. { "Sable", "civ", {
  3540. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3541. }, "" },
  3542. { "Rouge", "civ", {
  3543. "#(argb,8,8,3)color(1,0,0,1)"
  3544. }, "" },
  3545. { "Jaune", "civ", {
  3546. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3547. }, "" },
  3548. { "Bleu", "civ", {
  3549. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3550. }, "" },
  3551. { "Bleu Nuit", "civ", {
  3552. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3553. }, "" },
  3554. { "Mauve", "civ", {
  3555. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3556. }, "" },
  3557. { "Orange", "civ", {
  3558. "#(argb,8,8,3)color(1,0.251,0,1)"
  3559. }, "" },
  3560. { "Vert", "civ", {
  3561. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3562. }, "" },
  3563. { "Rose", "civ", {
  3564. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3565. }, "" },
  3566. { "Violet", "civ", {
  3567. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3568. }, "" }
  3569. };
  3570. };
  3571.  
  3572. //Concessionnaire de Luxe Civil
  3573. class master3p2_ft {
  3574. vItemSpace = 50;
  3575. conditions = "";
  3576. price = 500000;
  3577. textures[] = {
  3578. { "Noir", "civ", {
  3579. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3580. }, "" },
  3581. { "Blanc", "civ", {
  3582. "#(argb,8,8,3)color(1,1,1,1)"
  3583. }, "" },
  3584. { "Gris", "civ", {
  3585. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3586. }, "" },
  3587. { "Sable", "civ", {
  3588. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3589. }, "" },
  3590. { "Rouge", "civ", {
  3591. "#(argb,8,8,3)color(1,0,0,1)"
  3592. }, "" },
  3593. { "Jaune", "civ", {
  3594. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3595. }, "" },
  3596. { "Bleu", "civ", {
  3597. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3598. }, "" },
  3599. { "Bleu Nuit", "civ", {
  3600. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3601. }, "" },
  3602. { "Mauve", "civ", {
  3603. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3604. }, "" },
  3605. { "Orange", "civ", {
  3606. "#(argb,8,8,3)color(1,0.251,0,1)"
  3607. }, "" },
  3608. { "Vert", "civ", {
  3609. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3610. }, "" },
  3611. { "Rose", "civ", {
  3612. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3613. }, "" },
  3614. { "Violet", "civ", {
  3615. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3616. }, "" }
  3617. };
  3618. };
  3619.  
  3620. class cha110 {
  3621. vItemSpace = 50;
  3622. conditions = "";
  3623. price = 500000;
  3624. textures[] = {
  3625. { "Noir", "civ", {
  3626. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3627. }, "" },
  3628. { "Blanc", "civ", {
  3629. "#(argb,8,8,3)color(1,1,1,1)"
  3630. }, "" },
  3631. { "Gris", "civ", {
  3632. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3633. }, "" },
  3634. { "Sable", "civ", {
  3635. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3636. }, "" },
  3637. { "Rouge", "civ", {
  3638. "#(argb,8,8,3)color(1,0,0,1)"
  3639. }, "" },
  3640. { "Jaune", "civ", {
  3641. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3642. }, "" },
  3643. { "Bleu", "civ", {
  3644. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3645. }, "" },
  3646. { "Bleu Nuit", "civ", {
  3647. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3648. }, "" },
  3649. { "Mauve", "civ", {
  3650. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3651. }, "" },
  3652. { "Orange", "civ", {
  3653. "#(argb,8,8,3)color(1,0.251,0,1)"
  3654. }, "" },
  3655. { "Vert", "civ", {
  3656. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3657. }, "" },
  3658. { "Rose", "civ", {
  3659. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3660. }, "" },
  3661. { "Violet", "civ", {
  3662. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3663. }, "" }
  3664. };
  3665. };
  3666.  
  3667. class fgtz3 {
  3668. vItemSpace = 50;
  3669. conditions = "";
  3670. price = 500000;
  3671. textures[] = {};
  3672. };
  3673.  
  3674. class M4_CAMO {
  3675. vItemSpace = 50;
  3676. conditions = "";
  3677. price = 500000;
  3678. textures[] = {};
  3679. };
  3680.  
  3681. class C63_ROCKET {
  3682. vItemSpace = 50;
  3683. conditions = "";
  3684. price = 500000;
  3685. textures[] = {};
  3686. };
  3687.  
  3688. class shounka_limo_civ {
  3689. vItemSpace = 50;
  3690. conditions = "";
  3691. price = 500000;
  3692. textures[] = {
  3693. { "Noir", "civ", {
  3694. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3695. }, "" },
  3696. { "Blanc", "civ", {
  3697. "#(argb,8,8,3)color(1,1,1,1)"
  3698. }, "" },
  3699. { "Gris", "civ", {
  3700. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3701. }, "" },
  3702. { "Sable", "civ", {
  3703. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3704. }, "" },
  3705. { "Rouge", "civ", {
  3706. "#(argb,8,8,3)color(1,0,0,1)"
  3707. }, "" },
  3708. { "Jaune", "civ", {
  3709. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3710. }, "" },
  3711. { "Bleu", "civ", {
  3712. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3713. }, "" },
  3714. { "Bleu Nuit", "civ", {
  3715. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3716. }, "" },
  3717. { "Mauve", "civ", {
  3718. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3719. }, "" },
  3720. { "Orange", "civ", {
  3721. "#(argb,8,8,3)color(1,0.251,0,1)"
  3722. }, "" },
  3723. { "Vert", "civ", {
  3724. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3725. }, "" },
  3726. { "Rose", "civ", {
  3727. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3728. }, "" },
  3729. { "Violet", "civ", {
  3730. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3731. }, "" }
  3732. };
  3733. };
  3734.  
  3735. class AlessioC63N {
  3736. vItemSpace = 50;
  3737. conditions = "";
  3738. price = 500000;
  3739. textures[] = {
  3740. { "Noir", "civ", {
  3741. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3742. }, "" },
  3743. { "Blanc", "civ", {
  3744. "#(argb,8,8,3)color(1,1,1,1)"
  3745. }, "" },
  3746. { "Gris", "civ", {
  3747. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3748. }, "" },
  3749. { "Sable", "civ", {
  3750. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3751. }, "" },
  3752. { "Rouge", "civ", {
  3753. "#(argb,8,8,3)color(1,0,0,1)"
  3754. }, "" },
  3755. { "Jaune", "civ", {
  3756. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3757. }, "" },
  3758. { "Bleu", "civ", {
  3759. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3760. }, "" },
  3761. { "Bleu Nuit", "civ", {
  3762. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3763. }, "" },
  3764. { "Mauve", "civ", {
  3765. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3766. }, "" },
  3767. { "Orange", "civ", {
  3768. "#(argb,8,8,3)color(1,0.251,0,1)"
  3769. }, "" },
  3770. { "Vert", "civ", {
  3771. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3772. }, "" },
  3773. { "Rose", "civ", {
  3774. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3775. }, "" },
  3776. { "Violet", "civ", {
  3777. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3778. }, "" }
  3779. };
  3780. };
  3781.  
  3782. class RS7lu_civ {
  3783. vItemSpace = 50;
  3784. conditions = "";
  3785. price = 500000;
  3786. textures[] = {
  3787. { "Noir", "civ", {
  3788. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3789. }, "" },
  3790. { "Blanc", "civ", {
  3791. "#(argb,8,8,3)color(1,1,1,1)"
  3792. }, "" },
  3793. { "Gris", "civ", {
  3794. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3795. }, "" },
  3796. { "Sable", "civ", {
  3797. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3798. }, "" },
  3799. { "Rouge", "civ", {
  3800. "#(argb,8,8,3)color(1,0,0,1)"
  3801. }, "" },
  3802. { "Jaune", "civ", {
  3803. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3804. }, "" },
  3805. { "Bleu", "civ", {
  3806. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3807. }, "" },
  3808. { "Bleu Nuit", "civ", {
  3809. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3810. }, "" },
  3811. { "Mauve", "civ", {
  3812. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3813. }, "" },
  3814. { "Orange", "civ", {
  3815. "#(argb,8,8,3)color(1,0.251,0,1)"
  3816. }, "" },
  3817. { "Vert", "civ", {
  3818. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3819. }, "" },
  3820. { "Rose", "civ", {
  3821. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3822. }, "" },
  3823. { "Violet", "civ", {
  3824. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3825. }, "" }
  3826. };
  3827. };
  3828.  
  3829. class AlessioR8 {
  3830. vItemSpace = 50;
  3831. conditions = "";
  3832. price = 500000;
  3833. textures[] = {
  3834. { "Noir", "civ", {
  3835. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3836. }, "" },
  3837. { "Blanc", "civ", {
  3838. "#(argb,8,8,3)color(1,1,1,1)"
  3839. }, "" },
  3840. { "Gris", "civ", {
  3841. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3842. }, "" },
  3843. { "Sable", "civ", {
  3844. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3845. }, "" },
  3846. { "Rouge", "civ", {
  3847. "#(argb,8,8,3)color(1,0,0,1)"
  3848. }, "" },
  3849. { "Jaune", "civ", {
  3850. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3851. }, "" },
  3852. { "Bleu", "civ", {
  3853. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3854. }, "" },
  3855. { "Bleu Nuit", "civ", {
  3856. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3857. }, "" },
  3858. { "Mauve", "civ", {
  3859. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3860. }, "" },
  3861. { "Orange", "civ", {
  3862. "#(argb,8,8,3)color(1,0.251,0,1)"
  3863. }, "" },
  3864. { "Vert", "civ", {
  3865. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3866. }, "" },
  3867. { "Rose", "civ", {
  3868. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3869. }, "" },
  3870. { "Violet", "civ", {
  3871. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3872. }, "" }
  3873. };
  3874. };
  3875.  
  3876. class Chironlu_civ {
  3877. vItemSpace = 50;
  3878. conditions = "";
  3879. price = 500000;
  3880. textures[] = {
  3881. { "Noir", "civ", {
  3882. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3883. }, "" },
  3884. { "Blanc", "civ", {
  3885. "#(argb,8,8,3)color(1,1,1,1)"
  3886. }, "" },
  3887. { "Gris", "civ", {
  3888. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3889. }, "" },
  3890. { "Sable", "civ", {
  3891. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3892. }, "" },
  3893. { "Rouge", "civ", {
  3894. "#(argb,8,8,3)color(1,0,0,1)"
  3895. }, "" },
  3896. { "Jaune", "civ", {
  3897. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3898. }, "" },
  3899. { "Bleu", "civ", {
  3900. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3901. }, "" },
  3902. { "Bleu Nuit", "civ", {
  3903. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3904. }, "" },
  3905. { "Mauve", "civ", {
  3906. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3907. }, "" },
  3908. { "Orange", "civ", {
  3909. "#(argb,8,8,3)color(1,0.251,0,1)"
  3910. }, "" },
  3911. { "Vert", "civ", {
  3912. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3913. }, "" },
  3914. { "Rose", "civ", {
  3915. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3916. }, "" },
  3917. { "Violet", "civ", {
  3918. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3919. }, "" }
  3920. };
  3921. };
  3922.  
  3923. class Charger_1969lu_Race {
  3924. vItemSpace = 50;
  3925. conditions = "";
  3926. price = 500000;
  3927. textures[] = {
  3928. { "Noir", "civ", {
  3929. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3930. }, "" },
  3931. { "Blanc", "civ", {
  3932. "#(argb,8,8,3)color(1,1,1,1)"
  3933. }, "" },
  3934. { "Gris", "civ", {
  3935. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3936. }, "" },
  3937. { "Sable", "civ", {
  3938. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3939. }, "" },
  3940. { "Rouge", "civ", {
  3941. "#(argb,8,8,3)color(1,0,0,1)"
  3942. }, "" },
  3943. { "Jaune", "civ", {
  3944. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3945. }, "" },
  3946. { "Bleu", "civ", {
  3947. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3948. }, "" },
  3949. { "Bleu Nuit", "civ", {
  3950. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3951. }, "" },
  3952. { "Mauve", "civ", {
  3953. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3954. }, "" },
  3955. { "Orange", "civ", {
  3956. "#(argb,8,8,3)color(1,0.251,0,1)"
  3957. }, "" },
  3958. { "Vert", "civ", {
  3959. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3960. }, "" },
  3961. { "Rose", "civ", {
  3962. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3963. }, "" },
  3964. { "Violet", "civ", {
  3965. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3966. }, "" }
  3967. };
  3968. };
  3969.  
  3970. class F12lu_civ {
  3971. vItemSpace = 50;
  3972. conditions = "";
  3973. price = 500000;
  3974. textures[] = {
  3975. { "Noir", "civ", {
  3976. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3977. }, "" },
  3978. { "Blanc", "civ", {
  3979. "#(argb,8,8,3)color(1,1,1,1)"
  3980. }, "" },
  3981. { "Gris", "civ", {
  3982. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3983. }, "" },
  3984. { "Sable", "civ", {
  3985. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3986. }, "" },
  3987. { "Rouge", "civ", {
  3988. "#(argb,8,8,3)color(1,0,0,1)"
  3989. }, "" },
  3990. { "Jaune", "civ", {
  3991. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3992. }, "" },
  3993. { "Bleu", "civ", {
  3994. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3995. }, "" },
  3996. { "Bleu Nuit", "civ", {
  3997. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3998. }, "" },
  3999. { "Mauve", "civ", {
  4000. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4001. }, "" },
  4002. { "Orange", "civ", {
  4003. "#(argb,8,8,3)color(1,0.251,0,1)"
  4004. }, "" },
  4005. { "Vert", "civ", {
  4006. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4007. }, "" },
  4008. { "Rose", "civ", {
  4009. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4010. }, "" },
  4011. { "Violet", "civ", {
  4012. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4013. }, "" }
  4014. };
  4015. };
  4016. //////////////////////////////////////////////////////////////////////////////////////////////
  4017. class AlessioR8_Chrome {
  4018. vItemSpace = 50;
  4019. conditions = "";
  4020. price = 500000;
  4021. textures[] = {
  4022. { "Noir", "civ", {
  4023. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4024. }, "" },
  4025. { "Blanc", "civ", {
  4026. "#(argb,8,8,3)color(1,1,1,1)"
  4027. }, "" },
  4028. { "Gris", "civ", {
  4029. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4030. }, "" },
  4031. { "Sable", "civ", {
  4032. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4033. }, "" },
  4034. { "Rouge", "civ", {
  4035. "#(argb,8,8,3)color(1,0,0,1)"
  4036. }, "" },
  4037. { "Jaune", "civ", {
  4038. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4039. }, "" },
  4040. { "Bleu", "civ", {
  4041. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4042. }, "" },
  4043. { "Bleu Nuit", "civ", {
  4044. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4045. }, "" },
  4046. { "Mauve", "civ", {
  4047. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4048. }, "" },
  4049. { "Orange", "civ", {
  4050. "#(argb,8,8,3)color(1,0.251,0,1)"
  4051. }, "" },
  4052. { "Vert", "civ", {
  4053. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4054. }, "" },
  4055. { "Rose", "civ", {
  4056. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4057. }, "" },
  4058. { "Violet", "civ", {
  4059. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4060. }, "" }
  4061. };
  4062. };
  4063.  
  4064. class AlessioR8_Gold {
  4065. vItemSpace = 50;
  4066. conditions = "";
  4067. price = 500000;
  4068. textures[] = {
  4069. { "Noir", "civ", {
  4070. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4071. }, "" },
  4072. { "Blanc", "civ", {
  4073. "#(argb,8,8,3)color(1,1,1,1)"
  4074. }, "" },
  4075. { "Gris", "civ", {
  4076. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4077. }, "" },
  4078. { "Sable", "civ", {
  4079. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4080. }, "" },
  4081. { "Rouge", "civ", {
  4082. "#(argb,8,8,3)color(1,0,0,1)"
  4083. }, "" },
  4084. { "Jaune", "civ", {
  4085. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4086. }, "" },
  4087. { "Bleu", "civ", {
  4088. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4089. }, "" },
  4090. { "Bleu Nuit", "civ", {
  4091. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4092. }, "" },
  4093. { "Mauve", "civ", {
  4094. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4095. }, "" },
  4096. { "Orange", "civ", {
  4097. "#(argb,8,8,3)color(1,0.251,0,1)"
  4098. }, "" },
  4099. { "Vert", "civ", {
  4100. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4101. }, "" },
  4102. { "Rose", "civ", {
  4103. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4104. }, "" },
  4105. { "Violet", "civ", {
  4106. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4107. }, "" }
  4108. };
  4109. };
  4110.  
  4111. class AlessioR8Mat {
  4112. vItemSpace = 50;
  4113. conditions = "";
  4114. price = 500000;
  4115. textures[] = {
  4116. { "Noir", "civ", {
  4117. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4118. }, "" },
  4119. { "Blanc", "civ", {
  4120. "#(argb,8,8,3)color(1,1,1,1)"
  4121. }, "" },
  4122. { "Gris", "civ", {
  4123. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4124. }, "" },
  4125. { "Sable", "civ", {
  4126. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4127. }, "" },
  4128. { "Rouge", "civ", {
  4129. "#(argb,8,8,3)color(1,0,0,1)"
  4130. }, "" },
  4131. { "Jaune", "civ", {
  4132. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4133. }, "" },
  4134. { "Bleu", "civ", {
  4135. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4136. }, "" },
  4137. { "Bleu Nuit", "civ", {
  4138. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4139. }, "" },
  4140. { "Mauve", "civ", {
  4141. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4142. }, "" },
  4143. { "Orange", "civ", {
  4144. "#(argb,8,8,3)color(1,0.251,0,1)"
  4145. }, "" },
  4146. { "Vert", "civ", {
  4147. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4148. }, "" },
  4149. { "Rose", "civ", {
  4150. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4151. }, "" },
  4152. { "Violet", "civ", {
  4153. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4154. }, "" }
  4155. };
  4156. };
  4157.  
  4158. class RS6_Avantlu_civ {
  4159. vItemSpace = 50;
  4160. conditions = "";
  4161. price = 500000;
  4162. textures[] = {
  4163. { "Noir", "civ", {
  4164. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4165. }, "" },
  4166. { "Blanc", "civ", {
  4167. "#(argb,8,8,3)color(1,1,1,1)"
  4168. }, "" },
  4169. { "Gris", "civ", {
  4170. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4171. }, "" },
  4172. { "Sable", "civ", {
  4173. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4174. }, "" },
  4175. { "Rouge", "civ", {
  4176. "#(argb,8,8,3)color(1,0,0,1)"
  4177. }, "" },
  4178. { "Jaune", "civ", {
  4179. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4180. }, "" },
  4181. { "Bleu", "civ", {
  4182. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4183. }, "" },
  4184. { "Bleu Nuit", "civ", {
  4185. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4186. }, "" },
  4187. { "Mauve", "civ", {
  4188. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4189. }, "" },
  4190. { "Orange", "civ", {
  4191. "#(argb,8,8,3)color(1,0.251,0,1)"
  4192. }, "" },
  4193. { "Vert", "civ", {
  4194. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4195. }, "" },
  4196. { "Rose", "civ", {
  4197. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4198. }, "" },
  4199. { "Violet", "civ", {
  4200. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4201. }, "" }
  4202. };
  4203. };
  4204.  
  4205. class AlessioBMG {
  4206. vItemSpace = 50;
  4207. conditions = "";
  4208. price = 500000;
  4209. textures[] = {
  4210. { "Noir", "civ", {
  4211. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4212. }, "" },
  4213. { "Blanc", "civ", {
  4214. "#(argb,8,8,3)color(1,1,1,1)"
  4215. }, "" },
  4216. { "Gris", "civ", {
  4217. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4218. }, "" },
  4219. { "Sable", "civ", {
  4220. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4221. }, "" },
  4222. { "Rouge", "civ", {
  4223. "#(argb,8,8,3)color(1,0,0,1)"
  4224. }, "" },
  4225. { "Jaune", "civ", {
  4226. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4227. }, "" },
  4228. { "Bleu", "civ", {
  4229. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4230. }, "" },
  4231. { "Bleu Nuit", "civ", {
  4232. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4233. }, "" },
  4234. { "Mauve", "civ", {
  4235. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4236. }, "" },
  4237. { "Orange", "civ", {
  4238. "#(argb,8,8,3)color(1,0.251,0,1)"
  4239. }, "" },
  4240. { "Vert", "civ", {
  4241. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4242. }, "" },
  4243. { "Rose", "civ", {
  4244. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4245. }, "" },
  4246. { "Violet", "civ", {
  4247. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4248. }, "" }
  4249. };
  4250. };
  4251.  
  4252. class AlessioBM4M {
  4253. vItemSpace = 50;
  4254. conditions = "";
  4255. price = 500000;
  4256. textures[] = {
  4257. { "Noir", "civ", {
  4258. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4259. }, "" },
  4260. { "Blanc", "civ", {
  4261. "#(argb,8,8,3)color(1,1,1,1)"
  4262. }, "" },
  4263. { "Gris", "civ", {
  4264. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4265. }, "" },
  4266. { "Sable", "civ", {
  4267. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4268. }, "" },
  4269. { "Rouge", "civ", {
  4270. "#(argb,8,8,3)color(1,0,0,1)"
  4271. }, "" },
  4272. { "Jaune", "civ", {
  4273. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4274. }, "" },
  4275. { "Bleu", "civ", {
  4276. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4277. }, "" },
  4278. { "Bleu Nuit", "civ", {
  4279. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4280. }, "" },
  4281. { "Mauve", "civ", {
  4282. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4283. }, "" },
  4284. { "Orange", "civ", {
  4285. "#(argb,8,8,3)color(1,0.251,0,1)"
  4286. }, "" },
  4287. { "Vert", "civ", {
  4288. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4289. }, "" },
  4290. { "Rose", "civ", {
  4291. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4292. }, "" },
  4293. { "Violet", "civ", {
  4294. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4295. }, "" }
  4296. };
  4297. };
  4298.  
  4299. class midlum_p2 {
  4300. vItemSpace = 500;
  4301. conditions = "";
  4302. price = 500000;
  4303. textures[] = {
  4304. { "Noir", "civ", {
  4305. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4306. }, "" },
  4307. { "Blanc", "civ", {
  4308. "#(argb,8,8,3)color(1,1,1,1)"
  4309. }, "" },
  4310. { "Gris", "civ", {
  4311. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4312. }, "" },
  4313. { "Sable", "civ", {
  4314. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4315. }, "" },
  4316. { "Rouge", "civ", {
  4317. "#(argb,8,8,3)color(1,0,0,1)"
  4318. }, "" },
  4319. { "Jaune", "civ", {
  4320. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4321. }, "" },
  4322. { "Bleu", "civ", {
  4323. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4324. }, "" },
  4325. { "Bleu Nuit", "civ", {
  4326. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4327. }, "" },
  4328. { "Mauve", "civ", {
  4329. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4330. }, "" },
  4331. { "Orange", "civ", {
  4332. "#(argb,8,8,3)color(1,0.251,0,1)"
  4333. }, "" },
  4334. { "Vert", "civ", {
  4335. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4336. }, "" },
  4337. { "Rose", "civ", {
  4338. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4339. }, "" },
  4340. { "Violet", "civ", {
  4341. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4342. }, "" }
  4343. };
  4344. };
  4345.  
  4346. class subaruch_civ {
  4347. vItemSpace = 50;
  4348. conditions = "";
  4349. price = 500000;
  4350. textures[] = {
  4351. { "Noir", "civ", {
  4352. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4353. }, "" },
  4354. { "Blanc", "civ", {
  4355. "#(argb,8,8,3)color(1,1,1,1)"
  4356. }, "" },
  4357. { "Gris", "civ", {
  4358. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4359. }, "" },
  4360. { "Sable", "civ", {
  4361. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4362. }, "" },
  4363. { "Rouge", "civ", {
  4364. "#(argb,8,8,3)color(1,0,0,1)"
  4365. }, "" },
  4366. { "Jaune", "civ", {
  4367. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4368. }, "" },
  4369. { "Bleu", "civ", {
  4370. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4371. }, "" },
  4372. { "Bleu Nuit", "civ", {
  4373. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4374. }, "" },
  4375. { "Mauve", "civ", {
  4376. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4377. }, "" },
  4378. { "Orange", "civ", {
  4379. "#(argb,8,8,3)color(1,0.251,0,1)"
  4380. }, "" },
  4381. { "Vert", "civ", {
  4382. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4383. }, "" },
  4384. { "Rose", "civ", {
  4385. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4386. }, "" },
  4387. { "Violet", "civ", {
  4388. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4389. }, "" }
  4390. };
  4391. };
  4392.  
  4393. class Scania_124L {
  4394. vItemSpace = 460;
  4395. conditions = "";
  4396. price = 500000;
  4397. textures[] = {
  4398. { "Noir", "civ", {
  4399. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4400. }, "" },
  4401. { "Blanc", "civ", {
  4402. "#(argb,8,8,3)color(1,1,1,1)"
  4403. }, "" },
  4404. { "Gris", "civ", {
  4405. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4406. }, "" },
  4407. { "Sable", "civ", {
  4408. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4409. }, "" },
  4410. { "Rouge", "civ", {
  4411. "#(argb,8,8,3)color(1,0,0,1)"
  4412. }, "" },
  4413. { "Jaune", "civ", {
  4414. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4415. }, "" },
  4416. { "Bleu", "civ", {
  4417. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4418. }, "" },
  4419. { "Bleu Nuit", "civ", {
  4420. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4421. }, "" },
  4422. { "Mauve", "civ", {
  4423. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4424. }, "" },
  4425. { "Orange", "civ", {
  4426. "#(argb,8,8,3)color(1,0.251,0,1)"
  4427. }, "" },
  4428. { "Vert", "civ", {
  4429. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4430. }, "" },
  4431. { "Rose", "civ", {
  4432. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4433. }, "" },
  4434. { "Violet", "civ", {
  4435. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4436. }, "" }
  4437. };
  4438. };
  4439.  
  4440. class Renault_Range_T {
  4441. vItemSpace = 650;
  4442. conditions = "";
  4443. price = 500000;
  4444. textures[] = {
  4445. { "Noir", "civ", {
  4446. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4447. }, "" },
  4448. { "Blanc", "civ", {
  4449. "#(argb,8,8,3)color(1,1,1,1)"
  4450. }, "" },
  4451. { "Gris", "civ", {
  4452. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4453. }, "" },
  4454. { "Sable", "civ", {
  4455. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4456. }, "" },
  4457. { "Rouge", "civ", {
  4458. "#(argb,8,8,3)color(1,0,0,1)"
  4459. }, "" },
  4460. { "Jaune", "civ", {
  4461. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4462. }, "" },
  4463. { "Bleu", "civ", {
  4464. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4465. }, "" },
  4466. { "Bleu Nuit", "civ", {
  4467. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4468. }, "" },
  4469. { "Mauve", "civ", {
  4470. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4471. }, "" },
  4472. { "Orange", "civ", {
  4473. "#(argb,8,8,3)color(1,0.251,0,1)"
  4474. }, "" },
  4475. { "Vert", "civ", {
  4476. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4477. }, "" },
  4478. { "Rose", "civ", {
  4479. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4480. }, "" },
  4481. { "Violet", "civ", {
  4482. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4483. }, "" }
  4484. };
  4485. };
  4486.  
  4487. class M4_ALLG2 {
  4488. vItemSpace = 50;
  4489. conditions = "";
  4490. price = 500000;
  4491. textures[] = {
  4492. { "Noir", "civ", {
  4493. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4494. }, "" },
  4495. { "Blanc", "civ", {
  4496. "#(argb,8,8,3)color(1,1,1,1)"
  4497. }, "" },
  4498. { "Gris", "civ", {
  4499. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4500. }, "" },
  4501. { "Sable", "civ", {
  4502. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4503. }, "" },
  4504. { "Rouge", "civ", {
  4505. "#(argb,8,8,3)color(1,0,0,1)"
  4506. }, "" },
  4507. { "Jaune", "civ", {
  4508. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4509. }, "" },
  4510. { "Bleu", "civ", {
  4511. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4512. }, "" },
  4513. { "Bleu Nuit", "civ", {
  4514. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4515. }, "" },
  4516. { "Mauve", "civ", {
  4517. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4518. }, "" },
  4519. { "Orange", "civ", {
  4520. "#(argb,8,8,3)color(1,0.251,0,1)"
  4521. }, "" },
  4522. { "Vert", "civ", {
  4523. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4524. }, "" },
  4525. { "Rose", "civ", {
  4526. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4527. }, "" },
  4528. { "Violet", "civ", {
  4529. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4530. }, "" }
  4531. };
  4532. };
  4533.  
  4534. class M5lu_civ {
  4535. vItemSpace = 50;
  4536. conditions = "";
  4537. price = 500000;
  4538. textures[] = {
  4539. { "Noir", "civ", {
  4540. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4541. }, "" },
  4542. { "Blanc", "civ", {
  4543. "#(argb,8,8,3)color(1,1,1,1)"
  4544. }, "" },
  4545. { "Gris", "civ", {
  4546. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4547. }, "" },
  4548. { "Sable", "civ", {
  4549. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4550. }, "" },
  4551. { "Rouge", "civ", {
  4552. "#(argb,8,8,3)color(1,0,0,1)"
  4553. }, "" },
  4554. { "Jaune", "civ", {
  4555. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4556. }, "" },
  4557. { "Bleu", "civ", {
  4558. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4559. }, "" },
  4560. { "Bleu Nuit", "civ", {
  4561. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4562. }, "" },
  4563. { "Mauve", "civ", {
  4564. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4565. }, "" },
  4566. { "Orange", "civ", {
  4567. "#(argb,8,8,3)color(1,0.251,0,1)"
  4568. }, "" },
  4569. { "Vert", "civ", {
  4570. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4571. }, "" },
  4572. { "Rose", "civ", {
  4573. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4574. }, "" },
  4575. { "Violet", "civ", {
  4576. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4577. }, "" }
  4578. };
  4579. };
  4580.  
  4581. class Renault_Lander {
  4582. vItemSpace = 520;
  4583. conditions = "";
  4584. price = 500000;
  4585. textures[] = {
  4586. { "Noir", "civ", {
  4587. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4588. }, "" },
  4589. { "Blanc", "civ", {
  4590. "#(argb,8,8,3)color(1,1,1,1)"
  4591. }, "" },
  4592. { "Gris", "civ", {
  4593. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4594. }, "" },
  4595. { "Sable", "civ", {
  4596. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4597. }, "" },
  4598. { "Rouge", "civ", {
  4599. "#(argb,8,8,3)color(1,0,0,1)"
  4600. }, "" },
  4601. { "Jaune", "civ", {
  4602. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4603. }, "" },
  4604. { "Bleu", "civ", {
  4605. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4606. }, "" },
  4607. { "Bleu Nuit", "civ", {
  4608. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4609. }, "" },
  4610. { "Mauve", "civ", {
  4611. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4612. }, "" },
  4613. { "Orange", "civ", {
  4614. "#(argb,8,8,3)color(1,0.251,0,1)"
  4615. }, "" },
  4616. { "Vert", "civ", {
  4617. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4618. }, "" },
  4619. { "Rose", "civ", {
  4620. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4621. }, "" },
  4622. { "Violet", "civ", {
  4623. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4624. }, "" }
  4625. };
  4626. };
  4627.  
  4628. class AlessioC63M {
  4629. vItemSpace = 50;
  4630. conditions = "";
  4631. price = 500000;
  4632. textures[] = {
  4633. { "Noir", "civ", {
  4634. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4635. }, "" },
  4636. { "Blanc", "civ", {
  4637. "#(argb,8,8,3)color(1,1,1,1)"
  4638. }, "" },
  4639. { "Gris", "civ", {
  4640. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4641. }, "" },
  4642. { "Sable", "civ", {
  4643. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4644. }, "" },
  4645. { "Rouge", "civ", {
  4646. "#(argb,8,8,3)color(1,0,0,1)"
  4647. }, "" },
  4648. { "Jaune", "civ", {
  4649. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4650. }, "" },
  4651. { "Bleu", "civ", {
  4652. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4653. }, "" },
  4654. { "Bleu Nuit", "civ", {
  4655. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4656. }, "" },
  4657. { "Mauve", "civ", {
  4658. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4659. }, "" },
  4660. { "Orange", "civ", {
  4661. "#(argb,8,8,3)color(1,0.251,0,1)"
  4662. }, "" },
  4663. { "Vert", "civ", {
  4664. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4665. }, "" },
  4666. { "Rose", "civ", {
  4667. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4668. }, "" },
  4669. { "Violet", "civ", {
  4670. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4671. }, "" }
  4672. };
  4673. };
  4674.  
  4675. class AlessioC63NG {
  4676. vItemSpace = 50;
  4677. conditions = "";
  4678. price = 500000;
  4679. textures[] = {
  4680. { "Noir", "civ", {
  4681. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4682. }, "" },
  4683. { "Blanc", "civ", {
  4684. "#(argb,8,8,3)color(1,1,1,1)"
  4685. }, "" },
  4686. { "Gris", "civ", {
  4687. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4688. }, "" },
  4689. { "Sable", "civ", {
  4690. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4691. }, "" },
  4692. { "Rouge", "civ", {
  4693. "#(argb,8,8,3)color(1,0,0,1)"
  4694. }, "" },
  4695. { "Jaune", "civ", {
  4696. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4697. }, "" },
  4698. { "Bleu", "civ", {
  4699. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4700. }, "" },
  4701. { "Bleu Nuit", "civ", {
  4702. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4703. }, "" },
  4704. { "Mauve", "civ", {
  4705. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4706. }, "" },
  4707. { "Orange", "civ", {
  4708. "#(argb,8,8,3)color(1,0.251,0,1)"
  4709. }, "" },
  4710. { "Vert", "civ", {
  4711. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4712. }, "" },
  4713. { "Rose", "civ", {
  4714. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4715. }, "" },
  4716. { "Violet", "civ", {
  4717. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4718. }, "" }
  4719. };
  4720. };
  4721.  
  4722. class AlessioIXMRG {
  4723. vItemSpace = 50;
  4724. conditions = "";
  4725. price = 500000;
  4726. textures[] = {};
  4727. };
  4728.  
  4729. class Warrior_civ {
  4730. vItemSpace = 50;
  4731. conditions = "";
  4732. price = 489650;
  4733. textures[] = {
  4734. { "Noir", "civ", {
  4735. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4736. }, "" },
  4737. { "Blanc", "civ", {
  4738. "#(argb,8,8,3)color(1,1,1,1)"
  4739. }, "" },
  4740. { "Gris", "civ", {
  4741. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4742. }, "" },
  4743. { "Sable", "civ", {
  4744. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4745. }, "" },
  4746. { "Rouge", "civ", {
  4747. "#(argb,8,8,3)color(1,0,0,1)"
  4748. }, "" },
  4749. { "Jaune", "civ", {
  4750. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4751. }, "" },
  4752. { "Bleu", "civ", {
  4753. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4754. }, "" },
  4755. { "Bleu Nuit", "civ", {
  4756. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4757. }, "" },
  4758. { "Mauve", "civ", {
  4759. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4760. }, "" },
  4761. { "Orange", "civ", {
  4762. "#(argb,8,8,3)color(1,0.251,0,1)"
  4763. }, "" },
  4764. { "Vert", "civ", {
  4765. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4766. }, "" },
  4767. { "Rose", "civ", {
  4768. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4769. }, "" },
  4770. { "Violet", "civ", {
  4771. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4772. }, "" }
  4773. };
  4774. };
  4775.  
  4776. class AlessioMGAG {
  4777. vItemSpace = 50;
  4778. conditions = "";
  4779. price = 500000;
  4780. textures[] = {
  4781. { "Noir", "civ", {
  4782. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4783. }, "" },
  4784. { "Blanc", "civ", {
  4785. "#(argb,8,8,3)color(1,1,1,1)"
  4786. }, "" },
  4787. { "Gris", "civ", {
  4788. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4789. }, "" },
  4790. { "Sable", "civ", {
  4791. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4792. }, "" },
  4793. { "Rouge", "civ", {
  4794. "#(argb,8,8,3)color(1,0,0,1)"
  4795. }, "" },
  4796. { "Jaune", "civ", {
  4797. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4798. }, "" },
  4799. { "Bleu", "civ", {
  4800. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4801. }, "" },
  4802. { "Bleu Nuit", "civ", {
  4803. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4804. }, "" },
  4805. { "Mauve", "civ", {
  4806. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4807. }, "" },
  4808. { "Orange", "civ", {
  4809. "#(argb,8,8,3)color(1,0.251,0,1)"
  4810. }, "" },
  4811. { "Vert", "civ", {
  4812. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4813. }, "" },
  4814. { "Rose", "civ", {
  4815. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4816. }, "" },
  4817. { "Violet", "civ", {
  4818. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4819. }, "" }
  4820. };
  4821. };
  4822.  
  4823. class AlessioIXMR {
  4824. vItemSpace = 50;
  4825. conditions = "";
  4826. price = 500000;
  4827. textures[] = {
  4828. { "Noir", "civ", {
  4829. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4830. }, "" },
  4831. { "Blanc", "civ", {
  4832. "#(argb,8,8,3)color(1,1,1,1)"
  4833. }, "" },
  4834. { "Gris", "civ", {
  4835. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4836. }, "" },
  4837. { "Sable", "civ", {
  4838. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4839. }, "" },
  4840. { "Rouge", "civ", {
  4841. "#(argb,8,8,3)color(1,0,0,1)"
  4842. }, "" },
  4843. { "Jaune", "civ", {
  4844. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4845. }, "" },
  4846. { "Bleu", "civ", {
  4847. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4848. }, "" },
  4849. { "Bleu Nuit", "civ", {
  4850. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4851. }, "" },
  4852. { "Mauve", "civ", {
  4853. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4854. }, "" },
  4855. { "Orange", "civ", {
  4856. "#(argb,8,8,3)color(1,0.251,0,1)"
  4857. }, "" },
  4858. { "Vert", "civ", {
  4859. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4860. }, "" },
  4861. { "Rose", "civ", {
  4862. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4863. }, "" },
  4864. { "Violet", "civ", {
  4865. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4866. }, "" }
  4867. };
  4868. };
  4869.  
  4870. class AlessioAventadorG {
  4871. vItemSpace = 50;
  4872. conditions = "";
  4873. price = 500000;
  4874. textures[] = {
  4875. { "Noir", "civ", {
  4876. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4877. }, "" },
  4878. { "Blanc", "civ", {
  4879. "#(argb,8,8,3)color(1,1,1,1)"
  4880. }, "" },
  4881. { "Gris", "civ", {
  4882. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4883. }, "" },
  4884. { "Sable", "civ", {
  4885. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4886. }, "" },
  4887. { "Rouge", "civ", {
  4888. "#(argb,8,8,3)color(1,0,0,1)"
  4889. }, "" },
  4890. { "Jaune", "civ", {
  4891. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4892. }, "" },
  4893. { "Bleu", "civ", {
  4894. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4895. }, "" },
  4896. { "Bleu Nuit", "civ", {
  4897. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4898. }, "" },
  4899. { "Mauve", "civ", {
  4900. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4901. }, "" },
  4902. { "Orange", "civ", {
  4903. "#(argb,8,8,3)color(1,0.251,0,1)"
  4904. }, "" },
  4905. { "Vert", "civ", {
  4906. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4907. }, "" },
  4908. { "Rose", "civ", {
  4909. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4910. }, "" },
  4911. { "Violet", "civ", {
  4912. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4913. }, "" }
  4914. };
  4915. };
  4916.  
  4917. class AlessioAventadorM {
  4918. vItemSpace = 50;
  4919. conditions = "";
  4920. price = 500000;
  4921. textures[] = {
  4922. { "Noir", "civ", {
  4923. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4924. }, "" },
  4925. { "Blanc", "civ", {
  4926. "#(argb,8,8,3)color(1,1,1,1)"
  4927. }, "" },
  4928. { "Gris", "civ", {
  4929. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4930. }, "" },
  4931. { "Sable", "civ", {
  4932. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4933. }, "" },
  4934. { "Rouge", "civ", {
  4935. "#(argb,8,8,3)color(1,0,0,1)"
  4936. }, "" },
  4937. { "Jaune", "civ", {
  4938. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4939. }, "" },
  4940. { "Bleu", "civ", {
  4941. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4942. }, "" },
  4943. { "Bleu Nuit", "civ", {
  4944. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4945. }, "" },
  4946. { "Mauve", "civ", {
  4947. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4948. }, "" },
  4949. { "Orange", "civ", {
  4950. "#(argb,8,8,3)color(1,0.251,0,1)"
  4951. }, "" },
  4952. { "Vert", "civ", {
  4953. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4954. }, "" },
  4955. { "Rose", "civ", {
  4956. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4957. }, "" },
  4958. { "Violet", "civ", {
  4959. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4960. }, "" }
  4961. };
  4962. };
  4963.  
  4964. class MP4lu_civ {
  4965. vItemSpace = 50;
  4966. conditions = "";
  4967. price = 500000;
  4968. textures[] = {
  4969. { "Noir", "civ", {
  4970. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4971. }, "" },
  4972. { "Blanc", "civ", {
  4973. "#(argb,8,8,3)color(1,1,1,1)"
  4974. }, "" },
  4975. { "Gris", "civ", {
  4976. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4977. }, "" },
  4978. { "Sable", "civ", {
  4979. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4980. }, "" },
  4981. { "Rouge", "civ", {
  4982. "#(argb,8,8,3)color(1,0,0,1)"
  4983. }, "" },
  4984. { "Jaune", "civ", {
  4985. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4986. }, "" },
  4987. { "Bleu", "civ", {
  4988. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4989. }, "" },
  4990. { "Bleu Nuit", "civ", {
  4991. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4992. }, "" },
  4993. { "Mauve", "civ", {
  4994. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4995. }, "" },
  4996. { "Orange", "civ", {
  4997. "#(argb,8,8,3)color(1,0.251,0,1)"
  4998. }, "" },
  4999. { "Vert", "civ", {
  5000. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5001. }, "" },
  5002. { "Rose", "civ", {
  5003. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5004. }, "" },
  5005. { "Violet", "civ", {
  5006. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5007. }, "" }
  5008. };
  5009. };
  5010.  
  5011. class AlessioC63G {
  5012. vItemSpace = 50;
  5013. conditions = "";
  5014. price = 500000;
  5015. textures[] = {
  5016. { "Noir", "civ", {
  5017. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5018. }, "" },
  5019. { "Blanc", "civ", {
  5020. "#(argb,8,8,3)color(1,1,1,1)"
  5021. }, "" },
  5022. { "Gris", "civ", {
  5023. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5024. }, "" },
  5025. { "Sable", "civ", {
  5026. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5027. }, "" },
  5028. { "Rouge", "civ", {
  5029. "#(argb,8,8,3)color(1,0,0,1)"
  5030. }, "" },
  5031. { "Jaune", "civ", {
  5032. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5033. }, "" },
  5034. { "Bleu", "civ", {
  5035. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5036. }, "" },
  5037. { "Bleu Nuit", "civ", {
  5038. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5039. }, "" },
  5040. { "Mauve", "civ", {
  5041. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5042. }, "" },
  5043. { "Orange", "civ", {
  5044. "#(argb,8,8,3)color(1,0.251,0,1)"
  5045. }, "" },
  5046. { "Vert", "civ", {
  5047. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5048. }, "" },
  5049. { "Rose", "civ", {
  5050. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5051. }, "" },
  5052. { "Violet", "civ", {
  5053. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5054. }, "" }
  5055. };
  5056. };
  5057.  
  5058. class AlessioGTBMat {
  5059. vItemSpace = 50;
  5060. conditions = "";
  5061. price = 500000;
  5062. textures[] = {
  5063. { "Noir", "civ", {
  5064. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5065. }, "" },
  5066. { "Blanc", "civ", {
  5067. "#(argb,8,8,3)color(1,1,1,1)"
  5068. }, "" },
  5069. { "Gris", "civ", {
  5070. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5071. }, "" },
  5072. { "Sable", "civ", {
  5073. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5074. }, "" },
  5075. { "Rouge", "civ", {
  5076. "#(argb,8,8,3)color(1,0,0,1)"
  5077. }, "" },
  5078. { "Jaune", "civ", {
  5079. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5080. }, "" },
  5081. { "Bleu", "civ", {
  5082. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5083. }, "" },
  5084. { "Bleu Nuit", "civ", {
  5085. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5086. }, "" },
  5087. { "Mauve", "civ", {
  5088. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5089. }, "" },
  5090. { "Orange", "civ", {
  5091. "#(argb,8,8,3)color(1,0.251,0,1)"
  5092. }, "" },
  5093. { "Vert", "civ", {
  5094. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5095. }, "" },
  5096. { "Rose", "civ", {
  5097. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5098. }, "" },
  5099. { "Violet", "civ", {
  5100. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5101. }, "" }
  5102. };
  5103. };
  5104.  
  5105. class AlessioMustangGold {
  5106. vItemSpace = 50;
  5107. conditions = "";
  5108. price = 500000;
  5109. textures[] = {};
  5110. };
  5111.  
  5112. class AlessioMustangMat {
  5113. vItemSpace = 50;
  5114. conditions = "";
  5115. price = 500000;
  5116. textures[] = {
  5117. { "Noir", "civ", {
  5118. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5119. }, "" },
  5120. { "Blanc", "civ", {
  5121. "#(argb,8,8,3)color(1,1,1,1)"
  5122. }, "" },
  5123. { "Gris", "civ", {
  5124. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5125. }, "" },
  5126. { "Sable", "civ", {
  5127. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5128. }, "" },
  5129. { "Rouge", "civ", {
  5130. "#(argb,8,8,3)color(1,0,0,1)"
  5131. }, "" },
  5132. { "Jaune", "civ", {
  5133. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5134. }, "" },
  5135. { "Bleu", "civ", {
  5136. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5137. }, "" },
  5138. { "Bleu Nuit", "civ", {
  5139. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5140. }, "" },
  5141. { "Mauve", "civ", {
  5142. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5143. }, "" },
  5144. { "Orange", "civ", {
  5145. "#(argb,8,8,3)color(1,0.251,0,1)"
  5146. }, "" },
  5147. { "Vert", "civ", {
  5148. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5149. }, "" },
  5150. { "Rose", "civ", {
  5151. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5152. }, "" },
  5153. { "Violet", "civ", {
  5154. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5155. }, "" }
  5156. };
  5157. };
  5158.  
  5159. class CHRlu_civ {
  5160. vItemSpace = 50;
  5161. conditions = "";
  5162. price = 500000;
  5163. textures[] = {
  5164. { "Noir", "civ", {
  5165. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5166. }, "" },
  5167. { "Blanc", "civ", {
  5168. "#(argb,8,8,3)color(1,1,1,1)"
  5169. }, "" },
  5170. { "Gris", "civ", {
  5171. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5172. }, "" },
  5173. { "Sable", "civ", {
  5174. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5175. }, "" },
  5176. { "Rouge", "civ", {
  5177. "#(argb,8,8,3)color(1,0,0,1)"
  5178. }, "" },
  5179. { "Jaune", "civ", {
  5180. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5181. }, "" },
  5182. { "Bleu", "civ", {
  5183. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5184. }, "" },
  5185. { "Bleu Nuit", "civ", {
  5186. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5187. }, "" },
  5188. { "Mauve", "civ", {
  5189. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5190. }, "" },
  5191. { "Orange", "civ", {
  5192. "#(argb,8,8,3)color(1,0.251,0,1)"
  5193. }, "" },
  5194. { "Vert", "civ", {
  5195. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5196. }, "" },
  5197. { "Rose", "civ", {
  5198. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5199. }, "" },
  5200. { "Violet", "civ", {
  5201. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5202. }, "" }
  5203. };
  5204. };
  5205.  
  5206. class Alessio458_Gold {
  5207. vItemSpace = 50;
  5208. conditions = "";
  5209. price = 500000;
  5210. textures[] = {};
  5211. };
  5212.  
  5213. class Alessio458Mat {
  5214. vItemSpace = 50;
  5215. conditions = "";
  5216. price = 500000;
  5217. textures[] = {
  5218. { "Noir", "civ", {
  5219. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5220. }, "" },
  5221. { "Blanc", "civ", {
  5222. "#(argb,8,8,3)color(1,1,1,1)"
  5223. }, "" },
  5224. { "Gris", "civ", {
  5225. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5226. }, "" },
  5227. { "Sable", "civ", {
  5228. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5229. }, "" },
  5230. { "Rouge", "civ", {
  5231. "#(argb,8,8,3)color(1,0,0,1)"
  5232. }, "" },
  5233. { "Jaune", "civ", {
  5234. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5235. }, "" },
  5236. { "Bleu", "civ", {
  5237. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5238. }, "" },
  5239. { "Bleu Nuit", "civ", {
  5240. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5241. }, "" },
  5242. { "Mauve", "civ", {
  5243. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5244. }, "" },
  5245. { "Orange", "civ", {
  5246. "#(argb,8,8,3)color(1,0.251,0,1)"
  5247. }, "" },
  5248. { "Vert", "civ", {
  5249. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5250. }, "" },
  5251. { "Rose", "civ", {
  5252. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5253. }, "" },
  5254. { "Violet", "civ", {
  5255. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5256. }, "" }
  5257. };
  5258. };
  5259.  
  5260. class F488lu_civ {
  5261. vItemSpace = 50;
  5262. conditions = "";
  5263. price = 500000;
  5264. textures[] = {
  5265. { "Noir", "civ", {
  5266. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5267. }, "" },
  5268. { "Blanc", "civ", {
  5269. "#(argb,8,8,3)color(1,1,1,1)"
  5270. }, "" },
  5271. { "Gris", "civ", {
  5272. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5273. }, "" },
  5274. { "Sable", "civ", {
  5275. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5276. }, "" },
  5277. { "Rouge", "civ", {
  5278. "#(argb,8,8,3)color(1,0,0,1)"
  5279. }, "" },
  5280. { "Jaune", "civ", {
  5281. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5282. }, "" },
  5283. { "Bleu", "civ", {
  5284. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5285. }, "" },
  5286. { "Bleu Nuit", "civ", {
  5287. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5288. }, "" },
  5289. { "Mauve", "civ", {
  5290. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5291. }, "" },
  5292. { "Orange", "civ", {
  5293. "#(argb,8,8,3)color(1,0.251,0,1)"
  5294. }, "" },
  5295. { "Vert", "civ", {
  5296. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5297. }, "" },
  5298. { "Rose", "civ", {
  5299. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5300. }, "" },
  5301. { "Violet", "civ", {
  5302. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5303. }, "" }
  5304. };
  5305. };
  5306.  
  5307. class AlessioGTB_Gold {
  5308. vItemSpace = 50;
  5309. conditions = "";
  5310. price = 500000;
  5311. textures[] = {};
  5312. };
  5313.  
  5314. class F12lu_civ_GMK {
  5315. vItemSpace = 50;
  5316. conditions = "";
  5317. price = 500000;
  5318. textures[] = {};
  5319. };
  5320.  
  5321. class FFlu_civ {
  5322. vItemSpace = 50;
  5323. conditions = "";
  5324. price = 500000;
  5325. textures[] = {
  5326. { "Noir", "civ", {
  5327. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5328. }, "" },
  5329. { "Blanc", "civ", {
  5330. "#(argb,8,8,3)color(1,1,1,1)"
  5331. }, "" },
  5332. { "Gris", "civ", {
  5333. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5334. }, "" },
  5335. { "Sable", "civ", {
  5336. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5337. }, "" },
  5338. { "Rouge", "civ", {
  5339. "#(argb,8,8,3)color(1,0,0,1)"
  5340. }, "" },
  5341. { "Jaune", "civ", {
  5342. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5343. }, "" },
  5344. { "Bleu", "civ", {
  5345. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5346. }, "" },
  5347. { "Bleu Nuit", "civ", {
  5348. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5349. }, "" },
  5350. { "Mauve", "civ", {
  5351. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5352. }, "" },
  5353. { "Orange", "civ", {
  5354. "#(argb,8,8,3)color(1,0.251,0,1)"
  5355. }, "" },
  5356. { "Vert", "civ", {
  5357. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5358. }, "" },
  5359. { "Rose", "civ", {
  5360. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5361. }, "" },
  5362. { "Violet", "civ", {
  5363. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5364. }, "" }
  5365. };
  5366. };
  5367.  
  5368. class Alessio458 {
  5369. vItemSpace = 50;
  5370. conditions = "";
  5371. price = 500000;
  5372. textures[] = {
  5373. { "Noir", "civ", {
  5374. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5375. }, "" },
  5376. { "Blanc", "civ", {
  5377. "#(argb,8,8,3)color(1,1,1,1)"
  5378. }, "" },
  5379. { "Gris", "civ", {
  5380. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5381. }, "" },
  5382. { "Sable", "civ", {
  5383. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5384. }, "" },
  5385. { "Rouge", "civ", {
  5386. "#(argb,8,8,3)color(1,0,0,1)"
  5387. }, "" },
  5388. { "Jaune", "civ", {
  5389. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5390. }, "" },
  5391. { "Bleu", "civ", {
  5392. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5393. }, "" },
  5394. { "Bleu Nuit", "civ", {
  5395. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5396. }, "" },
  5397. { "Mauve", "civ", {
  5398. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5399. }, "" },
  5400. { "Orange", "civ", {
  5401. "#(argb,8,8,3)color(1,0.251,0,1)"
  5402. }, "" },
  5403. { "Vert", "civ", {
  5404. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5405. }, "" },
  5406. { "Rose", "civ", {
  5407. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5408. }, "" },
  5409. { "Violet", "civ", {
  5410. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5411. }, "" }
  5412. };
  5413. };
  5414.  
  5415. class Alessio458GMK {
  5416. vItemSpace = 50;
  5417. conditions = "";
  5418. price = 500000;
  5419. textures[] = {};
  5420. };
  5421.  
  5422. class AlessioGTB {
  5423. vItemSpace = 50;
  5424. conditions = "";
  5425. price = 500000;
  5426. textures[] = {
  5427. { "Noir", "civ", {
  5428. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5429. }, "" },
  5430. { "Blanc", "civ", {
  5431. "#(argb,8,8,3)color(1,1,1,1)"
  5432. }, "" },
  5433. { "Gris", "civ", {
  5434. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5435. }, "" },
  5436. { "Sable", "civ", {
  5437. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5438. }, "" },
  5439. { "Rouge", "civ", {
  5440. "#(argb,8,8,3)color(1,0,0,1)"
  5441. }, "" },
  5442. { "Jaune", "civ", {
  5443. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5444. }, "" },
  5445. { "Bleu", "civ", {
  5446. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5447. }, "" },
  5448. { "Bleu Nuit", "civ", {
  5449. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5450. }, "" },
  5451. { "Mauve", "civ", {
  5452. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5453. }, "" },
  5454. { "Orange", "civ", {
  5455. "#(argb,8,8,3)color(1,0.251,0,1)"
  5456. }, "" },
  5457. { "Vert", "civ", {
  5458. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5459. }, "" },
  5460. { "Rose", "civ", {
  5461. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5462. }, "" },
  5463. { "Violet", "civ", {
  5464. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5465. }, "" }
  5466. };
  5467. };
  5468.  
  5469. class chf_california {
  5470. vItemSpace = 50;
  5471. conditions = "";
  5472. price = 500000;
  5473. textures[] = {
  5474. { "Noir", "civ", {
  5475. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5476. }, "" },
  5477. { "Blanc", "civ", {
  5478. "#(argb,8,8,3)color(1,1,1,1)"
  5479. }, "" },
  5480. { "Gris", "civ", {
  5481. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5482. }, "" },
  5483. { "Sable", "civ", {
  5484. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5485. }, "" },
  5486. { "Rouge", "civ", {
  5487. "#(argb,8,8,3)color(1,0,0,1)"
  5488. }, "" },
  5489. { "Jaune", "civ", {
  5490. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5491. }, "" },
  5492. { "Bleu", "civ", {
  5493. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5494. }, "" },
  5495. { "Bleu Nuit", "civ", {
  5496. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5497. }, "" },
  5498. { "Mauve", "civ", {
  5499. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5500. }, "" },
  5501. { "Orange", "civ", {
  5502. "#(argb,8,8,3)color(1,0.251,0,1)"
  5503. }, "" },
  5504. { "Vert", "civ", {
  5505. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5506. }, "" },
  5507. { "Rose", "civ", {
  5508. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5509. }, "" },
  5510. { "Violet", "civ", {
  5511. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5512. }, "" }
  5513. };
  5514. };
  5515.  
  5516. class FocusRSlu_civ {
  5517. vItemSpace = 50;
  5518. conditions = "";
  5519. price = 500000;
  5520. textures[] = {
  5521. { "Noir", "civ", {
  5522. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5523. }, "" },
  5524. { "Blanc", "civ", {
  5525. "#(argb,8,8,3)color(1,1,1,1)"
  5526. }, "" },
  5527. { "Gris", "civ", {
  5528. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5529. }, "" },
  5530. { "Sable", "civ", {
  5531. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5532. }, "" },
  5533. { "Rouge", "civ", {
  5534. "#(argb,8,8,3)color(1,0,0,1)"
  5535. }, "" },
  5536. { "Jaune", "civ", {
  5537. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5538. }, "" },
  5539. { "Bleu", "civ", {
  5540. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5541. }, "" },
  5542. { "Bleu Nuit", "civ", {
  5543. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5544. }, "" },
  5545. { "Mauve", "civ", {
  5546. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5547. }, "" },
  5548. { "Orange", "civ", {
  5549. "#(argb,8,8,3)color(1,0.251,0,1)"
  5550. }, "" },
  5551. { "Vert", "civ", {
  5552. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5553. }, "" },
  5554. { "Rose", "civ", {
  5555. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5556. }, "" },
  5557. { "Violet", "civ", {
  5558. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5559. }, "" }
  5560. };
  5561. };
  5562.  
  5563. class AlessioMustang {
  5564. vItemSpace = 50;
  5565. conditions = "";
  5566. price = 500000;
  5567. textures[] = {
  5568. { "Noir", "civ", {
  5569. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5570. }, "" },
  5571. { "Blanc", "civ", {
  5572. "#(argb,8,8,3)color(1,1,1,1)"
  5573. }, "" },
  5574. { "Gris", "civ", {
  5575. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5576. }, "" },
  5577. { "Sable", "civ", {
  5578. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5579. }, "" },
  5580. { "Rouge", "civ", {
  5581. "#(argb,8,8,3)color(1,0,0,1)"
  5582. }, "" },
  5583. { "Jaune", "civ", {
  5584. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5585. }, "" },
  5586. { "Bleu", "civ", {
  5587. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5588. }, "" },
  5589. { "Bleu Nuit", "civ", {
  5590. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5591. }, "" },
  5592. { "Mauve", "civ", {
  5593. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5594. }, "" },
  5595. { "Orange", "civ", {
  5596. "#(argb,8,8,3)color(1,0.251,0,1)"
  5597. }, "" },
  5598. { "Vert", "civ", {
  5599. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5600. }, "" },
  5601. { "Rose", "civ", {
  5602. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5603. }, "" },
  5604. { "Violet", "civ", {
  5605. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5606. }, "" }
  5607. };
  5608. };
  5609.  
  5610. class Mustanglu_civ {
  5611. vItemSpace = 50;
  5612. conditions = "";
  5613. price = 500000;
  5614. textures[] = {
  5615. { "Noir", "civ", {
  5616. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5617. }, "" },
  5618. { "Blanc", "civ", {
  5619. "#(argb,8,8,3)color(1,1,1,1)"
  5620. }, "" },
  5621. { "Gris", "civ", {
  5622. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5623. }, "" },
  5624. { "Sable", "civ", {
  5625. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5626. }, "" },
  5627. { "Rouge", "civ", {
  5628. "#(argb,8,8,3)color(1,0,0,1)"
  5629. }, "" },
  5630. { "Jaune", "civ", {
  5631. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5632. }, "" },
  5633. { "Bleu", "civ", {
  5634. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5635. }, "" },
  5636. { "Bleu Nuit", "civ", {
  5637. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5638. }, "" },
  5639. { "Mauve", "civ", {
  5640. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5641. }, "" },
  5642. { "Orange", "civ", {
  5643. "#(argb,8,8,3)color(1,0.251,0,1)"
  5644. }, "" },
  5645. { "Vert", "civ", {
  5646. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5647. }, "" },
  5648. { "Rose", "civ", {
  5649. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5650. }, "" },
  5651. { "Violet", "civ", {
  5652. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5653. }, "" }
  5654. };
  5655. };
  5656.  
  5657. class GT500lu_civ {
  5658. vItemSpace = 50;
  5659. conditions = "";
  5660. price = 500000;
  5661. textures[] = {
  5662. { "Noir", "civ", {
  5663. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5664. }, "" },
  5665. { "Blanc", "civ", {
  5666. "#(argb,8,8,3)color(1,1,1,1)"
  5667. }, "" },
  5668. { "Gris", "civ", {
  5669. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5670. }, "" },
  5671. { "Sable", "civ", {
  5672. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5673. }, "" },
  5674. { "Rouge", "civ", {
  5675. "#(argb,8,8,3)color(1,0,0,1)"
  5676. }, "" },
  5677. { "Jaune", "civ", {
  5678. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5679. }, "" },
  5680. { "Bleu", "civ", {
  5681. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5682. }, "" },
  5683. { "Bleu Nuit", "civ", {
  5684. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5685. }, "" },
  5686. { "Mauve", "civ", {
  5687. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5688. }, "" },
  5689. { "Orange", "civ", {
  5690. "#(argb,8,8,3)color(1,0.251,0,1)"
  5691. }, "" },
  5692. { "Vert", "civ", {
  5693. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5694. }, "" },
  5695. { "Rose", "civ", {
  5696. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5697. }, "" },
  5698. { "Violet", "civ", {
  5699. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5700. }, "" }
  5701. };
  5702. };
  5703.  
  5704. class Gallardolu_civ {
  5705. vItemSpace = 50;
  5706. conditions = "";
  5707. price = 500000;
  5708. textures[] = {
  5709. { "Noir", "civ", {
  5710. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5711. }, "" },
  5712. { "Blanc", "civ", {
  5713. "#(argb,8,8,3)color(1,1,1,1)"
  5714. }, "" },
  5715. { "Gris", "civ", {
  5716. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5717. }, "" },
  5718. { "Sable", "civ", {
  5719. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5720. }, "" },
  5721. { "Rouge", "civ", {
  5722. "#(argb,8,8,3)color(1,0,0,1)"
  5723. }, "" },
  5724. { "Jaune", "civ", {
  5725. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5726. }, "" },
  5727. { "Bleu", "civ", {
  5728. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5729. }, "" },
  5730. { "Bleu Nuit", "civ", {
  5731. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5732. }, "" },
  5733. { "Mauve", "civ", {
  5734. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5735. }, "" },
  5736. { "Orange", "civ", {
  5737. "#(argb,8,8,3)color(1,0.251,0,1)"
  5738. }, "" },
  5739. { "Vert", "civ", {
  5740. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5741. }, "" },
  5742. { "Rose", "civ", {
  5743. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5744. }, "" },
  5745. { "Violet", "civ", {
  5746. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5747. }, "" }
  5748. };
  5749. };
  5750.  
  5751. class AlessioAventador {
  5752. vItemSpace = 50;
  5753. conditions = "";
  5754. price = 500000;
  5755. textures[] = {
  5756. { "Noir", "civ", {
  5757. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5758. }, "" },
  5759. { "Blanc", "civ", {
  5760. "#(argb,8,8,3)color(1,1,1,1)"
  5761. }, "" },
  5762. { "Gris", "civ", {
  5763. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5764. }, "" },
  5765. { "Sable", "civ", {
  5766. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5767. }, "" },
  5768. { "Rouge", "civ", {
  5769. "#(argb,8,8,3)color(1,0,0,1)"
  5770. }, "" },
  5771. { "Jaune", "civ", {
  5772. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5773. }, "" },
  5774. { "Bleu", "civ", {
  5775. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5776. }, "" },
  5777. { "Bleu Nuit", "civ", {
  5778. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5779. }, "" },
  5780. { "Mauve", "civ", {
  5781. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5782. }, "" },
  5783. { "Orange", "civ", {
  5784. "#(argb,8,8,3)color(1,0.251,0,1)"
  5785. }, "" },
  5786. { "Vert", "civ", {
  5787. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5788. }, "" },
  5789. { "Rose", "civ", {
  5790. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5791. }, "" },
  5792. { "Violet", "civ", {
  5793. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5794. }, "" }
  5795. };
  5796. };
  5797.  
  5798. class P1lu_civ {
  5799. vItemSpace = 50;
  5800. conditions = "";
  5801. price = 500000;
  5802. textures[] = {
  5803. { "Noir", "civ", {
  5804. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5805. }, "" },
  5806. { "Blanc", "civ", {
  5807. "#(argb,8,8,3)color(1,1,1,1)"
  5808. }, "" },
  5809. { "Gris", "civ", {
  5810. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5811. }, "" },
  5812. { "Sable", "civ", {
  5813. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5814. }, "" },
  5815. { "Rouge", "civ", {
  5816. "#(argb,8,8,3)color(1,0,0,1)"
  5817. }, "" },
  5818. { "Jaune", "civ", {
  5819. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5820. }, "" },
  5821. { "Bleu", "civ", {
  5822. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5823. }, "" },
  5824. { "Bleu Nuit", "civ", {
  5825. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5826. }, "" },
  5827. { "Mauve", "civ", {
  5828. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5829. }, "" },
  5830. { "Orange", "civ", {
  5831. "#(argb,8,8,3)color(1,0.251,0,1)"
  5832. }, "" },
  5833. { "Vert", "civ", {
  5834. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5835. }, "" },
  5836. { "Rose", "civ", {
  5837. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5838. }, "" },
  5839. { "Violet", "civ", {
  5840. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5841. }, "" }
  5842. };
  5843. };
  5844.  
  5845. class R35lu_civ {
  5846. vItemSpace = 50;
  5847. conditions = "";
  5848. price = 500000;
  5849. textures[] = {
  5850. { "Noir", "civ", {
  5851. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5852. }, "" },
  5853. { "Blanc", "civ", {
  5854. "#(argb,8,8,3)color(1,1,1,1)"
  5855. }, "" },
  5856. { "Gris", "civ", {
  5857. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5858. }, "" },
  5859. { "Sable", "civ", {
  5860. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5861. }, "" },
  5862. { "Rouge", "civ", {
  5863. "#(argb,8,8,3)color(1,0,0,1)"
  5864. }, "" },
  5865. { "Jaune", "civ", {
  5866. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5867. }, "" },
  5868. { "Bleu", "civ", {
  5869. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5870. }, "" },
  5871. { "Bleu Nuit", "civ", {
  5872. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5873. }, "" },
  5874. { "Mauve", "civ", {
  5875. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5876. }, "" },
  5877. { "Orange", "civ", {
  5878. "#(argb,8,8,3)color(1,0.251,0,1)"
  5879. }, "" },
  5880. { "Vert", "civ", {
  5881. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5882. }, "" },
  5883. { "Rose", "civ", {
  5884. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5885. }, "" },
  5886. { "Violet", "civ", {
  5887. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5888. }, "" }
  5889. };
  5890. };
  5891.  
  5892. class GT3lu_civ {
  5893. vItemSpace = 50;
  5894. conditions = "";
  5895. price = 500000;
  5896. textures[] = {
  5897. { "Noir", "civ", {
  5898. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5899. }, "" },
  5900. { "Blanc", "civ", {
  5901. "#(argb,8,8,3)color(1,1,1,1)"
  5902. }, "" },
  5903. { "Gris", "civ", {
  5904. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5905. }, "" },
  5906. { "Sable", "civ", {
  5907. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5908. }, "" },
  5909. { "Rouge", "civ", {
  5910. "#(argb,8,8,3)color(1,0,0,1)"
  5911. }, "" },
  5912. { "Jaune", "civ", {
  5913. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5914. }, "" },
  5915. { "Bleu", "civ", {
  5916. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5917. }, "" },
  5918. { "Bleu Nuit", "civ", {
  5919. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5920. }, "" },
  5921. { "Mauve", "civ", {
  5922. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5923. }, "" },
  5924. { "Orange", "civ", {
  5925. "#(argb,8,8,3)color(1,0.251,0,1)"
  5926. }, "" },
  5927. { "Vert", "civ", {
  5928. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5929. }, "" },
  5930. { "Rose", "civ", {
  5931. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5932. }, "" },
  5933. { "Violet", "civ", {
  5934. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5935. }, "" }
  5936. };
  5937. };
  5938.  
  5939. class Macanlu_civ {
  5940. vItemSpace = 50;
  5941. conditions = "";
  5942. price = 500000;
  5943. textures[] = {
  5944. { "Noir", "civ", {
  5945. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5946. }, "" },
  5947. { "Blanc", "civ", {
  5948. "#(argb,8,8,3)color(1,1,1,1)"
  5949. }, "" },
  5950. { "Gris", "civ", {
  5951. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5952. }, "" },
  5953. { "Sable", "civ", {
  5954. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5955. }, "" },
  5956. { "Rouge", "civ", {
  5957. "#(argb,8,8,3)color(1,0,0,1)"
  5958. }, "" },
  5959. { "Jaune", "civ", {
  5960. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5961. }, "" },
  5962. { "Bleu", "civ", {
  5963. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5964. }, "" },
  5965. { "Bleu Nuit", "civ", {
  5966. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5967. }, "" },
  5968. { "Mauve", "civ", {
  5969. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5970. }, "" },
  5971. { "Orange", "civ", {
  5972. "#(argb,8,8,3)color(1,0.251,0,1)"
  5973. }, "" },
  5974. { "Vert", "civ", {
  5975. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5976. }, "" },
  5977. { "Rose", "civ", {
  5978. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5979. }, "" },
  5980. { "Violet", "civ", {
  5981. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5982. }, "" }
  5983. };
  5984. };
  5985.  
  5986. class Panameralu {
  5987. vItemSpace = 50;
  5988. conditions = "";
  5989. price = 500000;
  5990. textures[] = {
  5991. { "Noir", "civ", {
  5992. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5993. }, "" },
  5994. { "Blanc", "civ", {
  5995. "#(argb,8,8,3)color(1,1,1,1)"
  5996. }, "" },
  5997. { "Gris", "civ", {
  5998. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5999. }, "" },
  6000. { "Sable", "civ", {
  6001. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6002. }, "" },
  6003. { "Rouge", "civ", {
  6004. "#(argb,8,8,3)color(1,0,0,1)"
  6005. }, "" },
  6006. { "Jaune", "civ", {
  6007. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6008. }, "" },
  6009. { "Bleu", "civ", {
  6010. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6011. }, "" },
  6012. { "Bleu Nuit", "civ", {
  6013. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6014. }, "" },
  6015. { "Mauve", "civ", {
  6016. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6017. }, "" },
  6018. { "Orange", "civ", {
  6019. "#(argb,8,8,3)color(1,0.251,0,1)"
  6020. }, "" },
  6021. { "Vert", "civ", {
  6022. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6023. }, "" },
  6024. { "Rose", "civ", {
  6025. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6026. }, "" },
  6027. { "Violet", "civ", {
  6028. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6029. }, "" }
  6030. };
  6031. };
  6032.  
  6033. class Wraithlu_civ {
  6034. vItemSpace = 50;
  6035. conditions = "";
  6036. price = 500000;
  6037. textures[] = {
  6038. { "Noir", "civ", {
  6039. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6040. }, "" },
  6041. { "Blanc", "civ", {
  6042. "#(argb,8,8,3)color(1,1,1,1)"
  6043. }, "" },
  6044. { "Gris", "civ", {
  6045. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6046. }, "" },
  6047. { "Sable", "civ", {
  6048. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6049. }, "" },
  6050. { "Rouge", "civ", {
  6051. "#(argb,8,8,3)color(1,0,0,1)"
  6052. }, "" },
  6053. { "Jaune", "civ", {
  6054. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6055. }, "" },
  6056. { "Bleu", "civ", {
  6057. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6058. }, "" },
  6059. { "Bleu Nuit", "civ", {
  6060. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6061. }, "" },
  6062. { "Mauve", "civ", {
  6063. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6064. }, "" },
  6065. { "Orange", "civ", {
  6066. "#(argb,8,8,3)color(1,0.251,0,1)"
  6067. }, "" },
  6068. { "Vert", "civ", {
  6069. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6070. }, "" },
  6071. { "Rose", "civ", {
  6072. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6073. }, "" },
  6074. { "Violet", "civ", {
  6075. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6076. }, "" }
  6077. };
  6078. };
  6079.  
  6080. //Concessionnaire Moto
  6081. class 1150RT_ch {
  6082. vItemSpace = 10;
  6083. conditions = "";
  6084. price = 75000;
  6085. textures[] = {
  6086. { "Noir", "civ", {
  6087. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6088. }, "" },
  6089. { "Blanc", "civ", {
  6090. "#(argb,8,8,3)color(1,1,1,1)"
  6091. }, "" },
  6092. { "Gris", "civ", {
  6093. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6094. }, "" },
  6095. { "Sable", "civ", {
  6096. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6097. }, "" },
  6098. { "Rouge", "civ", {
  6099. "#(argb,8,8,3)color(1,0,0,1)"
  6100. }, "" },
  6101. { "Jaune", "civ", {
  6102. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6103. }, "" },
  6104. { "Bleu", "civ", {
  6105. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6106. }, "" },
  6107. { "Bleu Nuit", "civ", {
  6108. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6109. }, "" },
  6110. { "Mauve", "civ", {
  6111. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6112. }, "" },
  6113. { "Orange", "civ", {
  6114. "#(argb,8,8,3)color(1,0.251,0,1)"
  6115. }, "" },
  6116. { "Vert", "civ", {
  6117. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6118. }, "" },
  6119. { "Rose", "civ", {
  6120. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6121. }, "" },
  6122. { "Violet", "civ", {
  6123. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6124. }, "" }
  6125. };
  6126. };
  6127.  
  6128. class 1200RT_ch {
  6129. vItemSpace = 10;
  6130. conditions = "";
  6131. price = 62320;
  6132. textures[] = {
  6133. { "Noir", "civ", {
  6134. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6135. }, "" },
  6136. { "Blanc", "civ", {
  6137. "#(argb,8,8,3)color(1,1,1,1)"
  6138. }, "" },
  6139. { "Gris", "civ", {
  6140. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6141. }, "" },
  6142. { "Sable", "civ", {
  6143. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6144. }, "" },
  6145. { "Rouge", "civ", {
  6146. "#(argb,8,8,3)color(1,0,0,1)"
  6147. }, "" },
  6148. { "Jaune", "civ", {
  6149. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6150. }, "" },
  6151. { "Bleu", "civ", {
  6152. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6153. }, "" },
  6154. { "Bleu Nuit", "civ", {
  6155. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6156. }, "" },
  6157. { "Mauve", "civ", {
  6158. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6159. }, "" },
  6160. { "Orange", "civ", {
  6161. "#(argb,8,8,3)color(1,0.251,0,1)"
  6162. }, "" },
  6163. { "Vert", "civ", {
  6164. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6165. }, "" },
  6166. { "Rose", "civ", {
  6167. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6168. }, "" },
  6169. { "Violet", "civ", {
  6170. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6171. }, "" }
  6172. };
  6173. };
  6174.  
  6175. class S1000RR_ch {
  6176. vItemSpace = 25;
  6177. conditions = "";
  6178. price = 59860;
  6179. textures[] = {};
  6180. };
  6181.  
  6182. class fatboy_ch {
  6183. vItemSpace = 10;
  6184. conditions = "";
  6185. price =110200;
  6186. textures[] = {
  6187. { "Noir", "civ", {
  6188. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6189. }, "" },
  6190. { "Blanc", "civ", {
  6191. "#(argb,8,8,3)color(1,1,1,1)"
  6192. }, "" },
  6193. { "Gris", "civ", {
  6194. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6195. }, "" },
  6196. { "Sable", "civ", {
  6197. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6198. }, "" },
  6199. { "Rouge", "civ", {
  6200. "#(argb,8,8,3)color(1,0,0,1)"
  6201. }, "" },
  6202. { "Jaune", "civ", {
  6203. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6204. }, "" },
  6205. { "Bleu", "civ", {
  6206. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6207. }, "" },
  6208. { "Bleu Nuit", "civ", {
  6209. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6210. }, "" },
  6211. { "Mauve", "civ", {
  6212. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6213. }, "" },
  6214. { "Orange", "civ", {
  6215. "#(argb,8,8,3)color(1,0.251,0,1)"
  6216. }, "" },
  6217. { "Vert", "civ", {
  6218. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6219. }, "" },
  6220. { "Rose", "civ", {
  6221. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6222. }, "" },
  6223. { "Violet", "civ", {
  6224. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6225. }, "" }
  6226. };
  6227. };
  6228.  
  6229. class 690duke_ch {
  6230. vItemSpace = 10;
  6231. conditions = "";
  6232. price = 98600;
  6233. textures[] = {};
  6234. };
  6235.  
  6236. class FJR1300_ch {
  6237. vItemSpace = 10;
  6238. conditions = "";
  6239. price = 35680;
  6240. textures[] = {
  6241. { "Noir", "civ", {
  6242. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6243. }, "" },
  6244. { "Blanc", "civ", {
  6245. "#(argb,8,8,3)color(1,1,1,1)"
  6246. }, "" },
  6247. { "Gris", "civ", {
  6248. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6249. }, "" },
  6250. { "Sable", "civ", {
  6251. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6252. }, "" },
  6253. { "Rouge", "civ", {
  6254. "#(argb,8,8,3)color(1,0,0,1)"
  6255. }, "" },
  6256. { "Jaune", "civ", {
  6257. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6258. }, "" },
  6259. { "Bleu", "civ", {
  6260. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6261. }, "" },
  6262. { "Bleu Nuit", "civ", {
  6263. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6264. }, "" },
  6265. { "Mauve", "civ", {
  6266. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6267. }, "" },
  6268. { "Orange", "civ", {
  6269. "#(argb,8,8,3)color(1,0.251,0,1)"
  6270. }, "" },
  6271. { "Vert", "civ", {
  6272. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6273. }, "" },
  6274. { "Rose", "civ", {
  6275. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6276. }, "" },
  6277. { "Violet", "civ", {
  6278. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6279. }, "" }
  6280. };
  6281. };
  6282.  
  6283. //Concessionnaire Poids Lourds
  6284. class chbetonniere {
  6285. vItemSpace = 400;
  6286. conditions = "";
  6287. price = 2000000;
  6288. itembuy = false;
  6289. itemprice = "aldarite";
  6290. textures[] = {
  6291. { "Noir", "civ", {
  6292. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6293. }, "" },
  6294. { "Blanc", "civ", {
  6295. "#(argb,8,8,3)color(1,1,1,1)"
  6296. }, "" },
  6297. { "Gris", "civ", {
  6298. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6299. }, "" },
  6300. { "Sable", "civ", {
  6301. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6302. }, "" },
  6303. { "Rouge", "civ", {
  6304. "#(argb,8,8,3)color(1,0,0,1)"
  6305. }, "" },
  6306. { "Jaune", "civ", {
  6307. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6308. }, "" },
  6309. { "Bleu", "civ", {
  6310. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6311. }, "" },
  6312. { "Bleu Nuit", "civ", {
  6313. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6314. }, "" },
  6315. { "Mauve", "civ", {
  6316. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6317. }, "" },
  6318. { "Orange", "civ", {
  6319. "#(argb,8,8,3)color(1,0.251,0,1)"
  6320. }, "" },
  6321. { "Vert", "civ", {
  6322. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6323. }, "" },
  6324. { "Rose", "civ", {
  6325. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6326. }, "" },
  6327. { "Violet", "civ", {
  6328. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6329. }, "" }
  6330. };
  6331. };
  6332.  
  6333. class Volvo_FHlu_b {
  6334. vItemSpace = 400;
  6335. conditions = "";
  6336. price = 610000;
  6337. textures[] = {
  6338. { "Noir", "civ", {
  6339. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6340. }, "" },
  6341. { "Blanc", "civ", {
  6342. "#(argb,8,8,3)color(1,1,1,1)"
  6343. }, "" },
  6344. { "Gris", "civ", {
  6345. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6346. }, "" },
  6347. { "Sable", "civ", {
  6348. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6349. }, "" },
  6350. { "Rouge", "civ", {
  6351. "#(argb,8,8,3)color(1,0,0,1)"
  6352. }, "" },
  6353. { "Jaune", "civ", {
  6354. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6355. }, "" },
  6356. { "Bleu", "civ", {
  6357. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6358. }, "" },
  6359. { "Bleu Nuit", "civ", {
  6360. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6361. }, "" },
  6362. { "Mauve", "civ", {
  6363. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6364. }, "" },
  6365. { "Orange", "civ", {
  6366. "#(argb,8,8,3)color(1,0.251,0,1)"
  6367. }, "" },
  6368. { "Vert", "civ", {
  6369. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6370. }, "" },
  6371. { "Rose", "civ", {
  6372. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6373. }, "" },
  6374. { "Violet", "civ", {
  6375. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6376. }, "" }
  6377. };
  6378. };
  6379.  
  6380. class Volvo_FHlu_c {
  6381. vItemSpace = 300;
  6382. conditions = "";
  6383. price = 500000;
  6384. textures[] = {
  6385. { "Noir", "civ", {
  6386. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6387. }, "" },
  6388. { "Blanc", "civ", {
  6389. "#(argb,8,8,3)color(1,1,1,1)"
  6390. }, "" },
  6391. { "Gris", "civ", {
  6392. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6393. }, "" },
  6394. { "Sable", "civ", {
  6395. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6396. }, "" },
  6397. { "Rouge", "civ", {
  6398. "#(argb,8,8,3)color(1,0,0,1)"
  6399. }, "" },
  6400. { "Jaune", "civ", {
  6401. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6402. }, "" },
  6403. { "Bleu", "civ", {
  6404. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6405. }, "" },
  6406. { "Bleu Nuit", "civ", {
  6407. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6408. }, "" },
  6409. { "Mauve", "civ", {
  6410. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6411. }, "" },
  6412. { "Orange", "civ", {
  6413. "#(argb,8,8,3)color(1,0.251,0,1)"
  6414. }, "" },
  6415. { "Vert", "civ", {
  6416. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6417. }, "" },
  6418. { "Rose", "civ", {
  6419. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6420. }, "" },
  6421. { "Violet", "civ", {
  6422. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6423. }, "" }
  6424. };
  6425. };
  6426.  
  6427. class chbenne {
  6428. vItemSpace = 550;
  6429. conditions = "";
  6430. price = 800000;
  6431. textures[] = {
  6432. { "Noir", "civ", {
  6433. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6434. }, "" },
  6435. { "Blanc", "civ", {
  6436. "#(argb,8,8,3)color(1,1,1,1)"
  6437. }, "" },
  6438. { "Gris", "civ", {
  6439. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6440. }, "" },
  6441. { "Sable", "civ", {
  6442. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6443. }, "" },
  6444. { "Rouge", "civ", {
  6445. "#(argb,8,8,3)color(1,0,0,1)"
  6446. }, "" },
  6447. { "Jaune", "civ", {
  6448. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6449. }, "" },
  6450. { "Bleu", "civ", {
  6451. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6452. }, "" },
  6453. { "Bleu Nuit", "civ", {
  6454. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6455. }, "" },
  6456. { "Mauve", "civ", {
  6457. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6458. }, "" },
  6459. { "Orange", "civ", {
  6460. "#(argb,8,8,3)color(1,0.251,0,1)"
  6461. }, "" },
  6462. { "Vert", "civ", {
  6463. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6464. }, "" },
  6465. { "Rose", "civ", {
  6466. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6467. }, "" },
  6468. { "Violet", "civ", {
  6469. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6470. }, "" }
  6471. };
  6472. };
  6473.  
  6474. class midlum {
  6475. vItemSpace = 700;
  6476. conditions = "";
  6477. price = 1500000;
  6478. textures[] = {
  6479. { "Noir", "civ", {
  6480. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6481. }, "" },
  6482. { "Blanc", "civ", {
  6483. "#(argb,8,8,3)color(1,1,1,1)"
  6484. }, "" },
  6485. { "Gris", "civ", {
  6486. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6487. }, "" },
  6488. { "Sable", "civ", {
  6489. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6490. }, "" },
  6491. { "Rouge", "civ", {
  6492. "#(argb,8,8,3)color(1,0,0,1)"
  6493. }, "" },
  6494. { "Jaune", "civ", {
  6495. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6496. }, "" },
  6497. { "Bleu", "civ", {
  6498. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6499. }, "" },
  6500. { "Bleu Nuit", "civ", {
  6501. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6502. }, "" },
  6503. { "Mauve", "civ", {
  6504. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6505. }, "" },
  6506. { "Orange", "civ", {
  6507. "#(argb,8,8,3)color(1,0.251,0,1)"
  6508. }, "" },
  6509. { "Vert", "civ", {
  6510. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6511. }, "" },
  6512. { "Rose", "civ", {
  6513. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6514. }, "" },
  6515. { "Violet", "civ", {
  6516. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6517. }, "" }
  6518. };
  6519. };
  6520.  
  6521. // Concessionnaire Rebelle
  6522. //Dodge SRT8_12
  6523. class SRT8_12lu_civ {
  6524. vItemSpace = 50;
  6525. conditions = "";
  6526. price = 250000;
  6527. textures[] = {
  6528. { "Noir", "civ", {
  6529. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6530. }, "" },
  6531. { "Blanc", "civ", {
  6532. "#(argb,8,8,3)color(1,1,1,1)"
  6533. }, "" },
  6534. { "Gris", "civ", {
  6535. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6536. }, "" },
  6537. { "Sable", "civ", {
  6538. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6539. }, "" },
  6540. { "Rouge", "civ", {
  6541. "#(argb,8,8,3)color(1,0,0,1)"
  6542. }, "" },
  6543. { "Jaune", "civ", {
  6544. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6545. }, "" },
  6546. { "Bleu", "civ", {
  6547. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6548. }, "" },
  6549. { "Bleu Nuit", "civ", {
  6550. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6551. }, "" },
  6552. { "Mauve", "civ", {
  6553. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6554. }, "" },
  6555. { "Orange", "civ", {
  6556. "#(argb,8,8,3)color(1,0.251,0,1)"
  6557. }, "" },
  6558. { "Vert", "civ", {
  6559. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6560. }, "" },
  6561. { "Rose", "civ", {
  6562. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6563. }, "" },
  6564. { "Violet", "civ", {
  6565. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6566. }, "" }
  6567. };
  6568. };
  6569. //Ford Raptor
  6570. class Raptorlu_civ {
  6571. vItemSpace = 75;
  6572. conditions = "";
  6573. price = 400000;
  6574. textures[] = {
  6575. { "Noir", "civ", {
  6576. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6577. }, "" },
  6578. { "Blanc", "civ", {
  6579. "#(argb,8,8,3)color(1,1,1,1)"
  6580. }, "" },
  6581. { "Gris", "civ", {
  6582. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6583. }, "" },
  6584. { "Sable", "civ", {
  6585. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6586. }, "" },
  6587. { "Rouge", "civ", {
  6588. "#(argb,8,8,3)color(1,0,0,1)"
  6589. }, "" },
  6590. { "Jaune", "civ", {
  6591. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6592. }, "" },
  6593. { "Bleu", "civ", {
  6594. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6595. }, "" },
  6596. { "Bleu Nuit", "civ", {
  6597. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6598. }, "" },
  6599. { "Mauve", "civ", {
  6600. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6601. }, "" },
  6602. { "Orange", "civ", {
  6603. "#(argb,8,8,3)color(1,0.251,0,1)"
  6604. }, "" },
  6605. { "Vert", "civ", {
  6606. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6607. }, "" },
  6608. { "Rose", "civ", {
  6609. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6610. }, "" },
  6611. { "Violet", "civ", {
  6612. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6613. }, "" }
  6614. };
  6615. };
  6616. //Mercedes Benz ML63
  6617. class ML63lu_civ {
  6618. vItemSpace = 50;
  6619. conditions = "";
  6620. price = 1350000;
  6621. textures[] = {
  6622. { "Noir", "civ", {
  6623. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6624. }, "" },
  6625. { "Blanc", "civ", {
  6626. "#(argb,8,8,3)color(1,1,1,1)"
  6627. }, "" },
  6628. { "Gris", "civ", {
  6629. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6630. }, "" },
  6631. { "Sable", "civ", {
  6632. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6633. }, "" },
  6634. { "Rouge", "civ", {
  6635. "#(argb,8,8,3)color(1,0,0,1)"
  6636. }, "" },
  6637. { "Jaune", "civ", {
  6638. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6639. }, "" },
  6640. { "Bleu", "civ", {
  6641. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6642. }, "" },
  6643. { "Bleu Nuit", "civ", {
  6644. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6645. }, "" },
  6646. { "Mauve", "civ", {
  6647. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6648. }, "" },
  6649. { "Orange", "civ", {
  6650. "#(argb,8,8,3)color(1,0.251,0,1)"
  6651. }, "" },
  6652. { "Vert", "civ", {
  6653. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6654. }, "" },
  6655. { "Rose", "civ", {
  6656. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6657. }, "" },
  6658. { "Violet", "civ", {
  6659. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6660. }, "" }
  6661. };
  6662. };
  6663.  
  6664. class Bollino_6x6_Blanc {
  6665. vItemSpace = 75;
  6666. conditions = "";
  6667. price = 200000;
  6668. textures[] = {
  6669. { "Noir", "civ", {
  6670. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6671. }, "" },
  6672. { "Blanc", "civ", {
  6673. "#(argb,8,8,3)color(1,1,1,1)"
  6674. }, "" },
  6675. { "Gris", "civ", {
  6676. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6677. }, "" },
  6678. { "Sable", "civ", {
  6679. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6680. }, "" },
  6681. { "Rouge", "civ", {
  6682. "#(argb,8,8,3)color(1,0,0,1)"
  6683. }, "" },
  6684. { "Jaune", "civ", {
  6685. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6686. }, "" },
  6687. { "Bleu", "civ", {
  6688. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6689. }, "" },
  6690. { "Bleu Nuit", "civ", {
  6691. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6692. }, "" },
  6693. { "Mauve", "civ", {
  6694. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6695. }, "" },
  6696. { "Orange", "civ", {
  6697. "#(argb,8,8,3)color(1,0.251,0,1)"
  6698. }, "" },
  6699. { "Vert", "civ", {
  6700. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6701. }, "" },
  6702. { "Rose", "civ", {
  6703. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6704. }, "" },
  6705. { "Violet", "civ", {
  6706. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6707. }, "" }
  6708. };
  6709. };
  6710. //Concessionnaire Armée d'Altis
  6711. class shcadillacescalade_civ {
  6712. vItemSpace = 50;
  6713. conditions = "";
  6714. price = 150000;
  6715. textures[] = {};
  6716. };
  6717.  
  6718. // Concessionnaire Pompier
  6719.  
  6720. class chVSAV_Sprinter {
  6721. vItemSpace = 100;
  6722. conditions = "";
  6723. price = 250;
  6724. textures[] = {};
  6725. };
  6726. class mondeoswch_samu {
  6727. vItemSpace = 100;
  6728. conditions = "";
  6729. price = 250;
  6730. textures[] = {};
  6731. };
  6732. class fcch {
  6733. vItemSpace = 100;
  6734. conditions = "";
  6735. price = 250;
  6736. textures[] = {};
  6737. };
  6738. class chdefender_vlhr {
  6739. vItemSpace = 100;
  6740. conditions = "";
  6741. price = 250;
  6742. textures[] = {};
  6743. };
  6744. class kangooI2_vl {
  6745. vItemSpace = 100;
  6746. conditions = "";
  6747. price = 250;
  6748. textures[] = {};
  6749. };
  6750. class chMaster3p2_vsav {
  6751. vItemSpace = 100;
  6752. conditions = "";
  6753. price = 250;
  6754. textures[] = {};
  6755. };
  6756. class chMaster3_vsav {
  6757. vItemSpace = 100;
  6758. conditions = "";
  6759. price = 250;
  6760. textures[] = {};
  6761. };
  6762. class VSAV_Ducato {
  6763. vItemSpace = 100;
  6764. conditions = "";
  6765. price = 250;
  6766. textures[] = {};
  6767. };
  6768. class VSAV_Boxer {
  6769. vItemSpace = 100;
  6770. conditions = "";
  6771. price = 250;
  6772. textures[] = {};
  6773. };
  6774. class ccrl {
  6775. vItemSpace = 100;
  6776. conditions = "";
  6777. price = 250;
  6778. textures[] = {};
  6779. };
  6780. class Clio_VLCG {
  6781. vItemSpace = 100;
  6782. conditions = "";
  6783. price = 250;
  6784. textures[] = {};
  6785. };
  6786. class chmaster2_vps {
  6787. vItemSpace = 100;
  6788. conditions = "";
  6789. price = 250;
  6790. textures[] = {};
  6791. };
  6792. class chmaster2_vtp {
  6793. vItemSpace = 100;
  6794. conditions = "";
  6795. price = 250;
  6796. textures[] = {};
  6797. };
  6798. class chmaster2_vtu {
  6799. vItemSpace = 100;
  6800. conditions = "";
  6801. price = 250;
  6802. textures[] = {};
  6803. };
  6804. class chmaster3_vsrl {
  6805. vItemSpace = 100;
  6806. conditions = "";
  6807. price = 250;
  6808. textures[] = {};
  6809. };
  6810. class chClioIII_VLCG {
  6811. vItemSpace = 100;
  6812. conditions = "";
  6813. price = 250;
  6814. textures[] = {};
  6815. };
  6816. class chMaster3_vtp {
  6817. vItemSpace = 100;
  6818. conditions = "";
  6819. price = 250;
  6820. textures[] = {};
  6821. };
  6822. class trafic3_vtp {
  6823. vItemSpace = 100;
  6824. conditions = "";
  6825. price = 250;
  6826. textures[] = {};
  6827. };
  6828. class Trafic_vtp {
  6829. vItemSpace = 100;
  6830. conditions = "";
  6831. price = 250;
  6832. textures[] = {};
  6833. };
  6834. class ccfm1_renault {
  6835. vItemSpace = 100;
  6836. conditions = "";
  6837. price = 250;
  6838. textures[] = {};
  6839. };
  6840. class ccfs_renault {
  6841. vItemSpace = 100;
  6842. conditions = "";
  6843. price = 250;
  6844. textures[] = {};
  6845. };
  6846. class CCGC {
  6847. vItemSpace = 100;
  6848. conditions = "";
  6849. price = 250;
  6850. textures[] = {};
  6851. };
  6852. class FPT_MAN {
  6853. vItemSpace = 100;
  6854. conditions = "";
  6855. price = 250;
  6856. textures[] = {};
  6857. };
  6858. class fptl_renault {
  6859. vItemSpace = 100;
  6860. conditions = "";
  6861. price = 250;
  6862. textures[] = {};
  6863. };
  6864. class Megane_Estate_vli {
  6865. vItemSpace = 100;
  6866. conditions = "";
  6867. price = 250;
  6868. textures[] = {};
  6869. };
  6870. class chvsavar_ducato {
  6871. vItemSpace = 100;
  6872. conditions = "";
  6873. price = 250;
  6874. textures[] = {};
  6875. };
  6876. class chvsavar_iveco {
  6877. vItemSpace = 100;
  6878. conditions = "";
  6879. price = 250;
  6880. textures[] = {};
  6881. };
  6882. class ch_umh_iveco {
  6883. vItemSpace = 100;
  6884. conditions = "";
  6885. price = 250;
  6886. textures[] = {};
  6887. };
  6888. class ch_umh_sprinter {
  6889. vItemSpace = 100;
  6890. conditions = "";
  6891. price = 250;
  6892. textures[] = {};
  6893. };
  6894.  
  6895. class chvsavar_boxer {
  6896. vItemSpace = 100;
  6897. conditions = "";
  6898. price = 250;
  6899. textures[] = {};
  6900. };
  6901. class ch_umh_boxer {
  6902. vItemSpace = 100;
  6903. conditions = "";
  6904. price = 250;
  6905. textures[] = {};
  6906. };
  6907. class chvsavar_master3p2 {
  6908. vItemSpace = 100;
  6909. conditions = "";
  6910. price = 250;
  6911. textures[] = {};
  6912. };
  6913. class chvsavar_master3 {
  6914. vItemSpace = 100;
  6915. conditions = "";
  6916. price = 250;
  6917. textures[] = {};
  6918. };
  6919. class chvsavar_master2 {
  6920. vItemSpace = 100;
  6921. conditions = "";
  6922. price = 250;
  6923. textures[] = {};
  6924. };
  6925. class IvecoCh_grimp {
  6926. vItemSpace = 100;
  6927. conditions = "";
  6928. price = 250;
  6929. textures[] = {};
  6930. };
  6931. class chfmogp {
  6932. vItemSpace = 100;
  6933. conditions = "";
  6934. price = 250;
  6935. textures[] = {};
  6936. };
  6937. class Mer_Vito_samu {
  6938. vItemSpace = 100;
  6939. conditions = "";
  6940. price = 250;
  6941. textures[] = {};
  6942. };
  6943. class PMA {
  6944. vItemSpace = 100;
  6945. conditions = "";
  6946. price = 250;
  6947. textures[] = {};
  6948. };
  6949. class Renault_Espace_samu {
  6950. vItemSpace = 100;
  6951. conditions = "";
  6952. price = 250;
  6953. textures[] = {};
  6954. };
  6955.  
  6956. class C_Boat_Civil_01_rescue_F {
  6957. vItemSpace = 50;
  6958. conditions = "";
  6959. price = 500;
  6960. textures[] = {};
  6961. };
  6962.  
  6963. class VSR {
  6964. vItemSpace = 50;
  6965. conditions = "";
  6966. price = 500;
  6967. textures[] = {};
  6968. };
  6969.  
  6970. class chMaster3p2ng_vsav {
  6971. vItemSpace = 50;
  6972. conditions = "";
  6973. price = 500;
  6974. textures[] = {};
  6975. };
  6976.  
  6977. class chvsavar_sprinter {
  6978. vItemSpace = 50;
  6979. conditions = "";
  6980. price = 500;
  6981. textures[] = {};
  6982. };
  6983.  
  6984. class chps5g {
  6985. vItemSpace = 50;
  6986. conditions = "";
  6987. price = 500;
  6988. textures[] = {};
  6989. };
  6990.  
  6991. class chdefender_vsavhr {
  6992. vItemSpace = 50;
  6993. conditions = "";
  6994. price = 500;
  6995. textures[] = {};
  6996. };
  6997.  
  6998. class chdefender_grimp {
  6999. vItemSpace = 50;
  7000. conditions = "";
  7001. price = 500;
  7002. textures[] = {};
  7003. };
  7004.  
  7005. class chcitan_vlcg {
  7006. vItemSpace = 50;
  7007. conditions = "";
  7008. price = 500;
  7009. textures[] = {};
  7010. };
  7011.  
  7012. class 1200RT_sp_ch {
  7013. vItemSpace = 50;
  7014. conditions = "";
  7015. price = 500;
  7016. textures[] = {};
  7017. };
  7018.  
  7019. class megane_4_estate_vl {
  7020. vItemSpace = 50;
  7021. conditions = "";
  7022. price = 500;
  7023. textures[] = {};
  7024. };
  7025.  
  7026. class 308_vlcg {
  7027. vItemSpace = 50;
  7028. conditions = "";
  7029. price = 500;
  7030. textures[] = {};
  7031. };
  7032.  
  7033. class kangooII1_vl {
  7034. vItemSpace = 50;
  7035. conditions = "";
  7036. price = 500;
  7037. textures[] = {};
  7038. };
  7039.  
  7040. class trafic3_vsm {
  7041. vItemSpace = 50;
  7042. conditions = "";
  7043. price = 500;
  7044. textures[] = {};
  7045. };
  7046.  
  7047. class VPL_Boxer {
  7048. vItemSpace = 50;
  7049. conditions = "";
  7050. price = 500;
  7051. textures[] = {};
  7052. };
  7053.  
  7054. class VPC {
  7055. vItemSpace = 50;
  7056. conditions = "";
  7057. price = 500;
  7058. textures[] = {};
  7059. };
  7060.  
  7061. class fpt_renault {
  7062. vItemSpace = 50;
  7063. conditions = "";
  7064. price = 500;
  7065. textures[] = {};
  7066. };
  7067.  
  7068. class EPA {
  7069. vItemSpace = 50;
  7070. conditions = "";
  7071. price = 500;
  7072. textures[] = {};
  7073. };
  7074.  
  7075. class ccfm_mercedes {
  7076. vItemSpace = 50;
  7077. conditions = "";
  7078. price = 500;
  7079. textures[] = {};
  7080. };
  7081.  
  7082. class ccfm_renault {
  7083. vItemSpace = 50;
  7084. conditions = "";
  7085. price = 500;
  7086. textures[] = {};
  7087. };
  7088.  
  7089. class brancardch {
  7090. vItemSpace = 0;
  7091. conditions = "";
  7092. price = 500;
  7093. textures[] = {};
  7094. };
  7095.  
  7096. class devidoirch {
  7097. vItemSpace = 0;
  7098. conditions = "";
  7099. price = 500;
  7100. textures[] = {};
  7101. };
  7102.  
  7103. class devidoirchvsr {
  7104. vItemSpace = 0;
  7105. conditions = "";
  7106. price = 500;
  7107. textures[] = {};
  7108. };
  7109.  
  7110. class EC635_Pompier {
  7111. vItemSpace = 50;
  7112. conditions = "";
  7113. price = 35000;
  7114. textures[] = {};
  7115. };
  7116.  
  7117. // Concessionnaire Gendarmerie
  7118. class focussw3_gn {
  7119. vItemSpace = 50;
  7120. conditions = "";
  7121. price = 500;
  7122. textures[] = {};
  7123. };
  7124.  
  7125. class M5lu_Gendarmerie {
  7126. vItemSpace = 50;
  7127. conditions = "";
  7128. price = 500;
  7129. textures[] = {};
  7130. };
  7131.  
  7132. class chExpert3_gn {
  7133. vItemSpace = 50;
  7134. conditions = "";
  7135. price = 500;
  7136. textures[] = {};
  7137. };
  7138.  
  7139. class trafic3_gn {
  7140. vItemSpace = 50;
  7141. conditions = "";
  7142. price = 500;
  7143. textures[] = {};
  7144. };
  7145.  
  7146. class SRT8_12_gn {
  7147. vItemSpace = 50;
  7148. conditions = "";
  7149. price = 500;
  7150. textures[] = {};
  7151. };
  7152.  
  7153. class IvecoCh_GN {
  7154. vItemSpace = 50;
  7155. conditions = "";
  7156. price = 500;
  7157. textures[] = {};
  7158. };
  7159.  
  7160. class chmgrs {
  7161. vItemSpace = 50;
  7162. conditions = "license_cop_eri";
  7163. price = 500;
  7164. textures[] = {};
  7165. };
  7166.  
  7167. class FJR1300_gn_ch {
  7168. vItemSpace = 50;
  7169. conditions = "license_cop_eri";
  7170. price = 500;
  7171. textures[] = {};
  7172. };
  7173.  
  7174. class galaxych_raid {
  7175. vItemSpace = 50;
  7176. conditions = "license_cop_psig";
  7177. price = 500;
  7178. textures[] = {};
  7179. };
  7180.  
  7181. class 308_2015_bac {
  7182. vItemSpace = 50;
  7183. conditions = "license_cop_psig";
  7184. price = 500;
  7185. textures[] = {};
  7186. };
  7187.  
  7188. class chgolf7_bac {
  7189. vItemSpace = 50;
  7190. conditions = "license_cop_psig";
  7191. price = 500;
  7192. textures[] = {};
  7193. };
  7194.  
  7195. class mondeocvh_bac {
  7196. vItemSpace = 50;
  7197. conditions = "license_cop_psig";
  7198. price = 500;
  7199. textures[] = {};
  7200. };
  7201.  
  7202. class focusch3_bac {
  7203. vItemSpace = 50;
  7204. conditions = "license_cop_psig";
  7205. price = 500;
  7206. textures[] = {};
  7207. };
  7208.  
  7209. class Tahoelu_B {
  7210. vItemSpace = 50;
  7211. conditions = "";
  7212. price = 500;
  7213. textures[] = {};
  7214. };
  7215.  
  7216. class RS3lu_civ_P {
  7217. vItemSpace = 50;
  7218. conditions = "";
  7219. price = 500;
  7220. textures[] = {
  7221. { "Gendarmerie", "cop", {
  7222. "\ALAMOD_Skin\textures\gendarmerie\rs3_gendarmerie.paa"
  7223. }, "" }
  7224. };
  7225. };
  7226.  
  7227. class RS6_AvantPlu {
  7228. vItemSpace = 50;
  7229. conditions = "";
  7230. price = 500;
  7231. textures[] = {
  7232. { "Gendarmerie", "cop", {
  7233. "\ALAMOD_Skin\textures\gendarmerie\rs6_gendarmerie.paa"
  7234. }, "" }
  7235. };
  7236. };
  7237.  
  7238. class M5lu_civ_P {
  7239. vItemSpace = 50;
  7240. conditions = "";
  7241. price = 500;
  7242. textures[] = {
  7243. { "Gendarmerie", "cop", {
  7244. "\ALAMOD_Skin\textures\gendarmerie\m5_gendarmerie.paa"
  7245. }, "" }
  7246. };
  7247. };
  7248.  
  7249. class Tahoelu_P {
  7250. vItemSpace = 50;
  7251. conditions = "";
  7252. price = 500;
  7253. textures[] = {
  7254. { "Gendarmerie", "cop", {
  7255. "\ALAMOD_Skin\textures\gendarmerie\tahoe_gendarmerie.paa"
  7256. }, "" }
  7257. };
  7258. };
  7259.  
  7260. class V250_P {
  7261. vItemSpace = 50;
  7262. conditions = "";
  7263. price = 500;
  7264. textures[] = {};
  7265. };
  7266.  
  7267. class Warrior_P {
  7268. vItemSpace = 50;
  7269. conditions = "";
  7270. price = 500;
  7271. textures[] = {};
  7272. };
  7273.  
  7274. class Transit_gn {
  7275. vItemSpace = 50;
  7276. conditions = "";
  7277. price = 500;
  7278. textures[] = {};
  7279. };
  7280.  
  7281. class Mer_Vito_gn {
  7282. vItemSpace = 50;
  7283. conditions = "";
  7284. price = 500;
  7285. textures[] = {};
  7286. };
  7287.  
  7288. class kangooII1_gn {
  7289. vItemSpace = 50;
  7290. conditions = "";
  7291. price = 500;
  7292. textures[] = {};
  7293. };
  7294.  
  7295. class Megane_Estate_gn {
  7296. vItemSpace = 50;
  7297. conditions = "";
  7298. price = 500;
  7299. textures[] = {};
  7300. };
  7301.  
  7302. class Megane_Estate_p2_gn {
  7303. vItemSpace = 50;
  7304. conditions = "";
  7305. price = 500;
  7306. textures[] = {};
  7307. };
  7308.  
  7309. class Explorerlu_US {
  7310. vItemSpace = 50;
  7311. conditions = "";
  7312. price = 500;
  7313. textures[] = {};
  7314. };
  7315.  
  7316. class B_MRAP_01_F {
  7317. vItemSpace = 50;
  7318. conditions = "";
  7319. price = 30000;
  7320. textures[] = {
  7321. { "Gendarmerie", "cop", {
  7322. "\ALAMOD_Skin\textures\gendarmerie\hunter_gendarmerie.paa"
  7323. }, "" }
  7324. };
  7325. };
  7326.  
  7327. class EC635_Gendarmerie {
  7328. vItemSpace = 50;
  7329. conditions = "";
  7330. price = 30000;
  7331. textures[] = {};
  7332. };
  7333.  
  7334. //Entreprise de Pétrole Eagle Chemicals
  7335. class D41_Trawler {
  7336. vItemSpace = 1000;
  7337. conditions = "";
  7338. price = 200000;
  7339. textures[] = {};
  7340. };
  7341.  
  7342. class chciternvol_total {
  7343. vItemSpace = 700;
  7344. conditions = "";
  7345. price = 200000;
  7346. textures[] = {};
  7347. };
  7348.  
  7349. //D.I.R.S.P
  7350. class master3_enedis {
  7351. vItemSpace = 50;
  7352. conditions = "";
  7353. price = 30000;
  7354. textures[] = {};
  7355. };
  7356. class Trafic_DIR {
  7357. vItemSpace = 50;
  7358. conditions = "";
  7359. price = 30000;
  7360. textures[] = {};
  7361. };
  7362. class chdepanpl2 {
  7363. vItemSpace = 50;
  7364. conditions = "";
  7365. price = 30000;
  7366. textures[] = {};
  7367. };
  7368. class Trafic3_grdf {
  7369. vItemSpace = 50;
  7370. conditions = "";
  7371. price = 30000;
  7372. textures[] = {};
  7373. };
  7374. class chtwingoI_DIR {
  7375. vItemSpace = 50;
  7376. conditions = "";
  7377. price = 30000;
  7378. textures[] = {};
  7379. };
  7380. class master3p2_enedis {
  7381. vItemSpace = 50;
  7382. conditions = "";
  7383. price = 30000;
  7384. textures[] = {};
  7385. };
  7386. class chGrue_Mobile {
  7387. vItemSpace = 50;
  7388. conditions = "";
  7389. price = 30000;
  7390. textures[] = {};
  7391. };
  7392. class chclio3_grdf {
  7393. vItemSpace = 50;
  7394. conditions = "";
  7395. price = 30000;
  7396. textures[] = {};
  7397. };
  7398. class KangooI2_DIR {
  7399. vItemSpace = 50;
  7400. conditions = "";
  7401. price = 30000;
  7402. textures[] = {};
  7403. };
  7404. class chgrue {
  7405. vItemSpace = 50;
  7406. conditions = "";
  7407. price = 30000;
  7408. textures[] = {};
  7409. };
  7410. class chTransport_L {
  7411. vItemSpace = 50;
  7412. conditions = "";
  7413. price = 30000;
  7414. textures[] = {};
  7415. };
  7416. class Master2_DIR {
  7417. vItemSpace = 50;
  7418. conditions = "";
  7419. price = 30000;
  7420. textures[] = {};
  7421. };
  7422. class chmaster2_grdf {
  7423. vItemSpace = 50;
  7424. conditions = "";
  7425. price = 30000;
  7426. textures[] = {};
  7427. };
  7428. class partner2_grdf {
  7429. vItemSpace = 50;
  7430. conditions = "";
  7431. price = 30000;
  7432. textures[] = {};
  7433. };
  7434. class Peugeot_Expert_grdf {
  7435. vItemSpace = 50;
  7436. conditions = "";
  7437. price = 30000;
  7438. textures[] = {};
  7439. };
  7440. class Ducato_civ_grdf {
  7441. vItemSpace = 50;
  7442. conditions = "";
  7443. price = 30000;
  7444. textures[] = {};
  7445. };
  7446. class chduster14_civ_enedis {
  7447. vItemSpace = 50;
  7448. conditions = "";
  7449. price = 30000;
  7450. textures[] = {};
  7451. };
  7452. class Volvo_FHlu_d {
  7453. vItemSpace = 50;
  7454. conditions = "";
  7455. price = 30000;
  7456. textures[] = {};
  7457. };
  7458. class chchariotp {
  7459. vItemSpace = 50;
  7460. conditions = "";
  7461. price = 30000;
  7462. textures[] = {};
  7463. };
  7464. class chtwingoII_DIR {
  7465. vItemSpace = 50;
  7466. conditions = "";
  7467. price = 30000;
  7468. textures[] = {};
  7469. };
  7470.  
  7471. class KangooII1_DIR {
  7472. vItemSpace = 50;
  7473. conditions = "";
  7474. price = 30000;
  7475. textures[] = {};
  7476. };
  7477.  
  7478. class ClioIV_DIR {
  7479. vItemSpace = 50;
  7480. conditions = "";
  7481. price = 30000;
  7482. textures[] = {};
  7483. };
  7484.  
  7485. class Trafic3_DIR {
  7486. vItemSpace = 50;
  7487. conditions = "";
  7488. price = 30000;
  7489. textures[] = {};
  7490. };
  7491.  
  7492. class Master3_DIR {
  7493. vItemSpace = 50;
  7494. conditions = "";
  7495. price = 30000;
  7496. textures[] = {};
  7497. };
  7498.  
  7499. class depanren {
  7500. vItemSpace = 50;
  7501. conditions = "";
  7502. price = 30000;
  7503. textures[] = {};
  7504. };
  7505.  
  7506. class chdepanpl {
  7507. vItemSpace = 50;
  7508. conditions = "";
  7509. price = 30000;
  7510. textures[] = {};
  7511. };
  7512.  
  7513. class chmegane_4_estate_taxi {
  7514. vItemSpace = 50;
  7515. conditions = "";
  7516. price = 30000;
  7517. textures[] = {};
  7518. };
  7519.  
  7520. class galaxych_civ_taxi {
  7521. vItemSpace = 50;
  7522. conditions = "";
  7523. price = 30000;
  7524. textures[] = {};
  7525. };
  7526.  
  7527. class mondeovch_civ_taxi {
  7528. vItemSpace = 50;
  7529. conditions = "";
  7530. price = 30000;
  7531. textures[] = {};
  7532. };
  7533.  
  7534. class cmax_civ_taxi {
  7535. vItemSpace = 50;
  7536. conditions = "";
  7537. price = 30000;
  7538. textures[] = {};
  7539. };
  7540.  
  7541. //AUTRES
  7542. class I_Heli_light_03_unarmed_F {
  7543. vItemSpace = 50;
  7544. conditions = "";
  7545. price = 2000000;
  7546. textures[] = {
  7547. { "Gendarmerie", "cop", {
  7548. "\ALAMOD_Skin\textures\gendarmerie\hellcat_gendarmerie.paa"
  7549. }, "" }
  7550. };
  7551. };
  7552.  
  7553. // Apex DLC
  7554. class C_Boat_Transport_02_F {
  7555. vItemSpace = 50;
  7556. conditions = "";
  7557. price = 50000;
  7558. textures[] = {
  7559. { "Civilian", "civ", {
  7560. "\A3\Boat_F_Exp\Boat_Transport_02\Data\Boat_Transport_02_exterior_civilian_CO.paa"
  7561. }, "" },
  7562. { "Black", "cop", {
  7563. "\A3\Boat_F_Exp\Boat_Transport_02\Data\Boat_Transport_02_exterior_CO.paa"
  7564. }, "" }
  7565. };
  7566. };
  7567.  
  7568. // Apex DLC
  7569. class C_Offroad_02_unarmed_F {
  7570. vItemSpace = 50;
  7571. conditions = "";
  7572. price = 150000;
  7573. textures[] = {
  7574. { "Black", "civ", {
  7575. "\A3\Soft_F_Exp\Offroad_02\Data\offroad_02_ext_black_co.paa"
  7576. }, "" },
  7577. { "Blue", "civ", {
  7578. "\A3\Soft_F_Exp\Offroad_02\Data\offroad_02_ext_blue_co.paa"
  7579. }, "" },
  7580. { "Green", "civ", {
  7581. "\A3\Soft_F_Exp\Offroad_02\Data\offroad_02_ext_green_co.paa"
  7582. }, "" },
  7583. { "Orange", "civ", {
  7584. "\A3\Soft_F_Exp\Offroad_02\Data\offroad_02_ext_orange_co.paa"
  7585. }, "" },
  7586. { "Red", "civ", {
  7587. "\A3\Soft_F_Exp\Offroad_02\Data\offroad_02_ext_red_co.paa"
  7588. }, "" },
  7589. { "White", "civ", {
  7590. "\A3\Soft_F_Exp\Offroad_02\Data\offroad_02_ext_white_co.paa"
  7591. }, "" }
  7592. };
  7593. };
  7594.  
  7595. // Apex DLC
  7596. class C_Plane_Civil_01_F {
  7597. vItemSpace = 50;
  7598. conditions = "";
  7599. price = 2000000;
  7600. textures[] = {
  7601. { "Racing (Tan Interior)", "civ", {
  7602. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Racer_co.paa",
  7603. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Racer_co.paa",
  7604. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
  7605. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
  7606. }, "" },
  7607. { "Racing", "civ", {
  7608. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Racer_co.paa",
  7609. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Racer_co.paa",
  7610. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
  7611. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
  7612. }, "" },
  7613. { "Red Line (Tan Interior)", "civ", {
  7614. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_RedLine_co.paa",
  7615. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_RedLine_co.paa",
  7616. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
  7617. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
  7618. }, "" },
  7619. { "Red Line", "civ", {
  7620. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_RedLine_co.paa",
  7621. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_RedLine_co.paa",
  7622. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
  7623. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
  7624. }, "" },
  7625. { "Tribal (Tan Interior)", "civ", {
  7626. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Tribal_co.paa",
  7627. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Tribal_co.paa",
  7628. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
  7629. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
  7630. }, "" },
  7631. { "Tribal", "civ", {
  7632. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Tribal_co.paa",
  7633. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Tribal_co.paa",
  7634. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
  7635. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
  7636. }, "" },
  7637. { "Blue Wave (Tan Interior)", "civ", {
  7638. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Wave_co.paa",
  7639. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Wave_co.paa",
  7640. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
  7641. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
  7642. }, "" },
  7643. { "Blue Wave", "civ", {
  7644. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Wave_co.paa",
  7645. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Wave_co.paa",
  7646. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
  7647. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
  7648. }, "" }
  7649. };
  7650. };
  7651.  
  7652. // Apex DLC
  7653. class C_Scooter_Transport_01_F {
  7654. vItemSpace = 30;
  7655. conditions = "";
  7656. price = 100000;
  7657. textures[] = {
  7658. { "Black", "civ", {
  7659. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_Black_CO.paa",
  7660. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_VP_Black_CO.paa"
  7661. }, "" },
  7662. { "Blue", "civ", {
  7663. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_Blue_co.paa",
  7664. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_VP_Blue_co.paa"
  7665. }, "" },
  7666. { "Grey", "civ", {
  7667. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_Grey_co.paa",
  7668. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_VP_Grey_co.paa"
  7669. }, "" },
  7670. { "Green", "civ", {
  7671. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_Lime_co.paa",
  7672. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_VP_Lime_co.paa"
  7673. }, "" },
  7674. { "Red", "civ", {
  7675. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_Red_CO.paa",
  7676. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_VP_CO.paa"
  7677. }, "" },
  7678. { "White", "civ", {
  7679. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_CO.paa",
  7680. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_VP_CO.paa"
  7681. }, "" },
  7682. { "Yellow", "civ", {
  7683. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_Yellow_CO.paa",
  7684. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_VP_Yellow_CO.paa"
  7685. }, "" }
  7686. };
  7687. };
  7688.  
  7689. class B_Heli_Transport_03_unarmed_F {
  7690. vItemSpace = 150;
  7691. conditions = "";
  7692. price = 50000;
  7693. textures[] = {};
  7694. };
  7695.  
  7696. class C_Rubberboat {
  7697. vItemSpace = 45;
  7698. conditions = "";
  7699. price = 5000;
  7700. textures[] = {
  7701. { "Noir", "civ", {
  7702. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7703. }, "" },
  7704. { "Blanc", "civ", {
  7705. "#(argb,8,8,3)color(1,1,1,1)"
  7706. }, "" },
  7707. { "Gris", "civ", {
  7708. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7709. }, "" },
  7710. { "Sable", "civ", {
  7711. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7712. }, "" },
  7713. { "Rouge", "civ", {
  7714. "#(argb,8,8,3)color(1,0,0,1)"
  7715. }, "" },
  7716. { "Jaune", "civ", {
  7717. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7718. }, "" },
  7719. { "Bleu", "civ", {
  7720. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7721. }, "" },
  7722. { "Bleu Nuit", "civ", {
  7723. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7724. }, "" },
  7725. { "Mauve", "civ", {
  7726. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7727. }, "" },
  7728. { "Orange", "civ", {
  7729. "#(argb,8,8,3)color(1,0.251,0,1)"
  7730. }, "" },
  7731. { "Vert", "civ", {
  7732. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7733. }, "" },
  7734. { "Rose", "civ", {
  7735. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7736. }, "" },
  7737. { "Violet", "civ", {
  7738. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7739. }, "" }
  7740. };
  7741. };
  7742.  
  7743. class B_Heli_Transport_01_F {
  7744. vItemSpace = 50;
  7745. conditions = "";
  7746. price = 50000;
  7747. textures[] = {
  7748. { "Noir", "civ", {
  7749. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7750. }, "" },
  7751. { "Blanc", "civ", {
  7752. "#(argb,8,8,3)color(1,1,1,1)"
  7753. }, "" },
  7754. { "Gris", "civ", {
  7755. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7756. }, "" },
  7757. { "Sable", "civ", {
  7758. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7759. }, "" },
  7760. { "Rouge", "civ", {
  7761. "#(argb,8,8,3)color(1,0,0,1)"
  7762. }, "" },
  7763. { "Jaune", "civ", {
  7764. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7765. }, "" },
  7766. { "Bleu", "civ", {
  7767. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7768. }, "" },
  7769. { "Bleu Nuit", "civ", {
  7770. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7771. }, "" },
  7772. { "Mauve", "civ", {
  7773. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7774. }, "" },
  7775. { "Orange", "civ", {
  7776. "#(argb,8,8,3)color(1,0.251,0,1)"
  7777. }, "" },
  7778. { "Vert", "civ", {
  7779. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7780. }, "" },
  7781. { "Rose", "civ", {
  7782. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7783. }, "" },
  7784. { "Violet", "civ", {
  7785. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7786. }, "" }
  7787. };
  7788. };
  7789.  
  7790. class B_Boat_Transport_01_F {
  7791. vItemSpace = 45;
  7792. conditions = "";
  7793. price = 30000;
  7794. textures[] = {
  7795. { "Noir", "civ", {
  7796. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7797. }, "" },
  7798. { "Blanc", "civ", {
  7799. "#(argb,8,8,3)color(1,1,1,1)"
  7800. }, "" },
  7801. { "Gris", "civ", {
  7802. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7803. }, "" },
  7804. { "Sable", "civ", {
  7805. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7806. }, "" },
  7807. { "Rouge", "civ", {
  7808. "#(argb,8,8,3)color(1,0,0,1)"
  7809. }, "" },
  7810. { "Jaune", "civ", {
  7811. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7812. }, "" },
  7813. { "Bleu", "civ", {
  7814. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7815. }, "" },
  7816. { "Bleu Nuit", "civ", {
  7817. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7818. }, "" },
  7819. { "Mauve", "civ", {
  7820. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7821. }, "" },
  7822. { "Orange", "civ", {
  7823. "#(argb,8,8,3)color(1,0.251,0,1)"
  7824. }, "" },
  7825. { "Vert", "civ", {
  7826. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7827. }, "" },
  7828. { "Rose", "civ", {
  7829. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7830. }, "" },
  7831. { "Violet", "civ", {
  7832. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7833. }, "" }
  7834. };
  7835. };
  7836. //Container Banque
  7837. class Land_CargoBox_V1_F {
  7838. vItemSpace = 5000;
  7839. conditions = "";
  7840. price = -1;
  7841. textures[] = {};
  7842. };
  7843. //Petit Container
  7844. class Box_IND_Grenades_F {
  7845. vItemSpace = 350;
  7846. conditions = "";
  7847. price = -1;
  7848. textures[] = {};
  7849. };
  7850. //Grand Container
  7851. class B_supplyCrate_F {
  7852. vItemSpace = 700;
  7853. conditions = "";
  7854. price = -1;
  7855. textures[] = {};
  7856. };
  7857. //Atelier de Culture
  7858. class Land_Sink_F {
  7859. vItemSpace = 10;
  7860. conditions = "";
  7861. price = -1;
  7862. textures[] = {};
  7863. };
  7864. //Atelier de Traitement
  7865. class Land_Workbench_01_F {
  7866. vItemSpace = 10;
  7867. conditions = "";
  7868. price = -1;
  7869. textures[] = {};
  7870. };
  7871. //Dealer de drogue
  7872. class Land_TripodScreen_01_large_F {
  7873. vItemSpace = 10;
  7874. conditions = "";
  7875. price = -1;
  7876. textures[] = {};
  7877. };
  7878.  
  7879. /*//Incubateur Cannabis
  7880. class Land_FoodContainer_01_F {
  7881. vItemSpace = 65;
  7882. conditions = "";
  7883. price = 12500;
  7884. textures[] = {};
  7885. };
  7886.  
  7887. //Incubateur Cocaïne
  7888. class Land_BarrelEmpty_grey_F {
  7889. vItemSpace = 65;
  7890. conditions = "";
  7891. price = 12500;
  7892. textures[] = {};
  7893. };
  7894.  
  7895. //Incubateur Heröine
  7896. class Land_BarrelEmpty_F {
  7897. vItemSpace = 65;
  7898. conditions = "";
  7899. price = 12500;
  7900. textures[] = {};
  7901. };*/
  7902.  
  7903. class C_Boat_Civil_01_F {
  7904. vItemSpace = 50;
  7905. conditions = "";
  7906. price = 750000;
  7907. textures[] = {};
  7908. };
  7909.  
  7910. class C_Boat_Civil_01_police_F {
  7911. vItemSpace = 50;
  7912. conditions = "";
  7913. price = 20000;
  7914. textures[] = {};
  7915. };
  7916.  
  7917. class C_Offroad_01_F {
  7918. vItemSpace = 50;
  7919. conditions = "";
  7920. price = 12500;
  7921. textures[] = {
  7922. { "Red", "civ", {
  7923. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_co.paa",
  7924. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_co.paa"
  7925. }, "" },
  7926. { "Yellow", "civ", {
  7927. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa",
  7928. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa"
  7929. }, "" },
  7930. { "White", "civ", {
  7931. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE02_CO.paa",
  7932. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE02_CO.paa"
  7933. }, "" },
  7934. { "Blue", "civ", {
  7935. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE03_CO.paa",
  7936. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE03_CO.paa"
  7937. }, "" },
  7938. { "Dark Red", "civ", {
  7939. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE04_CO.paa",
  7940. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE04_CO.paa"
  7941. }, "" },
  7942. { "Blue / White", "civ", {
  7943. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE05_CO.paa",
  7944. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE05_CO.paa"
  7945. }, "" },
  7946. { "Taxi", "civ", {
  7947. "#(argb,8,8,3)color(0.6,0.3,0.01,1)"
  7948. }, "" },
  7949. { "Police", "cop", {
  7950. "#(ai,64,64,1)Fresnel(1.3,7)"
  7951. }, "" }
  7952. };
  7953. };
  7954.  
  7955. class C_Kart_01_Blu_F {
  7956. vItemSpace = 20;
  7957. conditions = "";
  7958. price = 15000;
  7959. textures[] = {};
  7960. };
  7961. /*
  7962. To edit another information in this classes you can use this exemple.
  7963. class C_Kart_01_Fuel_F : C_Kart_01_Blu_F{
  7964. vItemSpace = 40;
  7965. price = ;
  7966. };
  7967.  
  7968. will modify the virtual space and the price of the vehicle, but other information such as license and textures will pick up the vehicle declare at : Vehicle {};
  7969. */
  7970. class C_Kart_01_Fuel_F : C_Kart_01_Blu_F{}; // Get all information of C_Kart_01_Blu_F
  7971. class C_Kart_01_Red_F : C_Kart_01_Blu_F{};
  7972. class C_Kart_01_Vrana_F : C_Kart_01_Blu_F{};
  7973.  
  7974. class C_Hatchback_01_sport_F {
  7975. vItemSpace = 45;
  7976. conditions = "";
  7977. price = 40000;
  7978. textures[] = {
  7979. { "Red", "civ", {
  7980. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport01_co.paa"
  7981. }, "" },
  7982. { "Dark Blue", "civ", {
  7983. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport02_co.paa"
  7984. }, "" },
  7985. { "Orange", "civ", {
  7986. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport03_co.paa"
  7987. }, "" },
  7988. { "Black / White", "civ", {
  7989. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport04_co.paa"
  7990. }, "" },
  7991. { "Beige", "civ", {
  7992. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport05_co.paa"
  7993. }, "" },
  7994. { "Green", "civ", {
  7995. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport06_co.paa"
  7996. }, "" },
  7997. { "Police", "cop", {
  7998. "#(ai,64,64,1)Fresnel(1.3,7)"
  7999. }, "" }
  8000. };
  8001. };
  8002.  
  8003. class I_Truck_02_covered_F {
  8004. vItemSpace = 250;
  8005. conditions = "";
  8006. price = 100000;
  8007. textures[] = {
  8008. { "Orange", "civ", {
  8009. "\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa",
  8010. "\a3\soft_f_beta\Truck_02\data\truck_02_kuz_co.paa"
  8011. }, "" },
  8012. { "Black", "cop", {
  8013. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8014. }, "" }
  8015. };
  8016. };
  8017.  
  8018. class I_Truck_02_transport_F {
  8019. vItemSpace = 200;
  8020. conditions = "";
  8021. price = 75000;
  8022. textures[] = {
  8023. { "Orange", "civ", {
  8024. "\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa",
  8025. "\a3\soft_f_beta\Truck_02\data\truck_02_kuz_co.paa"
  8026. }, "" },
  8027. { "Black", "cop", {
  8028. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8029. }, "" }
  8030. };
  8031. };
  8032.  
  8033. class O_Truck_03_covered_F {
  8034. vItemSpace = 300;
  8035. conditions = "";
  8036. price = 250000;
  8037. textures[] = {};
  8038. };
  8039.  
  8040. class C_Hatchback_01_F {
  8041. vItemSpace = 40;
  8042. conditions = "";
  8043. price = 9500;
  8044. textures[] = {
  8045. { "Beige", "civ", {
  8046. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base01_co.paa"
  8047. }, "" },
  8048. { "Green", "civ", {
  8049. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base02_co.paa"
  8050. }, "" },
  8051. { "Blue", "civ", {
  8052. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base03_co.paa"
  8053. }, "" },
  8054. { "Dark Blue", "civ", {
  8055. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base04_co.paa"
  8056. }, "" },
  8057. { "Yellow", "civ", {
  8058. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base06_co.paa"
  8059. }, "" },
  8060. { "White", "civ", {
  8061. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base07_co.paa"
  8062. }, "" },
  8063. { "Grey", "civ", {
  8064. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base08_co.paa"
  8065. }, "" },
  8066. { "Black", "civ", {
  8067. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base09_co.paa"
  8068. }, "" }
  8069. };
  8070. };
  8071.  
  8072. class B_Heli_Light_01_stripped_F {
  8073. vItemSpace = 50;
  8074. conditions = "";
  8075. price = 275000;
  8076. textures[] = {
  8077. { "Rebel Digital", "reb", {
  8078. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_digital_co.paa"
  8079. }, "" },
  8080. { "Gendarmerie", "cop", {
  8081. "\ALAMOD_Skin\textures\gendarmerie\mh9_gendarmerie.paa"
  8082. }, "" },
  8083. };
  8084. };
  8085.  
  8086. class B_Heli_Light_01_F {
  8087. vItemSpace = 50;
  8088. conditions = "";
  8089. price = 245000;
  8090. textures[] = {
  8091. { "Sheriff", "civ", {
  8092. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sheriff_co.paa"
  8093. }, "" },
  8094. { "Civ Blue", "civ", {
  8095. "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_blue_co.paa"
  8096. }, "" },
  8097. { "Civ Red", "civ", {
  8098. "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_co.paa"
  8099. }, "" },
  8100. { "Blueline", "civ", {
  8101. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_blueline_co.paa"
  8102. }, "" },
  8103. { "Elliptical", "civ", {
  8104. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_elliptical_co.paa"
  8105. }, "" },
  8106. { "Furious", "civ", {
  8107. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_furious_co.paa"
  8108. }, "" },
  8109. { "Jeans Blue", "civ", {
  8110. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_jeans_co.paa"
  8111. }, "" },
  8112. { "Speedy Redline", "civ", {
  8113. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_speedy_co.paa"
  8114. }, "" },
  8115. { "Sunset", "civ", {
  8116. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sunset_co.paa"
  8117. }, "" },
  8118. { "Vrana", "civ", {
  8119. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_vrana_co.paa"
  8120. }, "" },
  8121. { "Waves Blue", "civ", {
  8122. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_wave_co.paa"
  8123. }, "" },
  8124. { "Rebel Digital", "reb", {
  8125. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_digital_co.paa"
  8126. }, "" },
  8127. { "Digi Green", "reb", {
  8128. "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_indp_co.paa"
  8129. }, "" },
  8130. { "EMS White", "med", {
  8131. "#(argb,8,8,3)color(1,1,1,0.8)"
  8132. }, "" }
  8133. };
  8134. };
  8135.  
  8136. class C_Heli_Light_01_civil_F : B_Heli_Light_01_F {
  8137. vItemSpace = 50;
  8138. price = 245000;
  8139. };
  8140.  
  8141. class O_Heli_Light_02_unarmed_F {
  8142. vItemSpace = 50;
  8143. conditions = "";
  8144. price = 750000;
  8145. textures[] = {
  8146. { "Armée", "adac", {
  8147. "\ALAMOD_Skin\textures\armee\Orca_Army.paa"
  8148. }, "" },
  8149. { "Black", "cop", {
  8150. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_co.paa"
  8151. }, "" },
  8152. { "White / Blue", "civ", {
  8153. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_civilian_co.paa"
  8154. }, "" },
  8155. { "Digi Green", "civ", {
  8156. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_indp_co.paa"
  8157. }, "" },
  8158. { "Desert Digi", "reb", {
  8159. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_opfor_co.paa"
  8160. }, "" },
  8161. { "EMS White", "med", {
  8162. "#(argb,8,8,3)color(1,1,1,0.8)"
  8163. }, "" }
  8164. };
  8165. };
  8166.  
  8167. class B_SDV_01_F {
  8168. vItemSpace = 1000;
  8169. conditions = "";
  8170. price = 1500000;
  8171. textures[] = {};
  8172. };
  8173. };
Advertisement
Add Comment
Please, Sign In to add comment