Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (isServer) then {
- _vehicle_9876 = objNull;
- if (true) then
- {
- _this = createVehicle ["TKVehicleBox_EP1", [13962.221, 2245.7935, 8.4910698], [], 0, "CAN_COLLIDE"];
- _vehicle_9876 = _this;
- _this setDir 20;
- clearWeaponCargoGlobal _this;
- clearMagazineCargoGlobal _this;
- _this addWeaponCargoGlobal ["ItemCrowbar",3];
- _this addWeaponCargoGlobal ["ItemSledge",2];
- _this addWeaponCargoGlobal ["UZI_EP1",1];
- _this addWeaponCargoGlobal ["M9SD",3];
- _this addWeaponCargoGlobal ["m240_scoped_EP1",2];
- _this addWeaponCargoGlobal ["M249_EP1",2];
- _this addWeaponCargoGlobal ["BAF_L85A2_RIS_Holo",2];
- _this addWeaponCargoGlobal ["SCAR_H_LNG_Sniper",1];
- _this addWeaponCargoGlobal ["G36A_camo",2];
- _this addWeaponCargoGlobal ["FN_FAL_ANPVS4",2];
- _this addWeaponCargoGlobal ["Sa58V_RCO_EP1",2];
- _this addWeaponCargoGlobal ["AKS_74_kobra",2];
- _this addWeaponCargoGlobal ["M40A3",2];
- _this addWeaponCargoGlobal ["KSVK",2];
- _this addWeaponCargoGlobal ["SVD_CAMO",2];
- _this addWeaponCargoGlobal ["DMR_DZ",2];
- _this addWeaponCargoGlobal ["M14_EP1",2];
- _this addWeaponCargoGlobal ["M110_NVG_EP1",1];
- _this addMagazineCargoGlobal ["FoodbeefCooked",8];
- _this addMagazineCargoGlobal ["ItemWaterbottle",8];
- _this addMagazineCargoGlobal ["ItemTroutCooked",4];
- _this addMagazineCargoGlobal ["ItemSeaBassCooked",4];
- _this addMagazineCargoGlobal ["ItemSodaRbull",4];
- _this addMagazineCargoGlobal ["ItemHeatPack",6];
- _this addMagazineCargoGlobal ["ItemBloodBag",4];
- _this addMagazineCargoGlobal ["ItemAntibiotic",4];
- _this addMagazineCargoGlobal ["SmokeShell",2];
- _this addMagazineCargoGlobal ["ItemMatchbox_DZE",2];
- _this addMagazineCargoGlobal ["ItemLockBox",2];
- _this addMagazineCargoGlobal ["Binocular_Vector",2];
- _this addMagazineCargoGlobal ["NVGoggles",2];
- _this addMagazineCargoGlobal ["30Rnd_9x19_UZI",4];
- _this addMagazineCargoGlobal ["15Rnd_9x19_M9SD",12];
- _this addMagazineCargoGlobal ["100Rnd_762x51_M240",4];
- _this addMagazineCargoGlobal ["200Rnd_556x45_M249",4];
- _this addMagazineCargoGlobal ["30Rnd_556x45_Stanag",4];
- _this addMagazineCargoGlobal ["20Rnd_762x51_B_SCAR",4];
- _this addMagazineCargoGlobal ["30Rnd_556x45_G36",4];
- _this addMagazineCargoGlobal ["20Rnd_762x51_FNFAL",4];
- _this addMagazineCargoGlobal ["30Rnd_762x39_SA58",4];
- _this addMagazineCargoGlobal ["30Rnd_545x39_AK",4];
- _this addMagazineCargoGlobal ["20Rnd_762x51_DMR",12];
- _this addMagazineCargoGlobal ["5Rnd_127x108_KSVK",4];
- _this addMagazineCargoGlobal ["10Rnd_762x54_SVD",4];
- _this addMagazineCargoGlobal ["20Rnd_762x51_B_SCAR",4];
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment