port ragdolls

This commit is contained in:
commy2 2015-01-11 22:06:40 +01:00
parent f969be6302
commit 8cfe073f3a
2 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#include "script_component.hpp"
class CfgPatches { class CfgPatches {
class AGM_Ragdolls { class ADDON {
units[] = {}; units[] = {};
weapons[] = {}; weapons[] = {};
requiredVersion = 0.60; requiredVersion = 0.60;

View File

@ -0,0 +1,12 @@
#define COMPONENT ragdolls
#include "\z\ace\Addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_RAGDOLLS
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_ENABLED_RAGDOLLS
#define DEBUG_SETTINGS DEBUG_ENABLED_RAGDOLLS
#endif
#include "\z\ace\Addons\main\script_macros.hpp"