Jump to content
Sign in to follow this  
loopdk

help to wierd loading script ider/parachute on chest thing

Recommended Posts

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

i didt... no respons..

so help :D

Share this post


Link to post
Share on other sites
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

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 ----------

wanker.jpg

Share this post


Link to post
Share on other sites

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

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
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×