소스 검색

LAAT Smoke fix

Erliens 4 년 전
부모
커밋
21a231d70d
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      addons - Copy/RD501_Vehicles/air/LAAT/config.cpp

+ 6 - 0
addons - Copy/RD501_Vehicles/air/LAAT/config.cpp

@@ -105,6 +105,9 @@ class CfgVehicles
 		{
 			#include "user_action.hpp"
 		};
+		class EventHandlers : DefaultEventhandlers {
+			fired = "_this call (uinamespace getvariable 'BIS_fnc_effectFired');";
+		};
 		class ACE_SelfActions:ACE_SelfActions
 		{		
 			
@@ -190,6 +193,9 @@ class CfgVehicles
 				animPeriod = 5;
 			};
 		};
+		class EventHandlers : DefaultEventhandlers {
+			fired = "_this call (uinamespace getvariable 'BIS_fnc_effectFired');";
+		};
 
 		class ACE_SelfActions:ACE_SelfActions
 		{