mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 09:53:31 +00:00
commented init function
This commit is contained in:
@@ -3,6 +3,7 @@ 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;
|
||||||
@@ -66,3 +67,5 @@ if (isServer && _activated) exitWith {
|
|||||||
};
|
};
|
||||||
}, [], 1] call CBA_fnc_waitAndExecute;
|
}, [], 1] call CBA_fnc_waitAndExecute;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
*/
|
||||||
Reference in New Issue
Block a user