mirror of
https://github.com/rambo/arma3_missions.git
synced 2024-08-30 16:52:13 +00:00
apparentlyh tog et world marker we need to use coordinates
This commit is contained in:
parent
a8a91f7483
commit
c6257f9376
@ -44,7 +44,7 @@ private _assignTo = [_assignToPlayer, west];
|
||||
|
||||
// PONDER: make a parent task "ferry squad X" ??
|
||||
private _taskid = format["dropoff_%1", lzCounter];
|
||||
[_assignTo,[_taskid],[_longdesc, _shortdesc, _shortestDesc],_lzLocation,"AUTOASSIGNED",1,true, "move", true] call BIS_fnc_taskCreate;
|
||||
[_assignTo,[_taskid],[_longdesc, _shortdesc, _shortestDesc],getPos _lzLocation,"AUTOASSIGNED",1,true, "move", true] call BIS_fnc_taskCreate;
|
||||
|
||||
private _trg = createTrigger["EmptyDetector",getPos _lzLocation, true];
|
||||
_trg setTriggerArea[lzSize,lzSize,0,false];
|
||||
|
@ -45,7 +45,7 @@ if (!(_assignExtra isEqualTo false)) then
|
||||
|
||||
// PONDER: make a parent task "ferry squad X" ??
|
||||
private _taskid = format["pickup_%1", lzCounter];
|
||||
[_assignTo,[_taskid],[_longdesc, _shortdesc, _shortestDesc],_lzLocation,"AUTOASSIGNED",1,true, "move", true] call BIS_fnc_taskCreate;
|
||||
[_assignTo,[_taskid],[_longdesc, _shortdesc, _shortestDesc],getPos _lzLocation,"AUTOASSIGNED",1,true, "move", true] call BIS_fnc_taskCreate;
|
||||
|
||||
if (bSmoke) then
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user