Advertisement
Guest User

Untitled

a guest
Jan 16th, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. _amountWeapon = 25;
  2. _amountAmmo = 50;
  3. _refreshTime = 3600000;
  4.  
  5. _this allowDamage false;
  6.  
  7. while {true} do
  8. {
  9.  
  10. clearWeaponCargo _this;
  11. clearMagazineCargo _this;
  12.  
  13.  
  14. _this addMagazineCargo ["ItemSodaPepsi", _amountAmmo];
  15. _this addMagazineCargo ["ItemSodaCoke", _amountAmmo];
  16. _this addMagazineCargo ["ItemWaterbottle", _amountAmmo];
  17. _this addMagazineCargo ["FoodCanBakedBeans", _amountAmmo];
  18. _this addMagazineCargo ["FoodCanSardines", _amountAmmo];
  19. _this addMagazineCargo ["FoodRabbitCooked", _amountAmmo];
  20. _this addMagazineCargo ["FoodSteakCooked", _amountAmmo];
  21.  
  22. _this addWeaponCargo ["Binocular", _amountWeapon];
  23. _this addWeaponCargo ["ItemCompass", _amountWeapon];
  24. _this addWeaponCargo ["ItemMap", _amountWeapon];
  25. _this addWeaponCargo ["ItemWatch", _amountWeapon];
  26. _this addWeaponCargo ["ItemHatchet", _amountWeapon];
  27. _this addWeaponCargo ["ItemGps", _amountWeapon];
  28. _this addWeaponCargo ["ItemKnife", _amountWeapon];
  29. _this addWeaponCargo ["ItemToolbox", _amountWeapon];
  30. _this addWeaponCargo ["NVGoggles", _amountWeapon];
  31. _this addWeaponCargo ["Binocular_Vector", _amountWeapon];
  32. _this addWeaponCargo ["ItemFlashlight", _amountWeapon];
  33. _this addMagazineCargo ["ItemBandage", _amountWeapon];
  34.  
  35. _this addMagazineCargo ["PartEngine",_amountAmmo];
  36. _this addMagazineCargo ["PartGeneric",_amountAmmo];
  37. _this addMagazineCargo ["PartVRotor",_amountAmmo];
  38. _this addMagazineCargo ["PartWheel",_amountAmmo];
  39. _this addMagazineCargo ["PartFueltank",_amountAmmo];
  40. _this addMagazineCargo ["PartGlass",_amountAmmo];
  41. _this addMagazineCargo ["ItemJerrycan",_amountAmmo];
  42.  
  43. _this addMagazineCargo ["Skin_Survivor2_DZ", _amountAmmo];
  44. _this addMagazineCargo ["Skin_Sniper1_DZ", _amountAmmo];
  45. _this addMagazineCargo ["Skin_Camo1_DZ", _amountAmmo];
  46.  
  47. _this addMagazineCargo ["ItemPainkiller", _amountAmmo];
  48. _this addMagazineCargo ["ItemMorphine", _amountAmmo];
  49. _this addMagazineCargo ["ItemEpinephrine", _amountAmmo];
  50. _this addMagazineCargo ["ItemAntibiotic", _amountAmmo];
  51. _this addMagazineCargo ["ItemBloodbag", _amountAmmo];
  52. _this addMagazineCargo ["ItemHeatPack", _amountAmmo];
  53.  
  54.  
  55. _this addWeaponCargo ["DMR",_amountAmmo];
  56. _this addWeaponCargo ["M4A1_AIM_SD_camo",_amountAmmo];
  57. _this addWeaponCargo ["M4A1_HWS_GL",_amountAmmo];
  58. _this addWeaponCargo ["M249_DZ",_amountAmmo];
  59. _this addWeaponCargo ["M14_EP1",_amountAmmo];
  60. _this addWeaponCargo ["Mk_48",_amountAmmo];
  61. _this addWeaponCargo ["M4A3_CCO_EP1",_amountAmmo];
  62. _this addWeaponCargo ["m8_compact",_amountAmmo];
  63. _this addWeaponCargo ["m8_sharpshooter",_amountAmmo];
  64. _this addWeaponCargo ["SVD_des_EP1",_amountAmmo];
  65. _this addWeaponCargo ["m240_scoped_EP1_DZE",_amountAmmo];
  66. _this addWeaponCargo ["M249_m145_EP1_DZE",_amountAmmo];
  67. _this addWeaponCargo ["M60A4_EP1_DZE",_amountAmmo];
  68. _this addWeaponCargo ["KSVK_DZE",_amountAmmo];
  69. _this addWeaponCargo ["BAF_LRR_scoped",_amountAmmo];
  70.  
  71. _this addMagazineCargo ["20Rnd_762x51_DMR",_amountAmmo];
  72. _this addMagazineCargo ["30Rnd_556x45_StanagSD",_amountAmmo];
  73. _this addMagazineCargo ["30Rnd_556x45_Stanag",_amountAmmo];
  74. _this addMagazineCargo ["200Rnd_556x45_M249",_amountAmmo];
  75. _this addMagazineCargo ["10Rnd_762x54_SVD",_amountAmmo];
  76. _this addMagazineCargo ["100Rnd_762x51_M240",_amountAmmo];
  77. _this addMagazineCargo ["5Rnd_127x108_KSVK",_amountAmmo];
  78. _this addMagazineCargo ["5Rnd_86x70_L115A1",_amountAmmo];
  79. _this addMagazineCargo ["100Rnd_556x45_BetaCMag",_amountAmmo];
  80.  
  81. _this addMagazineCargo ["HandGrenade_West",_amountAmmo];
  82. _this addMagazineCargo ["HandGrenade_East",_amountAmmo];
  83.  
  84. _this addWeaponCargo ["M9", _amountWeapon];
  85. _this addWeaponCargo ["M9SD", _amountWeapon];
  86. _this addWeaponCargo ["Makarov", _amountWeapon];
  87. _this addWeaponCargo ["glock17_EP1", _amountWeapon];
  88. _this addWeaponCargo ["UZI_EP1", _amountWeapon];
  89. _this addWeaponCargo ["Colt1911", _amountWeapon];
  90.  
  91. _this addMagazineCargo ["1Rnd_HE_M203",_amountAmmo];
  92.  
  93. _this addMagazineCargo ["7Rnd_45ACP_1911", _amountAmmo];
  94. _this addMagazineCargo ["17Rnd_9x19_glock17", _amountAmmo];
  95. _this addMagazineCargo ["6Rnd_45ACP", _amountAmmo];
  96. _this addMagazineCargo ["8Rnd_9x18_Makarov", _amountAmmo];
  97. _this addMagazineCargo ["15Rnd_9x19_M9", _amountAmmo];
  98. _this addMagazineCargo ["15Rnd_9x19_M9SD", _amountAmmo];
  99.  
  100. _this addbackpackCargoGlobal ["DZ_largeGunBag_EP1",_amountAmmo];
  101. _this addbackpackCargoGlobal ["DZ_Backpack_EP1",_amountAmmo];
  102.  
  103.  
  104.  
  105. sleep _refreshTime;
  106. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement