소스 검색

Try with global event invockation

m3ales 4 년 전
부모
커밋
917dfc48d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      addons - Copy/RD501_Main/functions/stun/stun.sqf

+ 1 - 1
addons - Copy/RD501_Main/functions/stun/stun.sqf

@@ -2,7 +2,7 @@
 // Runs only on the machine where the hit unit is local
 _fnc_onHit = {
 	params ["_unit", "_source", "_damage", "_instigator"];
-	["rd501_stun_onHit", [_unit, _source], _instigator] call CBA_fnc_targetEvent;
+	["rd501_stun_onHit", [_unit, _source]] call CBA_fnc_globalEvent;
 };
 
 // Runs on the person who shot