ACE3/addons/ballistics/CfgVehicles.hpp

13 lines
311 B
C++
Raw Normal View History

2015-01-14 03:02:48 +00:00
class CfgVehicles {
class Sign_F;
class ACE_TargetWall: Sign_F {
author = "$STR_ACE_Common_ACETeam";
2015-01-20 21:40:15 +00:00
scope = 0;
2015-01-14 03:02:48 +00:00
class Eventhandlers {
init = QUOTE(_this call COMPILE_FILE(scripts\initTargetWall));
//hitPart = "systemChat str _this";
};
};
};