mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
port ragdolls
This commit is contained in:
parent
f969be6302
commit
8cfe073f3a
@ -1,5 +1,7 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
class CfgPatches {
|
||||
class AGM_Ragdolls {
|
||||
class ADDON {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = 0.60;
|
12
addons/ragdolls/script_component.hpp
Normal file
12
addons/ragdolls/script_component.hpp
Normal 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"
|
Loading…
Reference in New Issue
Block a user