2015-06-02 17:30:50 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {"ACE_Item_Sandbag", "ACE_Item_Sandbag_empty"};
|
|
|
|
weapons[] = {"ACE_Sandbag", "ACE_Sandbag_empty"};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_interaction"};
|
2016-05-31 19:14:43 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {"Rocko", "Ruthberg"};
|
2016-06-01 12:11:32 +00:00
|
|
|
PBO_URL;
|
2015-06-02 17:30:50 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
#include "CfgWeapons.hpp"
|