2015-01-20 18:55:17 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
2015-04-09 17:59:08 +00:00
|
|
|
weapons[] = {
|
2015-06-24 16:09:43 +00:00
|
|
|
"ACE_muzzle_mzls_H",
|
|
|
|
"ACE_muzzle_mzls_B",
|
|
|
|
"ACE_muzzle_mzls_L",
|
|
|
|
"ACE_muzzle_mzls_smg_01",
|
|
|
|
"ACE_muzzle_mzls_smg_02",
|
|
|
|
"ACE_muzzle_mzls_338",
|
|
|
|
"ACE_muzzle_mzls_93mmg"
|
2015-04-09 17:59:08 +00:00
|
|
|
};
|
2015-01-20 18:55:17 +00:00
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_common"};
|
2015-01-20 21:40:15 +00:00
|
|
|
author[] = {"commy2"};
|
|
|
|
authorUrl = "https://github.com/commy2";
|
2015-01-20 18:55:17 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
#include "CfgWeapons.hpp"
|