mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added removed script within comments
This commit is contained in:
parent
079b8489ce
commit
3544ee57f8
@ -152,6 +152,15 @@ if (_activated) then {
|
|||||||
_x radiochanneladd [_player];
|
_x radiochanneladd [_player];
|
||||||
} foreach (_logic getvariable ["channels",[]]);
|
} foreach (_logic getvariable ["channels",[]]);
|
||||||
|
|
||||||
|
/* Removed by ACE
|
||||||
|
//--- Sent notification to all assigned players
|
||||||
|
{
|
||||||
|
if (isplayer _x) then {
|
||||||
|
[["CuratorAssign",[_name,name _player]],"bis_fnc_showNotification",_x] call bis_fnc_mp;
|
||||||
|
};
|
||||||
|
} foreach (curatoreditableobjects _logic);
|
||||||
|
*/
|
||||||
|
|
||||||
[_logic,"curatorUnitAssigned",[_logic,_player]] call bis_fnc_callscriptedeventhandler;
|
[_logic,"curatorUnitAssigned",[_logic,_player]] call bis_fnc_callscriptedeventhandler;
|
||||||
|
|
||||||
//--- Forced interface
|
//--- Forced interface
|
||||||
@ -182,6 +191,15 @@ if (_activated) then {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* Removed by ACE
|
||||||
|
//--- Create bird
|
||||||
|
_birdType = _logic getvariable ["birdType","eagle_f"];
|
||||||
|
if (_birdType != "") then {
|
||||||
|
_bird = createvehicle [_birdType,[100,100,100],[],0,"none"];
|
||||||
|
_logic setvariable ["bird",_bird,true];
|
||||||
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
//--- Activated all future addons
|
//--- Activated all future addons
|
||||||
_addons = [];
|
_addons = [];
|
||||||
{
|
{
|
||||||
@ -307,4 +325,4 @@ if (_activated) then {
|
|||||||
|
|
||||||
player call bis_fnc_curatorRespawn;
|
player call bis_fnc_curatorRespawn;
|
||||||
};
|
};
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user