2015-06-05 07:34:27 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
2016-06-06 22:17:04 +00:00
|
|
|
name = CSTRING(component);
|
|
|
|
units[] = {"ACE_B_SpottingScope", "ACE_O_SpottingScope", "ACE_I_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"
|
2016-06-06 15:22:17 +00:00
|
|
|
|
|
|
|
#include "RscInGameUI.hpp"
|