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