2015-06-05 07:34:27 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
2016-06-19 07:12:25 +00:00
|
|
|
name = COMPONENT_NAME;
|
2017-12-10 18:01:27 +00:00
|
|
|
units[] = {"ACE_B_SpottingScope", "ACE_O_SpottingScope", "ACE_I_SpottingScope", "ACE_B_T_SpottingScope", "ACE_O_T_SpottingScope", "ACE_Item_SpottingScope"};
|
2015-06-05 07:34:27 +00:00
|
|
|
weapons[] = {"ACE_SpottingScope"};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_apl", "ace_interaction"};
|
2016-05-31 19:14:43 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {"Rocko", "Scubaman3D", "Ruthberg", "commy2", "p1nga"};
|
2016-06-01 21:45:51 +00:00
|
|
|
url = ECSTRING(main,URL);
|
2015-06-05 07:34:27 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
#include "CfgVehicles.hpp"
|
2015-08-30 11:10:25 +00:00
|
|
|
#include "CfgWeapons.hpp"
|
|
|
|
#include "CfgMoves.hpp"
|
2019-05-27 15:46:21 +00:00
|
|
|
#include "CfgOpticsEffect.hpp"
|
2016-06-06 15:22:17 +00:00
|
|
|
|
2019-05-27 15:46:21 +00:00
|
|
|
class CBA_PIPItems {
|
|
|
|
GVAR(enable) = "-";
|
|
|
|
};
|