mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
311 B
C++
13 lines
311 B
C++
|
|
class CfgVehicles {
|
|
class Sign_F;
|
|
class ACE_TargetWall: Sign_F {
|
|
author = "$STR_ACE_Common_ACETeam";
|
|
scope = 0;
|
|
class Eventhandlers {
|
|
init = QUOTE(_this call COMPILE_FILE(scripts\initTargetWall));
|
|
//hitPart = "systemChat str _this";
|
|
};
|
|
};
|
|
};
|