Jump to content
Sign in to follow this  
Tike

this addWeapon doesn't work?

Recommended Posts

Hi,

I'm trying to add some weapons to my AH-9 Pawnee, but the weapons don't show up. Does anybody have a solution? Here's my init:

this addweapon "missiles_DAR"; this addmagazine "24Rnd_missiles";
this addweapon "gatling_20mm"; this addmagazine "1000Rnd_20mm_shells";
this addweapon "cannon_120mm"; this addmagazine "16Rnd_120mm_HE_shells_Tracer_Red";
this addweapon "rockets_230mm_GAT"; this addmagazine "12Rnd_230mm_rockets";
this addweapon "GMG_40mm"; this addmagazine "200Rnd_40mm_G_belt";

Thanks in advantage.

Share this post


Link to post
Share on other sites

Try this:

this addWeapon ["missiles_DAR", 1];
this addMagazine ["24Rnd_missiles:, 5];

or if that doesn't work, this:

this addWeaponCargo ["missiles_DAR", 1];
this addMagazineCargo ["24Rnd_missiles:, 5];

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  

×