Advertisement
Guest User

vehicles config ak1lz

a guest
Aug 27th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.00 KB | None | 0 0
  1. class CarShops {
  2. /*
  3. Format:
  4. { Classname, rental price, license required, { varname, >= value } }
  5.  
  6. { varname, >= value} this is a "level" requirement mainly used by cops and rebels, do not fill this in if you are not utilizing it.
  7. */
  8. class civ_car {
  9. side = "civ";
  10. vehicles[] = {
  11. { "B_Quadbike_01_F", 2500, "" },
  12. { "C_Hatchback_01_F", 9500, "driver" },
  13. { "C_Offroad_01_F", 12500, "driver" },
  14. { "C_SUV_01_F", 30000, "driver" },
  15. { "C_Hatchback_01_sport_F", 40000, "driver" },
  16. { "C_Van_01_transport_F", 45000, "driver" }
  17. };
  18. };
  19.  
  20. class kart_shop {
  21. side = "civ";
  22. vehicles[] = {
  23. { "C_Kart_01_Blu_F", 15000 , "driver" },
  24. { "C_Kart_01_Fuel_F", 15000, "driver" },
  25. { "C_Kart_01_Red_F", 15000, "driver" },
  26. { "C_Kart_01_Vrana_F", 15000, "driver" }
  27. };
  28. };
  29.  
  30. class med_shop {
  31. side = "med";
  32. vehicles[] = {
  33. { "C_Offroad_01_F", 10000, "" },
  34. { "I_Truck_02_medical_F", 25000, "" },
  35. { "O_Truck_03_medical_F", 45000, "" },
  36. { "B_Truck_01_medical_F", 60000, "" }
  37. };
  38. };
  39.  
  40. class med_air_hs {
  41. side = "med";
  42. vehicles[] = {
  43. { "B_Heli_Light_01_F", 50000, "mAir" },
  44. { "O_Heli_Light_02_unarmed_F", 75000, "mAir" }
  45. };
  46. };
  47.  
  48. class civ_truck {
  49. side = "civ";
  50. vehicles[] = {
  51. { "C_Van_01_box_F", 6000, "truck" },
  52. { "I_Truck_02_transport_F", 7500, "truck" },
  53. { "I_Truck_02_covered_F", 10000, "truck" },
  54. { "B_Truck_01_transport_F", 27500, "truck" },
  55. { "O_Truck_03_transport_F", 20000, "truck" },
  56. { "O_Truck_03_covered_F", 25000, "truck" },
  57. { "B_Truck_01_box_F", 150000, "" },
  58. { "B_Truck_01_Repair_F", 250000, "" },
  59. { "B_Truck_01_ammo_F", 500000, "" },
  60. { "B_Truck_01_fuel_F", 250000, "" },
  61. { "O_Truck_03_device_F", 250000, "" }
  62. };
  63. };
  64.  
  65. class reb_car {
  66. side = "civ";
  67. vehicles[] = {
  68. { "B_Quadbike_01_F", 5000, "" },
  69. { "I_G_Offroad_01_F", 15000, "" },
  70. { "I_G_Offroad_01_armed_F", 75000, "" },
  71. { "I_MRAP_03_hmg_F", 500000, "" },
  72. { "I_MRAP_03_gmg_F", 750000, "" },
  73. { "I_APC_Wheeled_03_cannon_F", 1000000, "" },
  74. { "B_APC_Tracked_01_CRV_F", 100000, "" },
  75. { "B_MBT_01_cannon_F", 2500000, "" },
  76. { "B_MBT_01_arty_F", 3000000, "" },
  77. { "B_Truck_01_box_F", 150000, "" },
  78. { "B_Truck_01_Repair_F", 250000, "" },
  79. { "B_Truck_01_ammo_F", 500000, "" },
  80. { "B_Truck_01_fuel_F", 250000, "" },
  81. { "O_Truck_03_device_F", 250000, "" },
  82. { "O_Heli_Light_02_unarmed_F", 250000, "" },
  83. { "I_Heli_light_03_F", 750000, "" },
  84. { "B_Heli_Light_01_stripped_F", 150000, "" },
  85. { "B_Heli_Light_01_armed_F", 500000, "" },
  86. { "B_Heli_Transport_03_black_F", 1250000, "" },
  87. { "O_Heli_Attack_02_black_F", 1000000, "" },
  88. { "B_Heli_Attack_01_F", 7500000, "" },
  89. { "O_Heli_Transport_04_repair_F", 500000, "" },
  90. { "O_Heli_Transport_04_fuel_F", 500000, "" }
  91. };
  92. };
  93.  
  94. class cop_car {
  95. side = "cop";
  96. vehicles[] = {
  97. { "C_Offroad_01_F", 5000, ""},
  98. { "C_SUV_01_F", 20000, "" },
  99. { "B_MRAP_01_F", 30000, "", { "life_coplevel", 3 } }
  100. };
  101. };
  102.  
  103. class civ_air {
  104. side = "civ";
  105. vehicles[] = {
  106. { "B_Heli_Light_01_F", 253000, "pilot" },
  107. { "O_Heli_Light_02_unarmed_F", 750000, "pilot" }
  108. };
  109. };
  110.  
  111. class cop_air {
  112. side = "cop";
  113. vehicles[] = {
  114. { "B_Heli_Light_01_F", 75000, "cAir" },
  115. { "B_Heli_Transport_01_F", 200000, "cAir", { "life_coplevel", 3 } }
  116. };
  117. };
  118.  
  119. class cop_airhq {
  120. side = "civ";
  121. vehicles[] = {
  122. { "B_Heli_Light_01_F", 75000, "cAir" },
  123. { "B_Heli_Transport_01_F", 200000, "cAir", { "life_coplevel", 3 } },
  124. { "B_MRAP_01_hmg_F", 750000, "", { "life_coplevel", 3 } }
  125. };
  126. };
  127.  
  128. class cop_ship {
  129. side = "cop";
  130. vehicles[] = {
  131. { "B_Boat_Transport_01_F", 3000, "coastguard" },
  132. { "C_Boat_Civil_01_police_F", 20000, "coastguard" },
  133. { "B_Boat_Armed_01_minigun_F", 75000, "coastguard" },
  134. { "B_SDV_01_F", 100000, "coastguard" }
  135. };
  136. };
  137.  
  138. class civ_ship {
  139. side = "civ";
  140. vehicles[] = {
  141. { "C_Rubberboat", 5000, "boat" },
  142. { "C_Boat_Civil_01_F", 22000, "boat" },
  143. { "B_SDV_01_F", 150000, "boat" }
  144. };
  145. };
  146. };
  147.  
  148. /*
  149. Vehicle Configs (Contains textures and other stuff)
  150.  
  151. storageFee (Getting vehicles out of garage) format:
  152. INDEX 0: Civilian Price
  153. INDEX 1: Cop Price
  154. INDEX 3: EMS Price
  155. INDEX 4: OPFOR Price (Not implemented in vanilla but still leaving support
  156.  
  157. Textures config follows { Texture Name, side, {texture(s)path}}
  158. Texture(s)path follows this format:
  159. INDEX 0: Texture Layer 0
  160. INDEX 1: Texture Layer 1
  161. INDEX 2: Texture Layer 2
  162. etc etc etc
  163. */
  164. class CfgVehicles {
  165. class Default {
  166. vItemSpace = -1;
  167. storageFee[] = { 1000, 1000, 1000, 1000 };
  168. garageSell[] = { 0, 0, 0, 0 };
  169. insurance = 2500;
  170. chopShop = 1200;
  171. textures[] = {};
  172. };
  173.  
  174. class I_G_Offroad_01_F : Default {
  175. vItemSpace = 1500;
  176. storageFee[] = { 0, 0, 1500, 0 };
  177. garageSell[] = { 0, 0, 5000, 0 };
  178. chopShop = 10000;
  179. };
  180.  
  181. class I_G_Offroad_01_armed_F : Default {
  182. vItemSpace = 500;
  183. storageFee[] = { 0, 0, 1500, 0 };
  184. garageSell[] = { 0, 0, 50000, 0 };
  185. chopShop = 50000;
  186. };
  187.  
  188. class I_MRAP_03_hmg_F : Default {
  189. vItemSpace = 500;
  190. storageFee[] = { 0, 0, 1500, 0 };
  191. garageSell[] = { 0, 0, 5000, 0 };
  192. chopShop = 300000;
  193. };
  194.  
  195. class I_MRAP_03_gmg_F : Default {
  196. vItemSpace = 500;
  197. storageFee[] = { 0, 0, 1500, 0 };
  198. garageSell[] = { 0, 0, 5000, 0 };
  199. chopShop = 3000;
  200. };
  201.  
  202. class I_APC_Wheeled_03_cannon_F : Default {
  203. vItemSpace = 500;
  204. storageFee[] = { 0, 0, 1500, 0 };
  205. garageSell[] = { 0, 0, 5000, 0 };
  206. chopShop = 3000;
  207. };
  208.  
  209. class B_APC_Tracked_01_CRV_F : Default {
  210. vItemSpace = 500;
  211. storageFee[] = { 0, 0, 1500, 0 };
  212. garageSell[] = { 0, 0, 5000, 0 };
  213. chopShop = 3000;
  214. };
  215.  
  216. class B_MBT_01_cannon_F : Default {
  217. vItemSpace = 500;
  218. storageFee[] = { 0, 0, 1500, 0 };
  219. garageSell[] = { 0, 0, 5000, 0 };
  220. chopShop = 3000;
  221. };
  222.  
  223. class B_MBT_01_arty_F : Default {
  224. vItemSpace = 500;
  225. storageFee[] = { 0, 0, 1500, 0 };
  226. garageSell[] = { 0, 0, 5000, 0 };
  227. chopShop = 3000;
  228. };
  229.  
  230. class B_Truck_01_Repair_F : Default {
  231. vItemSpace = 500;
  232. storageFee[] = { 0, 0, 1500, 0 };
  233. garageSell[] = { 0, 0, 5000, 0 };
  234. chopShop = 100000;
  235. };
  236.  
  237. class B_Truck_01_ammo_F : Default {
  238. vItemSpace = 500;
  239. storageFee[] = { 0, 0, 1500, 0 };
  240. garageSell[] = { 0, 0, 5000, 0 };
  241. chopShop = 100000;
  242. };
  243.  
  244. class B_Truck_01_fuel_F : Default {
  245. vItemSpace = 500;
  246. storageFee[] = { 0, 0, 1500, 0 };
  247. garageSell[] = { 0, 0, 5000, 0 };
  248. chopShop = 100000;
  249. };
  250.  
  251. class I_Heli_light_03_F : Default {
  252. vItemSpace = 200;
  253. storageFee[] = { 0, 0, 1500, 0 };
  254. garageSell[] = { 0, 0, 5000, 0 };
  255. chopShop = 3000;
  256. };
  257.  
  258. class B_Heli_Light_01_stripped_F : Default {
  259. vItemSpace = 1000;
  260. storageFee[] = { 0, 0, 1500, 0 };
  261. garageSell[] = { 0, 0, 5000, 0 };
  262. chopShop = 75000;
  263. };
  264.  
  265. class B_Heli_Light_01_armed_F : Default {
  266. vItemSpace = 1000;
  267. storageFee[] = { 0, 0, 1500, 0 };
  268. garageSell[] = { 0, 0, 5000, 0 };
  269. chopShop = 3000;
  270. };
  271.  
  272. class B_Heli_Transport_03_black_F : Default {
  273. vItemSpace = 7500;
  274. storageFee[] = { 0, 0, 1500, 0 };
  275. garageSell[] = { 0, 0, 5000, 0 };
  276. chopShop = 300000;
  277. };
  278.  
  279. class O_Heli_Attack_02_black_F : Default {
  280. vItemSpace = 750;
  281. storageFee[] = { 0, 0, 1500, 0 };
  282. garageSell[] = { 0, 0, 5000, 0 };
  283. chopShop = 300000;
  284. };
  285.  
  286. class B_Heli_Attack_01_F : Default {
  287. vItemSpace = 2000;
  288. storageFee[] = { 0, 0, 1500, 0 };
  289. garageSell[] = { 0, 0, 5000, 0 };
  290. chopShop = 3000000;
  291. };
  292.  
  293. class O_Heli_Transport_04_repair_F : Default {
  294. vItemSpace = 1000;
  295. storageFee[] = { 0, 0, 1500, 0 };
  296. garageSell[] = { 0, 0, 5000, 0 };
  297. chopShop = 300000;
  298. };
  299.  
  300. class O_Heli_Transport_04_fuel_F : Default {
  301. vItemSpace = 1000;
  302. storageFee[] = { 0, 0, 1500, 0 };
  303. garageSell[] = { 0, 0, 5000, 0 };
  304. chopShop = 300000;
  305. };
  306.  
  307. class I_Truck_02_medical_F : Default {
  308. vItemSpace = 200;
  309. storageFee[] = { 0, 0, 1500, 0 };
  310. garageSell[] = { 0, 0, 5000, 0 };
  311. chopShop = 3000;
  312. };
  313.  
  314. class O_Truck_03_medical_F : Default {
  315. vItemSpace = 200;
  316. storageFee[] = { 0, 0, 3000, 0 };
  317. garageSell[] = { 0, 0, 10000, 0 };
  318. chopShop = 7500;
  319. };
  320.  
  321. class B_Truck_01_medical_F : Default {
  322. vItemSpace = 200;
  323. storageFee[] = { 0, 0, 6500, 0 };
  324. garageSell[] = { 0, 0, 25000, 0 };
  325. chopShop = 12500;
  326. };
  327.  
  328. class C_Rubberboat {
  329. vItemSpace = 200;
  330. storageFee[] = { 400, 300, 0, 0 };
  331. garageSell[] = { 950, 350, 0, 0 };
  332. insurance = 2500;
  333. chopShop = 5000;
  334. textures[] = { };
  335. };
  336.  
  337. class B_Heli_Transport_01_F {
  338. vItemSpace = 1000;
  339. storageFee[] = { 0, 50000, 0, 0 };
  340. garageSell[] = { 0, 85000, 0, 0 };
  341. insurance = 16000;
  342. chopShop = 45000;
  343. textures[] = {};
  344. };
  345.  
  346. class B_MRAP_01_hmg_F : Default {
  347. vItemSpace = 500;
  348. };
  349.  
  350. class O_Boat_Armed_01_hmg_F {
  351. vItemSpace = 500;
  352. storageFee[] = { 1000, 0, 0, 0 };
  353. garageSell[] = { 21000, 21000, 0, 0 };
  354. insurance = 2500;
  355. chopShop = 5000;
  356. textures[] = { };
  357. };
  358.  
  359. class B_Boat_Armed_01_minigun_F {
  360. vItemSpace = 500;
  361. storageFee[] = { 0, 16500, 0, 0 };
  362. garageSell[] = { 0, 21000, 0, 0 };
  363. insurance = 2500;
  364. chopShop = 5000;
  365. textures[] = { };
  366. };
  367.  
  368. class I_Boat_Armed_01_minigun_F {
  369. vItemSpace = 500;
  370. storageFee[] = { 1000, 0, 0, 0 };
  371. insurance = 2500;
  372. chopShop = 5000;
  373. textures[] = { };
  374. };
  375.  
  376. class B_G_Boat_Transport_01_F {
  377. vItemSpace = 500;
  378. storageFee[] = { 1000, 0, 0, 0 };
  379. insurance = 2500;
  380. chopShop = 5000;
  381. textures[] = { };
  382. };
  383.  
  384. class B_Boat_Transport_01_F {
  385. vItemSpace = 500;
  386. storageFee[] = { 0, 450, 0, 0 };
  387. garageSell[] = { 0, 850, 0, 0 };
  388. insurance = 2500;
  389. chopShop = 5000;
  390. textures[] = { };
  391. };
  392.  
  393. class O_Truck_03_transport_F {
  394. vItemSpace = 5000;
  395. storageFee[] = { 1000, 0, 0, 0 };
  396. insurance = 2500;
  397. chopShop = 5000;
  398. textures[] = { };
  399. };
  400.  
  401. class O_Truck_03_device_F {
  402. vItemSpace = 2500;
  403. storageFee[] = { 95000, 0, 0, 0 };
  404. garageSell[] = { 185000, 0, 0, 0 };
  405. insurance = 25000;
  406. chopShop = 125000;
  407. textures[] = { };
  408. };
  409.  
  410. class Land_CargoBox_V1_F : Default {
  411. vItemSpace = 10000;
  412. };
  413.  
  414. class Box_IND_Grenades_F : Default {
  415. vItemSpace = 350;
  416. };
  417.  
  418. class B_supplyCrate_F {
  419. vItemSpace = 700;
  420. };
  421.  
  422. class B_G_Offroad_01_F {
  423. vItemSpace = 1000;
  424. storageFee[] = { 1000, 0, 0, 0 };
  425. garageSell[] = { 3500, 0, 0, 0 };
  426. insurance = 2500;
  427. chopShop = 5000;
  428. textures[] = { };
  429. };
  430.  
  431. class B_G_Offroad_01_armed_F : B_G_Offroad_01_F {};
  432.  
  433. class I_G_Van_01_transport_F {
  434. vItemSpace = 1000;
  435. storageFee[] = { 1000, 0, 0, 0 };
  436. insurance = 2500;
  437. chopShop = 5000;
  438. textures[] = { };
  439. };
  440.  
  441. class C_Boat_Civil_01_F {
  442. vItemSpace = 285;
  443. storageFee[] = { 4500, 2500, 0, 0 };
  444. garageSell[] = { 6800, 3500, 0, 0 };
  445. insurance = 2500;
  446. chopShop = 5000;
  447. textures[] = { };
  448. };
  449.  
  450. class C_Boat_Civil_01_police_F {
  451. vItemSpace = 285;
  452. storageFee[] = { 0, 3500, 0, 0 };
  453. garageSell[] = { 0, 4950, 0, 0 };
  454. insurance = 2500;
  455. chopShop = 5000;
  456. textures[] = { };
  457. };
  458.  
  459. class C_Boat_Civil_01_rescue_F {
  460. vItemSpace = 285;
  461. storageFee[] = { 1000, 0, 0, 0 };
  462. insurance = 2500;
  463. chopShop = 5000;
  464. textures[] = { };
  465. };
  466.  
  467. class B_Truck_01_box_F {
  468. vItemSpace = 1500;
  469. storageFee[] = { 35000, 0, 0, 0 };
  470. garageSell[] = { 150000, 0, 0, 0 };
  471. insurance = 2500;
  472. chopShop = 5000;
  473. textures[] = { };
  474. };
  475.  
  476. class B_Truck_01_transport_F {
  477. vItemSpace = 2500;
  478. storageFee[] = { 25650, 0, 0, 0 };
  479. garageSell[] = { 135000, 0, 0, 0 };
  480. insurance = 2500;
  481. chopShop = 5000;
  482. textures[] = { };
  483. };
  484.  
  485. class O_MRAP_02_F {
  486. vItemSpace = 500;
  487. storageFee[] = { 45000, 0, 0, 0 };
  488. garageSell[] = { 65000, 0, 0, 0 };
  489. insurance = 2500;
  490. chopShop = 5000;
  491. textures[] = { };
  492. };
  493.  
  494. class I_MRAP_03_F {
  495. vItemSpace = 500;
  496. storageFee[] = { 1000, 0, 0, 0 };
  497. insurance = 2500;
  498. chopShop = 5000;
  499. textures[] = { };
  500. };
  501.  
  502. class C_Offroad_01_F {
  503. vItemSpace = 750;
  504. storageFee[] = { 1000, 500, 650, 1000 };
  505. garageSell[] = { 6500, 2500, 0, 0 };
  506. insurance = 2500;
  507. chopShop = 2500;
  508. textures[] = {
  509. { "Red", "civ", {
  510. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_co.paa",
  511. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_co.paa"
  512. } },
  513. { "Yellow", "civ", {
  514. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa",
  515. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa"
  516. } },
  517. { "White", "civ", {
  518. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE02_CO.paa",
  519. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE02_CO.paa"
  520. } },
  521. { "Blue", "civ", {
  522. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE03_CO.paa",
  523. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE03_CO.paa"
  524. } },
  525. { "Dark Red", "civ", {
  526. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE04_CO.paa",
  527. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE04_CO.paa"
  528. } },
  529. { "Blue / White", "civ", {
  530. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE05_CO.paa",
  531. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE05_CO.paa"
  532. } },
  533. { "Fed", "fed", {
  534. "#(ai,64,64,1)Fresnel(0.3,3)"
  535. } },
  536. { "Police", "cop", {
  537. "#(ai,64,64,1)Fresnel(1.3,7)"
  538. } },
  539. { "Taxi", "civ", {
  540. "#(argb,8,8,3)color(0.6,0.3,0.01,1)"
  541. } }
  542. };
  543. };
  544.  
  545. class C_Kart_01_Blu_F {
  546. vItemSpace = 200;
  547. storageFee[] = { 1500, 0, 0, 0 };
  548. garageSell[] = { 3500, 0, 0, 0 };
  549. inusrance = 1650;
  550. chopShop = 3500;
  551. textures[] = {};
  552. };
  553.  
  554. class C_Kart_01_Fuel_F : C_Kart_01_Blu_F {}; //Inherits everything from the above class
  555. class C_Kart_01_Red_F : C_Kart_01_Blu_F {}; //Inherits everything from the above class
  556. class C_Kart_01_Vrana_F : C_Kart_01_Blu_F {}; //Inherits everything from the above class
  557.  
  558. class C_Hatchback_01_sport_F {
  559. vItemSpace = 500;
  560. storageFee[] = { 2500, 1000, 0, 0 };
  561. garageSell[] = { 15000, 7500, 0, 0 };
  562. insurance = 5500;
  563. chopShop = 4500;
  564. textures[] = {
  565. { "Red", "civ", {
  566. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport01_co.paa"
  567. } },
  568. { "Dark Blue", "civ", {
  569. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport02_co.paa"
  570. } },
  571. { "Orange", "civ", {
  572. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport03_co.paa"
  573. } },
  574. { "Black / White", "civ", {
  575. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport04_co.paa"
  576. } },
  577. { "Beige", "civ", {
  578. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport05_co.paa"
  579. } },
  580. { "Green", "civ", {
  581. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport06_co.paa"
  582. } },
  583. { "Police", "cop", {
  584. "#(ai,64,64,1)Fresnel(1.3,7)"
  585. } }
  586. };
  587. };
  588.  
  589. class B_Quadbike_01_F {
  590. vItemSpace = 200;
  591. storageFee[] = { 1000, 0, 0, 0 };
  592. garageSell[] = { 950, 0, 0, 0 };
  593. insurance = 2500;
  594. chopShop = 5000;
  595. textures[] = {
  596. { "Brown", "cop", {
  597. "\A3\Soft_F\Quadbike_01\Data\Quadbike_01_co.paa"
  598. } },
  599. { "Digi Desert", "reb", {
  600. "\A3\Soft_F\Quadbike_01\Data\quadbike_01_opfor_co.paa"
  601. } },
  602. { "Black", "civ", {
  603. "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_black_co.paa"
  604. } },
  605. { "Blue", "civ", {
  606. "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_blue_co.paa"
  607. } },
  608. { "Red", "civ", {
  609. "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_red_co.paa"
  610. } },
  611. { "White", "civ", {
  612. "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_white_co.paa"
  613. } },
  614. { "Digi Green", "civ", {
  615. "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_indp_co.paa"
  616. } },
  617. { "Hunter Camo", "civ", {
  618. "\a3\soft_f_gamma\Quadbike_01\data\quadbike_01_indp_hunter_co.paa"
  619. } },
  620. { "Rebel Camo", "reb", {
  621. "\a3\soft_f_gamma\Quadbike_01\data\quadbike_01_indp_hunter_co.paa"
  622. } }
  623. };
  624. };
  625.  
  626. class I_Truck_02_covered_F {
  627. vItemSpace = 2000;
  628. storageFee[] = { 14500, 0, 0, 0 };
  629. garageSell[] = { 62000, 0, 0, 0 };
  630. insurance = 6500;
  631. chopShop = 20000;
  632. textures[] = {
  633. { "Orange", "civ", {
  634. "\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa",
  635. "\a3\soft_f_beta\Truck_02\data\truck_02_kuz_co.paa"
  636. } },
  637. { "Black", "fed", {
  638. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  639. } }
  640. };
  641. };
  642.  
  643. class I_Truck_02_transport_F : I_Truck_02_covered_F {
  644. vItemSpace = 2000;
  645. storageFee[] = { 12000, 0, 0, 0 };
  646. garageSell[] = { 49800, 3500, 0, 0 };
  647. };
  648.  
  649. class O_Truck_03_covered_F {
  650. vItemSpace = 2000;
  651. storageFee[] = { 25000, 0, 0, 0 };
  652. garageSell[] = { 65000, 0, 0, 0 };
  653. insurance = 2500;
  654. chopShop = 5000;
  655. textures[] = {};
  656. };
  657.  
  658. class C_Hatchback_01_F {
  659. vItemSpace = 500;
  660. storageFee[] = { 1000, 0, 0, 0 };
  661. garageSell[] = { 4500, 3500, 0, 0 };
  662. insurance = 2500;
  663. chopShop = 5000;
  664. textures[] = {
  665. { "Beige", "civ", {
  666. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base01_co.paa"
  667. } },
  668. { "Green", "civ", {
  669. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base02_co.paa"
  670. } },
  671. { "Blue", "civ", {
  672. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base03_co.paa"
  673. } },
  674. { "Dark Blue", "civ", {
  675. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base04_co.paa"
  676. } },
  677. { "Yellow", "civ", {
  678. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base06_co.paa"
  679. } },
  680. { "White", "civ", {
  681. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base07_co.paa"
  682. } },
  683. { "Grey", "civ", {
  684. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base08_co.paa"
  685. } },
  686. { "Black", "civ", {
  687. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base09_co.paa"
  688. } }
  689. };
  690. };
  691.  
  692. class C_SUV_01_F {
  693. vItemSpace = 750;
  694. storageFee[] = { 1000, 0, 0, 0 };
  695. garageSell[] = { 15000, 7500, 0, 0 };
  696. insurance = 2500;
  697. chopShop = 5000;
  698. textures[] = {
  699. { "Dark Red", "civ", {
  700. "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_co.paa"
  701. } },
  702. { "Black", "cop", {
  703. "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_02_co.paa"
  704. } },
  705. { "Silver", "civ", {
  706. "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_03_co.paa"
  707. } },
  708. { "Orange", "civ", {
  709. "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_04_co.paa"
  710. } },
  711. { "Cop", "cop", {
  712. "#(ai,64,64,1)Fresnel(1.3,7)"
  713. } }
  714. };
  715. };
  716.  
  717. class C_Van_01_transport_F {
  718. vItemSpace = 1000;
  719. storageFee[] = { 1000, 0, 0, 0 };
  720. garageSell[] = { 25000, 0, 0, 0 };
  721. insurance = 2500;
  722. chopShop = 5000;
  723. textures[] = {
  724. { "White", "civ", {
  725. "\a3\soft_f_gamma\Van_01\Data\van_01_ext_co.paa"
  726. } },
  727. { "Red", "civ", {
  728. "\a3\soft_f_gamma\Van_01\Data\van_01_ext_red_co.paa"
  729. } }
  730. };
  731. };
  732.  
  733. class C_Van_01_box_F {
  734. vItemSpace = 1500;
  735. storageFee[] = { 1000, 0, 0, 0 };
  736. garageSell[] = { 35000, 0, 0, 0 };
  737. insurance = 2500;
  738. chopShop = 5000;
  739. textures[] = {
  740. { "White", "civ", {
  741. "\a3\soft_f_gamma\Van_01\Data\van_01_ext_co.paa"
  742. } },
  743. { "Red", "civ", {
  744. "\a3\soft_f_gamma\Van_01\Data\van_01_ext_red_co.paa"
  745. } }
  746. };
  747. };
  748. class B_MRAP_01_F {
  749. vItemSpace = 500;
  750. storageFee[] = { 0, 7500, 0, 0 };
  751. garageSell[] = { 0, 10000, 0, 0 };
  752. insurance = 2500;
  753. chopShop = 5000;
  754. textures[] = {
  755. { "Regular", "cop", {
  756. "\A3\Soft_F\MRAP_01\Data\mrap_01_base_co.paa"
  757. } },
  758. { "Black", "fed", {
  759. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  760. } }
  761. };
  762. };
  763.  
  764. class B_Heli_Light_01_F {
  765. vItemSpace = 1000;
  766. storageFee[] = { 45000, 19500, 0, 0 };
  767. garageSell[] = { 57000, 35000, 0, 0 };
  768. insurance = 2500;
  769. chopShop = 5000;
  770. textures[] = {
  771. { "Sheriff", "cop", {
  772. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sheriff_co.paa"
  773. } },
  774. { "Black", "fed", {
  775. "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_ion_co.paa"
  776. } },
  777. { "Civ Blue", "civ", {
  778. "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_blue_co.paa"
  779. } },
  780. { "Civ Red", "civ", {
  781. "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_co.paa"
  782. } },
  783. { "Digi Green", "donate", {
  784. "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_indp_co.paa"
  785. } },
  786. { "Blueline", "civ", {
  787. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_blueline_co.paa"
  788. } },
  789. { "Elliptical", "civ", {
  790. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_elliptical_co.paa"
  791. } },
  792. { "Furious", "civ", {
  793. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_furious_co.paa"
  794. } },
  795. { "Jeans Blue", "civ", {
  796. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_jeans_co.paa"
  797. } },
  798. { "Speedy Redline", "civ", {
  799. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_speedy_co.paa"
  800. } },
  801. { "Sunset", "civ", {
  802. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sunset_co.paa"
  803. } },
  804. { "Vrana", "civ", {
  805. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_vrana_co.paa"
  806. } },
  807. { "Waves Blue", "civ", {
  808. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_wave_co.paa"
  809. } },
  810. { "Rebel Digital", "reb", {
  811. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_digital_co.paa"
  812. } },
  813. { "EMS White", "med", {
  814. "#(argb,8,8,3)color(1,1,1,0.8)"
  815. } }
  816. };
  817. };
  818.  
  819. class O_Heli_Light_02_unarmed_F {
  820. vItemSpace = 2500;
  821. storageFee[] = { 55000, 0, 22000, 0 };
  822. garageSell[] = { 72500, 0, 35000, 0 };
  823. insurance = 2500;
  824. chopShop = 5000;
  825. textures[] = {
  826. { "Black", "fed", {
  827. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_co.paa"
  828. } },
  829. { "White / Blue", "civ", {
  830. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_civilian_co.paa"
  831. } },
  832. { "Digi Green", "donate", {
  833. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_indp_co.paa"
  834. } },
  835. { "Desert Digi", "reb", {
  836. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_opfor_co.paa"
  837. } },
  838. { "EMS White", "med", {
  839. "#(argb,8,8,3)color(1,1,1,0.8)"
  840. } }
  841. };
  842. };
  843.  
  844. class I_Heli_Transport_02_F {
  845. vItemSpace = 2500;
  846. storageFee[] = { 75000, 0, 0, 0 };
  847. garageSell[] = { 125000, 0, 0, 0 };
  848. insurance = 2500;
  849. chopShop = 5000;
  850. textures[] = {
  851. { "Ion", "civ", {
  852. "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_1_ion_co.paa",
  853. "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_2_ion_co.paa",
  854. "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_3_ion_co.paa"
  855. } },
  856. { "Dahoman", "civ", {
  857. "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_1_dahoman_co.paa",
  858. "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_2_dahoman_co.paa",
  859. "\a3\air_f_beta\Heli_Transport_02\Data\Skins\heli_transport_02_3_dahoman_co.paa"
  860. } }
  861. };
  862. };
  863. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement