2015-06-02 10:58:47 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
2016-06-19 07:12:25 +00:00
|
|
|
name = COMPONENT_NAME;
|
2015-06-02 10:58:47 +00:00
|
|
|
units[] = {"ACE_Item_MX2A"};
|
|
|
|
weapons[] = {"ACE_MX2A"};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2015-06-02 11:40:10 +00:00
|
|
|
requiredAddons[] = {"ace_apl"};
|
2016-05-31 19:14:43 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {"Spooner", "tcp"};
|
2016-06-01 21:45:51 +00:00
|
|
|
url = ECSTRING(main,URL);
|
2015-06-02 10:58:47 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
#include "CfgWeapons.hpp"
|