Jump to content
Sign in to follow this  
rocket

USEC Weapons Pack (Steyr AUG)

Recommended Posts

Just add this to your ammo crate script:

_crate addWeaponCargo ["USEC_STEYR_A1", 10];
_crate addWeaponCargo ["USEC_STEYR_A2", 10];
_crate addWeaponCargo ["USEC_STEYR_A1_M203", 10];
_crate addWeaponCargo ["USEC_STEYR_A2_M203", 10];
_crate addMagazineCargo ["30Rnd_556x45_Steyr", 100];
_crate addMagazineCargo ["30Rnd_556x45_SteyrSD", 100];

Share this post


Link to post
Share on other sites

Hey, I'm trying to add the weapons to a unit in the editor but they don't seem to be working??? :S

The ammo box works fine...

I've done:

removAllWeapons this; this AddWeapon USEC_STEYR_A1;

I spawn with nothing.

Cheers

---------- Post added at 12:52 AM ---------- Previous post was at 12:50 AM ----------

edit:

nvm...

Share this post


Link to post
Share on other sites

removAllWeapons this; this AddMagazine "bla bla"; this AddWeapon "usec_steyr_a1"

In between removeAll and AddWeapon you should have the ammo. If its loaded before the weapon it will automatically be loaded into the weapon. If you add it after AddWeapon you will have to reload on game start. ;)

Share this post


Link to post
Share on other sites

yeah i got it i got it, I forgot that you needed quotes. Haven't done any scripting for quite a while...

btw it sucks how you can't edit stuff once you have posted it. It only allowed me to add on the end :/

Share this post


Link to post
Share on other sites

These look so good! Although I can't remember how to add M203 Grenades...

Share this post


Link to post
Share on other sites

any news on updating the models on the m203's? Still got the pistol grip on m203 version

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  

×