Jump to content

RPG7


Tang0

Recommended Posts

Hi, i have dzms set to include the rpg in the Ai  DZMSUseRPG = true;  and this works well in game BUT is it possible to have more than 1 Ai with a RPG in a mission eg 3-4 Ai have and use RPG as i want to toughen some of the missions up more from vehicle driving at them. I tried adding the RPG to the Ai weapon list but so far i havent seen them with one.

Link to comment
Share on other sites

  • 4 weeks later...

Is it possible to add AA weapons like an IGLA as well, beside the RPG?

So one group may carry a RPG the other an IGLA?

 

Found this code in the DZMSConfig.sqf:

 

//Lets give a launcher if enabled
//The last _unit should still be defined from the FOR above  (to be honest, I don't understand what is meant with "from the FOR above :huh: )
if (DZMSUseRPG) then {
    _unit addWeapon "RPG7V";
    _unit addMagazine "PG7V";
    _unit addMagazine "PG7V";
};

 

So, I understand some code, but I'm not a scripter.

Possible? Would be great.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...