Advertisement
Buly

CfgLoot.hpp - Epoch 1.0.5.1

Jul 10th, 2014
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 12.78 KB | None | 0 0
  1. #include "CfgLootSmall.hpp"
  2. class CfgLoot {
  3.     trash[] = {
  4.         {"TrashTinCan",0.5}
  5.         ,{"TrashJackDaniels",0.05}
  6.         ,{"ItemSodaEmpty",0.25}
  7.         ,{"ItemTrashToiletpaper",0.1}
  8.         ,{"ItemTrashRazor",0.1}
  9.     };
  10.     civilian[] = {
  11.         {"FoodCanUnlabeled",0.07}
  12.         ,{"TrashJackDaniels",0.08}
  13.         ,{"ItemSodaEmpty",0.08}
  14.         ,{"ItemSodaCoke",0.09}
  15.         ,{"ItemSodaPepsi",0.09}
  16.         ,{"FoodCanBakedBeans",0.05}
  17.         ,{"FoodCanSardines",0.05}
  18.         ,{"FoodCanFrankBeans",0.05}
  19.         ,{"FoodCanPasta",0.05}
  20.         ,{"8Rnd_9x18_Makarov",0.07}
  21.         ,{"7Rnd_45ACP_1911",0.05}
  22.         ,{"2Rnd_shotgun_74Slug",0.05}
  23.         ,{"2Rnd_shotgun_74Pellets",0.05}
  24.         ,{"ItemBandage",0.06}
  25.         ,{"ItemPainkiller",0.06}
  26.         ,{"FoodBioMeat",0.01}
  27.         ,{"8Rnd_9x18_MakarovSD",0.01}
  28.         ,{"ItemDocument",0.03}
  29.     };
  30.     office2[] = {
  31.         {"FoodCanUnlabeled",0.07}
  32.         ,{"TrashJackDaniels",0.08}
  33.         ,{"ItemSodaEmpty",0.08}
  34.         ,{"ItemSodaCoke",0.09}
  35.         ,{"ItemSodaPepsi",0.09}
  36.         ,{"FoodCanBakedBeans",0.05}
  37.         ,{"FoodCanSardines",0.05}
  38.         ,{"FoodCanFrankBeans",0.05}
  39.         ,{"FoodCanPasta",0.05}
  40.         ,{"8Rnd_9x18_Makarov",0.07}
  41.         ,{"7Rnd_45ACP_1911",0.05}
  42.         ,{"2Rnd_shotgun_74Slug",0.05}
  43.         ,{"2Rnd_shotgun_74Pellets",0.05}
  44.         ,{"ItemBandage",0.06}
  45.         ,{"ItemPainkiller",0.06}
  46.         ,{"FoodBioMeat",0.01}
  47.         ,{"8Rnd_9x18_MakarovSD",0.01}
  48.         ,{"ItemBriefcaseEmpty",0.01}
  49.         ,{"ItemDocument",0.02}
  50.     };
  51.     food[] = {
  52.         {"TrashTinCan",0.09}
  53.         ,{"TrashJackDaniels",0.12}
  54.         ,{"ItemSodaEmpty",0.12}
  55.         ,{"ItemSodaCoke",0.09}
  56.         ,{"ItemSodaPepsi",0.11}
  57.         ,{"FoodCanBakedBeans",0.07}
  58.         ,{"FoodCanSardines",0.07}
  59.         ,{"FoodCanFrankBeans",0.07}
  60.         ,{"FoodCanPasta",0.07}
  61.         ,{"FoodCanUnlabeled",0.1}
  62.         ,{"FoodPistachio",0.05}
  63.         ,{"FoodNutmix",0.04}
  64.     };
  65.     office[] = {
  66.         {"FoodCanUnlabeled",0.06}
  67.         ,{"ItemSodaEmpty",0.06}
  68.         ,{"ItemSodaCoke",0.06}
  69.         ,{"ItemSodaPepsi",0.04}
  70.         ,{"TrashJackDaniels",0.04}
  71.         ,{"FoodCanBakedBeans",0.01}
  72.         ,{"FoodCanSardines",0.01}
  73.         ,{"FoodCanFrankBeans",0.01}
  74.         ,{"FoodCanPasta",0.01}
  75.         ,{"ItemWaterbottleUnfilled",0.01}
  76.         ,{"ItemWaterbottle",0.01}
  77.         ,{"ItemBandage",0.07}
  78.         ,{"7Rnd_45ACP_1911",0.03}
  79.         ,{"5x_22_LR_17_HMR",0.01}
  80.         ,{"10x_303",0.04}
  81.         ,{"6Rnd_45ACP",0.04}
  82.         ,{"2Rnd_shotgun_74Slug",0.05}
  83.         ,{"2Rnd_shotgun_74Pellets",0.05}
  84.         ,{"8Rnd_9x18_Makarov",0.08}
  85.         ,{"15Rnd_W1866_Slug",0.02}
  86.         ,{"WoodenArrow",0.04}
  87.         ,{"HandRoadFlare",0.07}
  88.         ,{"ItemPainkiller",0.02}
  89.         ,{"HandChemGreen",0.01}
  90.         ,{"HandChemBlue",0.03}
  91.         ,{"HandChemRed",0.03}
  92.         ,{"ItemHeatPack",0.03}
  93.         ,{"ItemLockbox",0.04}
  94.         ,{"ItemDocument",0.02}
  95.     };
  96.     generic[] = {
  97.         {"FoodCanUnlabeled",0.06}
  98.         ,{"ItemSodaEmpty",0.06}
  99.         ,{"ItemSodaCoke",0.06}
  100.         ,{"ItemSodaPepsi",0.04}
  101.         ,{"TrashJackDaniels",0.04}
  102.         ,{"FoodCanBakedBeans",0.01}
  103.         ,{"FoodCanSardines",0.01}
  104.         ,{"FoodCanFrankBeans",0.01}
  105.         ,{"FoodCanPasta",0.01}
  106.         ,{"ItemWaterbottleUnfilled",0.01}
  107.         ,{"ItemWaterbottle",0.01}
  108.         ,{"ItemBandage",0.11}
  109.         ,{"7Rnd_45ACP_1911",0.03}
  110.         ,{"5x_22_LR_17_HMR",0.01}
  111.         ,{"10x_303",0.04}
  112.         ,{"6Rnd_45ACP",0.04}
  113.         ,{"2Rnd_shotgun_74Slug",0.05}
  114.         ,{"2Rnd_shotgun_74Pellets",0.05}
  115.         ,{"8Rnd_9x18_Makarov",0.09}
  116.         ,{"15Rnd_W1866_Slug",0.02}
  117.         ,{"WoodenArrow",0.04}
  118.         ,{"HandRoadFlare",0.07}
  119.         ,{"ItemPainkiller",0.02}
  120.         ,{"HandChemGreen",0.01}
  121.         ,{"HandChemBlue",0.03}
  122.         ,{"HandChemRed",0.03}
  123.         ,{"ItemHeatPack",0.04}
  124.     };
  125.     medical[] = {
  126.         {"ItemBandage",0.4}
  127.         ,{"ItemPainkiller",0.15}
  128.         ,{"ItemMorphine",0.2}
  129.         ,{"ItemEpinephrine",0.1}
  130.         ,{"ItemAntibiotic",0.1}
  131.         ,{"ItemHeatPack",0.05}
  132.     };
  133.     hospital[] = {
  134.         {"ItemBandage",0.33}
  135.         ,{"ItemPainkiller",0.16}
  136.         ,{"ItemMorphine",0.13}
  137.         ,{"ItemEpinephrine",0.09}
  138.         ,{"ItemBloodbag",0.17}
  139.         ,{"ItemAntibiotic",0.12}
  140.     };
  141.     military[] = {
  142.         {"FoodCanUnlabeled",0.07}
  143.         ,{"ItemSodaEmpty",0.04}
  144.         ,{"ItemSodaCoke",0.01}
  145.         ,{"ItemSodaPepsi",0.01}
  146.         ,{"ItemBandage",0.04}
  147.         ,{"ItemAntibiotic",0.04}
  148.         ,{"ItemPainkiller",0.04}
  149.         ,{"ItemMorphine",0.01}
  150.         ,{"30Rnd_556x45_Stanag",0.04}
  151.         ,{"20Rnd_762x51_DMR",0.04}
  152.         ,{"17Rnd_9x19_glock17",0.05}
  153.         ,{"15Rnd_9x19_M9SD",0.01}
  154.         ,{"15Rnd_9x19_M9",0.02}
  155.         ,{"30Rnd_762x39_AK47",0.04}
  156.         ,{"30Rnd_545x39_AK",0.04}
  157.         ,{"5Rnd_762x51_M24",0.01}
  158.         ,{"5Rnd_86x70_L115A1",0.01}
  159.         ,{"8Rnd_B_Beneli_74Slug",0.04}
  160.         ,{"1Rnd_HE_M203",0.01}
  161.         ,{"FlareWhite_M203",0.01}
  162.         ,{"FlareGreen_M203",0.01}
  163.         ,{"1Rnd_Smoke_M203",0.01}
  164.         ,{"200Rnd_556x45_M249",0.01}
  165.         ,{"HandGrenade_west",0.01}
  166.         ,{"HandGrenade_east",0.01}
  167.         ,{"SmokeShell",0.04}
  168.         ,{"SmokeShellRed",0.02}
  169.         ,{"SmokeShellGreen",0.02}
  170.         ,{"8Rnd_B_Beneli_Pellets",0.04}
  171.         ,{"30Rnd_556x45_StanagSD",0.01}
  172.         ,{"30Rnd_9x19_MP5",0.02}
  173.         ,{"30Rnd_9x19_MP5SD",0.01}
  174.         ,{"100Rnd_762x51_M240",0.01}
  175.         ,{"HandChemGreen",0.02}
  176.         ,{"HandChemBlue",0.02}
  177.         ,{"HandChemRed",0.02}
  178.         ,{"ItemHeatPack",0.04}
  179.         ,{"FoodMRE",0.03}
  180.         ,{"8Rnd_9x18_MakarovSD",0.01}
  181.         ,{"20Rnd_B_765x17_Ball",0.04}
  182.         ,{"30Rnd_9x19_UZI_SD",0.01}
  183.         ,{"ItemDocument",0.02}
  184.     };
  185.     militarypilot[] = {
  186.         {"FoodCanUnlabeled",0.06}
  187.         ,{"ItemSodaEmpty",0.04}
  188.         ,{"ItemSodaCoke",0.01}
  189.         ,{"ItemSodaPepsi",0.01}
  190.         ,{"ItemBandage",0.04}
  191.         ,{"ItemAntibiotic",0.04}
  192.         ,{"ItemPainkiller",0.04}
  193.         ,{"ItemMorphine",0.01}
  194.         ,{"30Rnd_556x45_Stanag",0.04}
  195.         ,{"20Rnd_762x51_DMR",0.04}
  196.         ,{"17Rnd_9x19_glock17",0.05}
  197.         ,{"15Rnd_9x19_M9SD",0.01}
  198.         ,{"15Rnd_9x19_M9",0.02}
  199.         ,{"30Rnd_762x39_AK47",0.04}
  200.         ,{"30Rnd_545x39_AK",0.04}
  201.         ,{"5Rnd_762x51_M24",0.01}
  202.         ,{"5Rnd_86x70_L115A1",0.01}
  203.         ,{"8Rnd_B_Beneli_74Slug",0.04}
  204.         ,{"1Rnd_HE_M203",0.01}
  205.         ,{"FlareWhite_M203",0.01}
  206.         ,{"FlareGreen_M203",0.01}
  207.         ,{"1Rnd_Smoke_M203",0.01}
  208.         ,{"200Rnd_556x45_M249",0.01}
  209.         ,{"HandGrenade_west",0.01}
  210.         ,{"HandGrenade_east",0.01}
  211.         ,{"SmokeShell",0.04}
  212.         ,{"SmokeShellRed",0.02}
  213.         ,{"SmokeShellGreen",0.02}
  214.         ,{"8Rnd_B_Beneli_Pellets",0.04}
  215.         ,{"30Rnd_556x45_StanagSD",0.01}
  216.         ,{"30Rnd_9x19_MP5",0.02}
  217.         ,{"30Rnd_9x19_MP5SD",0.01}
  218.         ,{"100Rnd_762x51_M240",0.01}
  219.         ,{"HandChemGreen",0.02}
  220.         ,{"HandChemBlue",0.02}
  221.         ,{"HandChemRed",0.02}
  222.         ,{"ItemHeatPack",0.04}
  223.         ,{"FoodMRE",0.03}
  224.         ,{"8Rnd_9x18_MakarovSD",0.01}
  225.         ,{"20Rnd_B_765x17_Ball",0.04}
  226.         ,{"30Rnd_9x19_UZI_SD",0.01}
  227.         ,{"ItemHotwireKit",0.03}
  228.     };
  229.     policeman[] = {
  230.         {"ItemBandage",0.3}
  231.         ,{"7Rnd_45ACP_1911",0.08}
  232.         ,{"6Rnd_45ACP",0.08}
  233.         ,{"15Rnd_W1866_Slug",0.14}
  234.         ,{"8Rnd_B_Beneli_Pellets",0.16}
  235.         ,{"HandRoadFlare",0.07}
  236.         ,{"8Rnd_9x18_MakarovSD",0.01}
  237.         ,{"ItemComboLock",0.05}
  238.         ,{"SmokeShell",0.04}
  239.         ,{"FoodMRE",0.04}
  240.         ,{"ItemHotwireKit",0.03}
  241.         ,{"ItemDocument",0.02}
  242.     };
  243.     hunter[] = {
  244.         {"ItemBandage",0.4}
  245.         ,{"5x_22_LR_17_HMR",0.15}
  246.         ,{"7Rnd_45ACP_1911",0.03}
  247.         ,{"10x_303",0.1}
  248.         ,{"ItemWaterbottleUnfilled",0.05}
  249.         ,{"WoodenArrow",0.2}
  250.         ,{"ItemHeatPack",0.02}
  251.         ,{"FoodMRE",0.01}
  252.         ,{"FoodNutmix",0.02}
  253.         ,{"ItemDocument",0.01}
  254.         ,{"ItemMixOil",0.01}
  255.     };
  256.     worker[] = {
  257.         {"FoodCanUnlabeled",0.09}
  258.         ,{"TrashJackDaniels",0.09}
  259.         ,{"ItemSodaEmpty",0.1}
  260.         ,{"ItemSodaCoke",0.1}
  261.         ,{"ItemSodaPepsi",0.1}
  262.         ,{"FoodCanBakedBeans",0.06}
  263.         ,{"FoodCanSardines",0.06}
  264.         ,{"FoodCanFrankBeans",0.06}
  265.         ,{"FoodCanPasta",0.06}
  266.         ,{"ItemBandage",0.1}
  267.         ,{"ItemPainkiller",0.06}
  268.         ,{"ItemWire",0.01}
  269.         ,{"ItemTankTrap",0.03}
  270.         ,{"ItemComboLock",0.04}
  271.         ,{"ItemSledgeHead",0.02}
  272.         ,{"ItemDocument",0.02}
  273.     };
  274.     clothes[] = {
  275.         {"Skin_RU_Policeman_DZ",0.11}
  276.         ,{"Skin_Pilot_EP1_DZ",0.1}
  277.         ,{"Skin_Functionary1_EP1_DZ",0.1}
  278.         ,{"Skin_Priest_DZ",0.1}
  279.         ,{"Skin_Rocker1_DZ",0.07}
  280.         ,{"Skin_Rocker2_DZ",0.07}
  281.         ,{"Skin_Rocker3_DZ",0.08}
  282.         ,{"Skin_Rocker4_DZ",0.08}
  283.         ,{"Skin_SurvivorW3_DZ",0.09}
  284.         ,{"Skin_SurvivorWpink_DZ",0.09}
  285.         ,{"Skin_SurvivorWurban_DZ",0.07}
  286.         ,{"Skin_INS_Bardak_DZ",0.02}
  287.         ,{"Skin_INS_Worker2_DZ",0.02}
  288.     };
  289.     militaryclothes[] = {
  290.         {"Skin_Camo1_DZ",0.09}
  291.         ,{"Skin_Sniper1_DZ",0.08}
  292.         ,{"Skin_Rocket_DZ",0.05}
  293.         ,{"Skin_Soldier1_DZ",0.5}
  294.         ,{"Skin_Drake_Light_DZ",0.07}
  295.         ,{"Skin_Soldier_TL_PMC_DZ",0.07}
  296.         ,{"Skin_Soldier_Sniper_PMC_DZ",0.05}
  297.         ,{"Skin_Soldier_Bodyguard_AA12_PMC_DZ",0.07}
  298.         ,{"Skin_CZ_Special_Forces_GL_DES_EP1_DZ",0.08}
  299.         ,{"Skin_FR_OHara_DZ",0.08}
  300.         ,{"Skin_FR_Rodriguez_DZ",0.09}
  301.         ,{"Skin_CZ_Soldier_Sniper_EP1_DZ",0.04}
  302.         ,{"Skin_Graves_Light_DZ",0.09}
  303.         ,{"Skin_INS_Soldier_AR_DZ",0.05}
  304.         ,{"Skin_INS_Soldier_CO_DZ",0.04}
  305.     };
  306.     specialclothes[] = {
  307.         {"Skin_Ins_Soldier_GL_DZ",0.05}
  308.         ,{"Skin_GUE_Commander_DZ",0.08}
  309.         ,{"Skin_Bandit1_DZ",0.08}
  310.         ,{"Skin_Bandit2_DZ",0.06}
  311.         ,{"Skin_BanditW1_DZ",0.07}
  312.         ,{"Skin_BanditW2_DZ",0.07}
  313.         ,{"Skin_TK_INS_Soldier_EP1_DZ",0.05}
  314.         ,{"Skin_TK_INS_Warlord_EP1_DZ",0.07}
  315.         ,{"Skin_SurvivorWcombat_DZ",0.08}
  316.         ,{"Skin_SurvivorWdesert_DZ",0.08}
  317.         ,{"Skin_GUE_Soldier_MG_DZ",0.05}
  318.         ,{"Skin_GUE_Soldier_Sniper_DZ",0.04}
  319.         ,{"Skin_GUE_Soldier_Crew_DZ",0.04}
  320.         ,{"Skin_GUE_Soldier_CO_DZ",0.04}
  321.         ,{"Skin_GUE_Soldier_2_DZ",0.04}
  322.         ,{"Skin_TK_Special_Forces_MG_EP1_DZ",0.02}
  323.         ,{"Skin_TK_Soldier_Sniper_EP1_DZ",0.02}
  324.         ,{"Skin_TK_Commander_EP1_DZ",0.02}
  325.         ,{"Skin_RU_Soldier_Crew_DZ",0.02}
  326.         ,{"Skin_INS_Lopotev_DZ",0.02}
  327.     };
  328.     tents[] = {
  329.         {"WeaponHolder_ItemTentOld",0.34}
  330.         ,{"WeaponHolder_ItemTentDomed",0.33}
  331.         ,{"WeaponHolder_ItemTentDomed2",0.33}
  332.     };
  333.     backpacks[] = {
  334.         {"DZ_Assault_Pack_EP1",0.22}
  335.         ,{"DZ_Czech_Vest_Puch",0.2}
  336.         ,{"DZ_TerminalPack_EP1",0.18}
  337.         ,{"DZ_ALICE_Pack_EP1",0.16}
  338.         ,{"DZ_TK_Assault_Pack_EP1",0.13}
  339.         ,{"DZ_CompactPack_EP1",0.11}
  340.     };
  341.     militarybackpacks[] = {
  342.         {"DZ_British_ACU",0.3}
  343.         ,{"DZ_GunBag_EP1",0.25}
  344.         ,{"DZ_CivilBackpack_EP1",0.2}
  345.         ,{"DZ_Backpack_EP1",0.15}
  346.         ,{"DZ_LargeGunBag_EP1",0.1}
  347.     };
  348.     militaryammo[] = {
  349.         {"2000Rnd_762x51_M134",0.1}
  350.         ,{"29Rnd_30mm_AGS30",0.2}
  351.         ,{"50Rnd_127x107_DSHKM",0.2}
  352.         ,{"48Rnd_40mm_MK19",0.2}
  353.         ,{"100Rnd_127x99_M2",0.3}
  354.     };
  355.     pistols[] = {
  356.         {"Makarov",0.25}
  357.         ,{"Colt1911",0.23}
  358.         ,{"revolver_EP1",0.2}
  359.         ,{"glock17_EP1",0.1}
  360.         ,{"MakarovSD",0.1}
  361.         ,{"M9",0.07}
  362.         ,{"M9SD",0.04}
  363.         ,{"revolver_gold_EP1",0.01}
  364.     };
  365.     shotgunsingleshot[] = {
  366.         {"Winchester1866",0.25}
  367.         ,{"LeeEnfield",0.2}
  368.         ,{"MR43",0.2}
  369.         ,{"Saiga12K",0.13}
  370.         ,{"Remington870_lamp",0.1}
  371.         ,{"Crossbow_DZ",0.07}
  372.         ,{"M1014",0.05}
  373.     };
  374.     farmweapons[] = {
  375.         {"Winchester1866",0.25}
  376.         ,{"LeeEnfield",0.2}
  377.         ,{"MR43",0.19}
  378.         ,{"Saiga12K",0.13}
  379.         ,{"Remington870_lamp",0.1}
  380.         ,{"Crossbow_DZ",0.07}
  381.         ,{"huntingrifle",0.05}
  382.         ,{"Chainsaw",0.01}
  383.     };
  384.     sniperrifles[] = {
  385.         {"AK_107_PSO",0.1}
  386.         ,{"M4SPR",0.09}
  387.         ,{"M40A3",0.09}
  388.         ,{"SVD_CAMO",0.07}
  389.         ,{"SVD_des_EP1",0.07}
  390.         ,{"SVD",0.07}
  391.         ,{"huntingrifle",0.09}
  392.         ,{"M24_des_EP1",0.08}
  393.         ,{"M24",0.07}
  394.         ,{"BAF_LRR_scoped",0.07}
  395.         ,{"M107_DZ",0.05}
  396.         ,{"KSVK_DZE",0.05}
  397.         ,{"VSS_vintorez",0.04}
  398.         ,{"SCAR_H_LNG_Sniper_SD",0.03}
  399.         ,{"M14_EP1",0.02}
  400.         ,{"DMR",0.01}
  401.     };
  402.     sniperriflesammo[] = {
  403.         {"30Rnd_545x39_AKSD",0.18}
  404.         ,{"5Rnd_127x108_KSVK",0.08}
  405.         ,{"5Rnd_86x70_L115A1",0.07}
  406.         ,{"10Rnd_127x99_m107",0.15}
  407.         ,{"10Rnd_762x54_SVD",0.2}
  408.         ,{"20Rnd_762x51_DMR",0.1}
  409.         ,{"5Rnd_762x51_M24",0.15}
  410.         ,{"5x_22_LR_17_HMR",0.1}
  411.         ,{"20Rnd_762x51_SB_SCAR",0.07}
  412.         ,{"20Rnd_9x39_SP5_VSS",0.05}
  413.     };
  414.     submachinegun[] = {
  415.         {"UZI_EP1",0.25}
  416.         ,{"bizon",0.2}
  417.         ,{"Sa61_EP1",0.2}
  418.         ,{"MP5A5",0.13}
  419.         ,{"bizon_silenced",0.1}
  420.         ,{"UZI_SD_EP1",0.07}
  421.         ,{"MP5SD",0.05}
  422.     };
  423.     assaultrifles[] = {
  424.         {"AKS_74_kobra",0.05}
  425.         ,{"AKS_74_U",0.05}
  426.         ,{"AKS_GOLD",0.01}
  427.         ,{"AK_47_M",0.05}
  428.         ,{"AK_74",0.05}
  429.         ,{"FN_FAL",0.03}
  430.         ,{"FN_FAL_ANPVS4",0.01}
  431.         ,{"G36A_camo",0.05}
  432.         ,{"G36C",0.05}
  433.         ,{"G36C_camo",0.05}
  434.         ,{"G36K_camo",0.05}
  435.         ,{"G36_C_SD_camo",0.03}
  436.         ,{"M16A2",0.05}
  437.         ,{"M16A2GL",0.02}
  438.         ,{"M16A4_ACG",0.01}
  439.         ,{"M4A1",0.05}
  440.         ,{"M4A1_Aim",0.04}
  441.         ,{"M4A1_AIM_SD_camo",0.01}
  442.         ,{"M4A1_HWS_GL_camo",0.01}
  443.         ,{"M4A3_CCO_EP1",0.04}
  444.         ,{"Sa58P_EP1",0.02}
  445.         ,{"Sa58V_CCO_EP1",0.04}
  446.         ,{"Sa58V_EP1",0.02}
  447.         ,{"Sa58V_RCO_EP1",0.04}
  448.         ,{"m8_compact",0.03}
  449.         ,{"m8_sharpshooter",0.04}
  450.         ,{"m8_holo_sd",0.02}
  451.         ,{"m8_carbine",0.05}
  452.         ,{"BAF_L85A2_RIS_SUSAT",0.02}
  453.         ,{"BAF_L85A2_RIS_Holo",0.01}
  454.         ,{"M4A1_HWS_GL_SD_Camo",0.01}
  455.     };
  456.     assaultrifleammo[] = {
  457.         {"30Rnd_762x39_SA58",0.25}
  458.         ,{"30Rnd_762x39_AK47",0.2}
  459.         ,{"30Rnd_556x45_Stanag",0.2}
  460.         ,{"30Rnd_545x39_AK",0.11}
  461.         ,{"30Rnd_556x45_StanagSD",0.12}
  462.         ,{"20Rnd_762x51_FNFAL",0.07}
  463.     };
  464.     machineguns[] = {
  465.         {"RPK_74",0.11}
  466.         ,{"M8_SAW",0.11}
  467.         ,{"Pecheneg_DZ",0.1}
  468.         ,{"PK_DZ",0.1}
  469.         ,{"MG36_camo",0.1}
  470.         ,{"M60A4_EP1_DZE",0.1}
  471.         ,{"MG36",0.1}
  472.         ,{"M249_m145_EP1_DZE",0.1}
  473.         ,{"m240_scoped_EP1_DZE",0.1}
  474.         ,{"M240_DZ",0.08}
  475.         ,{"M249_EP1_DZ",0.05}
  476.         ,{"Mk_48_DZ",0.05}
  477.     };
  478.     machinegunammo[] = {
  479.         {"100Rnd_556x45_BetaCMag",0.2}
  480.         ,{"75Rnd_545x39_RPK",0.2}
  481.         ,{"100Rnd_556x45_M249",0.15}
  482.         ,{"100Rnd_762x51_M240",0.15}
  483.         ,{"100Rnd_762x54_PK",0.15}
  484.         ,{"200Rnd_556x45_M249",0.15}
  485.     };
  486.     machinegunammoexpl[] = {
  487.         {"100Rnd_556x45_BetaCMag",0.2}
  488.         ,{"75Rnd_545x39_RPK",0.2}
  489.         ,{"100Rnd_556x45_M249",0.15}
  490.         ,{"100Rnd_762x51_M240",0.15}
  491.         ,{"100Rnd_762x54_PK",0.14}
  492.         ,{"200Rnd_556x45_M249",0.14}
  493.         ,{"MAAWS_HEAT",0.01}
  494.         ,{"PipeBomb",0.01}
  495.     };
  496.     militaryshotguns[] = {
  497.         {"Saiga12K",0.25}
  498.         ,{"Remington870_lamp",0.35}
  499.         ,{"M1014",0.4}
  500.     };
  501. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement