mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 10:03:29 +00:00
commented init function
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
*/
|
||||||
Reference in New Issue
Block a user