mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 16:33:30 +00:00
added server check for being server side only runned
This commit is contained in:
@@ -3,8 +3,7 @@ params [
|
||||
["_units", [], [[]]],
|
||||
["_activated", true, [true]]
|
||||
];
|
||||
|
||||
if (_activated) exitWith {
|
||||
if (isServer && _activated) exitWith {
|
||||
private _warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Connecting..."];
|
||||
[[_warning, 1.5]] call CBA_fnc_notify;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user