commented init function

This commit is contained in:
Valmo Trindade
2024-10-16 13:08:09 -03:00
parent 1890b7f490
commit 53efeff503

View File

@@ -3,7 +3,8 @@ params [
["_units", [], [[]]], ["_units", [], [[]]],
["_activated", true, [true]] ["_activated", true, [true]]
]; ];
if (isServer && _activated) exitWith { /*
if (isServer && _activated) exitWith {
private _warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Connecting..."]; private _warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Connecting..."];
[[_warning, 1.5]] call CBA_fnc_notify; [[_warning, 1.5]] call CBA_fnc_notify;
@@ -65,4 +66,6 @@ if (isServer && _activated) exitWith {
}, 1, []] call CBA_fnc_addPerFrameHandler; }, 1, []] call CBA_fnc_addPerFrameHandler;
}; };
}, [], 1] call CBA_fnc_waitAndExecute; }, [], 1] call CBA_fnc_waitAndExecute;
}; };
*/