Add endRadioTransmissions Event (#5873)

* Add endRadioTransmissions Event

* Update fnc_endRadioTransmission.sqf
This commit is contained in:
Dedmen Miller 2017-12-08 17:44:24 +01:00 committed by PabstMirror
parent 77fd2007ea
commit 18d4b9660d

View File

@ -1,7 +1,7 @@
/*
* Author: commy2
*
* End radio transmissions of addons TFAR and ACRE2. TFAR v0.9.7, ACRE Public Beta 2.0.3.571
* End radio transmissions of addons TFAR and ACRE2. TFAR v0.9.x, ACRE Public Beta 2.0.3.571
*
* Arguments:
* None
@ -16,6 +16,8 @@
*/
#include "script_component.hpp"
["ace_endRadioTransmissions"] call CBA_fnc_localEvent;
// ACRE
if (isClass (configFile >> "CfgPatches" >> "acre_main")) then {
[-1] call acre_sys_core_fnc_handleMultiPttKeyPressUp;