mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Disable zeus settings by default
Fixed newline characters
This commit is contained in:
@ -48,7 +48,7 @@ if (_activated && local _logic && !isnull curatorcamera) then {
|
||||
_unit setvariable ["bis_fnc_moduleRemoteControl_owner",player,true];
|
||||
|
||||
// Added by ACE_zeus to toggle remote control wind sound
|
||||
if (GETMVAR(GVAR(remoteWind),true)) then {
|
||||
if GVAR(remoteWind) then {
|
||||
//--- Play wind cue to all players
|
||||
[format ["wind%1",ceil random 5],"bis_fnc_playsound"] call bis_fnc_mp;
|
||||
};
|
||||
@ -168,4 +168,4 @@ if (_activated && local _logic && !isnull curatorcamera) then {
|
||||
[objnull,_error] call bis_fnc_showCuratorFeedbackMessage;
|
||||
};
|
||||
deletevehicle _logic;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user