Jump to content
Sign in to follow this  
fortun

RPG/AT as Primary Weapon

Recommended Posts

How can i make so the weapon is primary?

I have this code

removeallweapons this;

this addweapon "launch_RPG32_F";

this addMagazine "RPG32_AA_F"

But then i need to equip it. I want it to be already equipped when i start the mission.

Tested with this Addprimaryweapon but it seem to not work either.

Share this post


Link to post
Share on other sites

Use selectWeapon, also do add magazine first so the weapon is added already loaded.

removeallweapons this;
this addMagazine "RPG32_AA_F"
this addweapon "launch_RPG32_F";
this selectWeapon "launch_RPG32_F";

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  

×