Jump to content
Sign in to follow this  
Lightninguk

Arma3 Scripts needed pleae help

Recommended Posts

hello since there is no forums for missions builders yet for arma3

I was hoping somebody out there could do me a sqf weapons crate, With all the weapons/Gear that is in the alpha, as I am not sure how to do it.also so far I am over the moon with the Alpha ,a few of us at Reality Gaming are testing it out and will post a bug list onces we done more testing ,but that weapons crate Sqf would be a great help

Share this post


Link to post
Share on other sites

Place a supply box from the ammo category in the editor and put this code in the init field and you'll have all the available attachments at least.

There are more classnames available, but these are the only ones that work. Full list with non-working ones can be found here: http://www.armaholic.com/forums.php?m=posts&q=20801

this additemcargo ["Zasleh2",2];

this additemcargo ["muzzle_snds_H", 2];

this additemcargo ["muzzle_snds_L", 2];

this additemcargo ["muzzle_snds_B", 2];

this additemcargo ["muzzle_snds_H_MG", 2];

this additemcargo ["optic_Arco", 2];

this additemcargo ["optic_Hamr", 2];

this additemcargo ["optic_Aco", 2];

this additemcargo ["optic_ACO_grn",2];

this additemcargo ["optic_Holosight", 2];

this additemcargo ["acc_flashlight", 2];

this additemcargo ["acc_pointer_IR", 2];

Share this post


Link to post
Share on other sites

thanks for the quick repley just need the weapons and gear , gear would be nice as my frogman comes to the coast and them I was hoping there could get to a ammo box and switch to camo ,

Share this post


Link to post
Share on other sites

Leave a supplybox with this then. :)

Standard camo:

this additemcargo ["U_B_CombatUniform_mcam", 1];

Standard helmet:

this additemcargo ["H_HelmetB", 1 ];

Combat vest:

this additemcargo ["V_Chestrig_khk",1 ];

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  

×