mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add endRadioTransmissions Event (#5873)
* Add endRadioTransmissions Event * Update fnc_endRadioTransmission.sqf
This commit is contained in:
parent
77fd2007ea
commit
18d4b9660d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user