If you want enable flares for all choppers/planes, BIS ones and addons, replace the text of the flares_config.hpp with this:
class Extended_IncomingMissile_EventHandlers
{
// BIS planes and choppers - flares enabled- comment entry or delete to disable flares
class Air {
exclude[]={"ParachuteBase"};
IncomingMissile = "if ((_this select 0)==(_this select 0)) then {[_this] exec ""\NoAI_Flares\ecm\CMSe.sqs""}";
};
};
The above code is for our Clan internal version which enables Flares only for player controlle Air vehicles. Use this code:
class Extended_IncomingMissile_EventHandlers
{
// BIS planes and choppers - flares enabled- comment entry or delete to disable flares
class Air {
exclude[]={"ParachuteBase"};
IncomingMissile = "if ((_this select 0)==(_this select 0)) then {[_this] exec ""\Flares\ecm\CMSe.sqs""}";
};
};
Excellent addon.
If you want enable flares for all choppers/planes, BIS ones and addons, replace the text of the flares_config.hpp with this:
Correction:
The above code is for our Clan internal version which enables Flares only for player controlle Air vehicles. Use this code:
Total comments : 2, displayed on page: 2