Erliens 4 лет назад
Родитель
Сommit
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
 		{