Advertisement
Guest User

lalala

a guest
Jan 20th, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.53 KB | None | 0 0
  1. if !(isServer) exitWith {};
  2.  
  3. //AI WEAPON CRATES
  4.  
  5.   _this = createVehicle ["USSpecialWeapons", [8849.99,12499.5,0.02], [], 0, "CAN_COLLIDE"];
  6.   _vehicle_103769 = _this;
  7.   _vehicle_103769 setVariable ["ObjectID","1",true];
  8.   _vehicle_103769 setVariable ["permaLoot",true];
  9.     //Clear Cargo
  10.   clearweaponcargoGlobal _this;
  11.   clearmagazinecargoGlobal _this;
  12.   //Add Cargo
  13.   _this addWeaponCargoGlobal ["M9SD",5];
  14.   _this addWeaponCargoGlobal ["DMR",3];
  15.   _this addWeaponCargoGlobal ["M4A1_AIM_SD_camo",3];
  16.   _this addWeaponCargoGlobal ["M4A1_HWS_GL",2];
  17.   _this addWeaponCargoGlobal ["M249_DZ",3];
  18.   _this addWeaponCargoGlobal ["M14_EP1",3];
  19.   _this addWeaponCargoGlobal ["Mk_48_DZ",3];
  20.   _this addWeaponCargoGlobal ["M110_TWS_EP1",2];
  21.   _this addWeaponCargoGlobal ["M4A3_CCO_EP1",5];
  22.   _this addWeaponCargoGlobal ["UZI_SD_EP1",2];
  23.   _this addWeaponCargoGlobal ["NVGoggles",5];
  24.   _this addWeaponCargoGlobal ["Binocular_Vector",5];
  25.   _this addWeaponCargoGlobal ["ItemGPS",5];
  26.  
  27.   _this addmagazineCargoGlobal ["20Rnd_762x51_DMR",20];
  28.   _this addmagazineCargoGlobal ["30Rnd_556x45_StanagSD",20];
  29.   _this addmagazineCargoGlobal ["200Rnd_556x45_M249",10];
  30.   _this addmagazineCargoGlobal ["30Rnd_556x45_Stanag",40];
  31.   _this addmagazineCargoGlobal ["15Rnd_9x19_M9SD",30];
  32.   _this addmagazineCargoGlobal ["30Rnd_9x19_UZI_SD",30];
  33.   _this addmagazineCargoGlobal ["1Rnd_HE_M203",10];
  34.   _this addmagazineCargoGlobal ["ItemBriefcase100oz",5];
  35.  
  36.   _this addbackpackCargoGlobal ["DZ_largeGunBag_EP1",4];
  37.   _this setPos [8849.99,12499.5,0.02];
  38.  
  39. //AI VEHICLE CREATE
  40.  
  41.   _this = createVehicle ["USSpecialWeapons", [8924.84,12457.6,0.905], [], 0, "CAN_COLLIDE"];
  42.   _vehicle_103770 = _this;
  43.   _vehicle_103770 setVariable ["ObjectID","1",true];
  44.   _vehicle_103770 setVariable ["permaLoot",true];
  45.     //Clear Cargo
  46.   clearweaponcargoGlobal _this;
  47.   clearmagazinecargoGlobal _this;
  48.   //Add Cargo
  49.   _this addWeaponCargoGlobal ["ItemToolbox",25];
  50.  
  51.   _this addmagazineCargoGlobal ["PartEngine",20];
  52.   _this addmagazineCargoGlobal ["PartGeneric",40];
  53.   _this addmagazineCargoGlobal ["PartVRotor",20];
  54.   _this addmagazineCargoGlobal ["PartWheel",20];
  55.   _this addmagazineCargoGlobal ["PartFueltank",20];
  56.   _this addmagazineCargoGlobal ["ItemBriefcase100oz",2];
  57.  
  58.   _this addbackpackCargoGlobal ["DZ_largeGunBag_EP1",4];
  59.   _this setPos [8924.84,12457.6,0.905];
  60.  
  61.  
  62. //AI MEDICAL CRATE
  63.  
  64.   _this = createVehicle ["USSpecialWeapons", [8849.72,12503.8,0.014], [], 0, "CAN_COLLIDE"];
  65.   _vehicle_103772 = _this;
  66.   _vehicle_103772 setVariable ["ObjectID","1",true];
  67.   _vehicle_103772 setVariable ["permaLoot",true];
  68.   //Clear Cargo
  69.   clearweaponcargoGlobal _this;
  70.   clearmagazinecargoGlobal _this;
  71.   //Add Cargo
  72.   _this addmagazineCargoGlobal ["ItemBandage",30];
  73.   _this addmagazineCargoGlobal ["ItemPainkiller",30];          
  74.   _this addmagazineCargoGlobal ["ItemMorphine",30];
  75.   _this addmagazineCargoGlobal ["ItemBloodBag",30];
  76.   _this addmagazineCargoGlobal ["ItemEpinephrine",15];
  77.   _this addmagazineCargoGlobal ["ItemAntibiotic",30];
  78.   _this addmagazineCargoGlobal ["ItemWaterbottleBoiled",30];
  79.   _this addmagazineCargoGlobal ["FoodSteakCooked",30];
  80.   _this addmagazineCargoGlobal ["ItemBriefcase100oz",2];
  81.  
  82.  
  83.   _this addbackpackCargoGlobal ["DZ_largeGunBag_EP1",4];
  84.   _this setPos [8849.72,12503.8,0.014];
  85.  
  86. //AI CONSTRUCTION CRATE
  87.  
  88.   _this = createVehicle ["USSpecialWeapons", [8895.92,12607.3,0.338], [], 0, "CAN_COLLIDE"];
  89.   _vehicle_103773 = _this;
  90.   _vehicle_103773 setVariable ["ObjectID","1",true];
  91.   _vehicle_103773 setVariable ["permaLoot",true];
  92.   //Clear Cargo
  93.   clearweaponcargoGlobal _this;
  94.   clearmagazinecargoGlobal _this;
  95.   //Add Cargo
  96.   _this addWeaponCargoGlobal ["ItemEtool",5];
  97.   _this addWeaponCargoGlobal ["ItemCrowbar",5];
  98.   _this addWeaponCargoGlobal ["ItemToolbox",5];
  99.   _this addWeaponCargoGlobal ["ItemMatchbox",5];
  100.   _this addWeaponCargoGlobal ["ItemKnife",5];
  101.  
  102.   _this addmagazineCargoGlobal ["bulk_ItemSandbag",5];
  103.   _this addmagazineCargoGlobal ["bulk_ItemTankTrap",5];
  104.   _this addmagazineCargoGlobal ["bulk_ItemWire",5];
  105.   _this addmagazineCargoGlobal ["ItemTent",5];
  106.   _this addmagazineCargoGlobal ["bulk_PartGeneric",5];
  107.   _this addmagazineCargoGlobal ["CinderBlocks",60];
  108.   _this addmagazineCargoGlobal ["MotarBucket",20];
  109.   _this addmagazineCargoGlobal ["ItemFuelPump",1];
  110.   _this addmagazineCargoGlobal ["ItemVault",1];
  111.   _this addmagazineCargoGlobal ["ItemComboLock",2];
  112.   _this addmagazineCargoGlobal ["30m_plot-kit",1];
  113.  
  114.   _this addbackpackCargoGlobal ["DZ_largeGunBag_EP1",2];
  115.   _this setPos [8895.92,12607.3,0.338];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement