#include "script_component.hpp" class CfgPatches { class ADDON { units[] = { "ACE_M47_Static" }; weapons[] = { "ACE_M47StaticLauncher", "M47Launcher_EP1", "ACE_M47_Daysight" }; requiredVersion = REQUIRED_VERSION; requiredAddons[] = { "uo_main", "a3_data_f", "a3_static_f"}; version = VERSION; }; }; #include "CfgEventhandlers.hpp" #include "CfgVehicles.hpp" #include "CfgWeapons.hpp" #include "CfgAmmo.hpp" #include "CfgMagazines.hpp"