Removed testing helipad
This commit is contained in:
@@ -23,6 +23,4 @@ private _deliveryPointArray = [
|
|||||||
|
|
||||||
private _ret = _deliveryPointArray select floor random count _deliveryPointArray;
|
private _ret = _deliveryPointArray select floor random count _deliveryPointArray;
|
||||||
|
|
||||||
_ret = [10168.285, 12108.834, 0.0];
|
|
||||||
|
|
||||||
_ret;
|
_ret;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ class EditorData
|
|||||||
};
|
};
|
||||||
class Camera
|
class Camera
|
||||||
{
|
{
|
||||||
pos[]={10211.702,121.95953,11959.148};
|
pos[]={10090.861,17.751253,12039.334};
|
||||||
dir[]={-0.52585119,-0.56704134,0.63401073};
|
dir[]={-0.52585119,-0.56704134,0.63401073};
|
||||||
up[]={-0.36201367,0.82367325,0.43647406};
|
up[]={-0.36201367,0.82367325,0.43647406};
|
||||||
aside[]={0.76971513,3.8649887e-008,0.63840675};
|
aside[]={0.76971513,3.8649887e-008,0.63840675};
|
||||||
@@ -120,7 +120,7 @@ class Mission
|
|||||||
flags=4;
|
flags=4;
|
||||||
class Attributes
|
class Attributes
|
||||||
{
|
{
|
||||||
init="this addAction [" \n " ""Start Mission"", RR_fnc_triggerStart" \n "];";
|
init="this addAction [" \n " ""Start Mission"", RR_fnc_triggerStart" \n "];" \n "" \n "this addAction [" \n " ""End Mission"", RR_fnc_endMission" \n "];";
|
||||||
};
|
};
|
||||||
id=0;
|
id=0;
|
||||||
type="Land_Noticeboard_F";
|
type="Land_Noticeboard_F";
|
||||||
|
|||||||
Reference in New Issue
Block a user