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