loopdk 92 Posted June 2, 2015 Hey guys. I am making a map for para traning... My normal loading script looks like this and works PERFECT. clearAllItemsFromBackpack player;clearBackpackCargo player; removeAllWeapons player; removeAllItems player; removeBackpack player; removeHeadgear player; removeUniform player; removeVest player; {player unassignItem _x;player removeItem _x} forEach assignedItems player; Player addUniform "UK_2010_MultiTerrain_3Para_FieldUniform1"; Player addVest "STKR_Osprey_MG"; Player addBackpack "tf_rt1523g_big_rhs"; {player linkItem _x} forEach ["itemCompass","itemWatch","itemMap","tf_anprc152_2","itemGPS"]; for "_i" from 0 to 6 do {player addItemToVest "UK3CB_BAF_30Rnd"}; for "_i" from 7 to 8 do {player addItemToVest "HandGrenade"}; for "_i" from 9 to 10 do {player addItemToVest "ACE_M84"}; Player addHeadgear "Beret_para"; Player addItem "Chemlight_green"; Player addItem "Chemlight_red"; Player addItem "ACE_EarPlugs"; Player addItem "ACE_IR_Strobe_Item"; Player addItem "ACE_packingBandage"; Player addItem "ACE_packingBandage"; Player addItem "ACE_fieldDressing"; Player addItem "ACE_fieldDressing"; Player addItem "ACE_quikclot"; Player addItem "ACE_quikclot"; Player addItem "ACE_epinephrine"; Player addItem "ACE_epinephrine"; Player addItem "ACE_Morphine"; Player addItem "ACE_Morphine"; Player addItem "ACE_tourniquet"; Player addItem "ACE_personalAidKit"; Player addItem "ACE_microDAGR", Player addMagazine "UK3CB_BAF_17Rnd_9mm"; Player addMagazine "UK3CB_BAF_17Rnd_9mm"; Player addMagazine "Laserbatteries"; Player addMagazine "Smokeshell"; Player addMagazine "SmokeShellPurple"; Player addMagazine "SmokeShellGreen"; Player addMagazine "SmokeShellOrange"; Player addMagazine "SmokeShellred"; unitBackpack Player addItemCargo ["STKR_MK7_ScrimB",1]; unitBackpack Player addItemCargo ["ACE_MapTools",1]; unitBackpack Player addMagazineCargo ["UK3CB_BAF_30Rnd",4]; unitBackpack Player addMagazineCargo ["DemoCharge_Remote_Mag",1]; unitBackpack Player addItemCargo ["ACE_M26_Clacker",1]; unitBackpack Player addItemCargo ["ACE_salineIV_250",5]; unitBackpack Player addItemCargo ["ACE_morphine",10]; unitBackpack Player addItemCargo ["ACE_epinephrine",12]; unitBackpack Player addItemCargo ["ACE_tourniquet",12]; unitBackpack player addItemCargo ["ACE_fieldDressing",20]; unitBackpack Player addItemCargo ["ACE_packingBandage",20]; unitBackpack Player addItemCargo ["ACE_elasticBandage",20]; unitBackpack Player addItemCargo ["ACE_quikclot",10]; unitBackpack Player addItemCargo ["ACE_CableTie",4]; unitBackpack Player addItemCargo ["ACE_wirecutter",1]; Player addWeapon "UK3CB_BAF_L85A2_RIS"; Player selectWeapon "UK3CB_BAF_L85A2_RIS"; Player addPrimaryWeaponItem "UK3CB_BAF_SpecterLDS_Dot_3D"; Player addPrimaryWeaponItem "UK3CB_BAF_LLM_IR"; Player addWeapon "Laserdesignator"; Player addWeapon "UK3CB_BAF_L131A1"; if(sunOrMoon > 0.5) then { player addItemToBackpack "STKR_HMNVS"; } else { player linkItem "STKR_HMNVS"; }; BUt i wout like to make is so i can start with my backpack on chest ... i am using the BackpackOnChest Mod by DerZade http://www.armaholic.com/page.php?id=28837 When i run the loading script i want to end like this: Eny iders ?? Best Loop Share this post Link to post Share on other sites
Greenfist 1863 Posted June 4, 2015 Maybe you should ask this in the mod's thread: http://forums.bistudio.com/showthread.php?192196-Zade-s-Backpack-on-Chest Share this post Link to post Share on other sites
loopdk 92 Posted June 4, 2015 i didt... no respons.. so help :D Share this post Link to post Share on other sites
das attorney 858 Posted June 4, 2015 i didt... no respons..so help Bollocks. There's four pages and you haven't posted on any of them. Share this post Link to post Share on other sites
loopdk 92 Posted June 4, 2015 Your are right... almost... Idident want to spam the tread so i sendt him a PM... ---------- Post added at 14:20 ---------- Previous post was at 14:18 ---------- Share this post Link to post Share on other sites
das attorney 858 Posted June 4, 2015 He releases a mod. You have problems with the mod >> So ask in the thread. That's what it's for. He probably doesn't want PM's for each individual problem people have. Share this post Link to post Share on other sites
davidoss 552 Posted June 4, 2015 If you play around with paradroping you should for sure check this mod. Its just awesome. @vqi_halo Share this post Link to post Share on other sites
loopdk 92 Posted June 4, 2015 He releases a mod. You have problems with the mod >> So ask in the thread. That's what it's for.He probably doesn't want PM's for each individual problem people have. I dont have a problem with the mod.. its works as promist... i want a solotion for loading is as the youtube clip shows.... so do you know somthing ore are you just boorede??? Share this post Link to post Share on other sites