dd
This commit is contained in:
Defent 2015-08-26 20:06:47 +02:00
parent 6368ad64eb
commit 3913144e87
10 changed files with 10 additions and 10 deletions

View File

@ -18,7 +18,7 @@ diag_log format ["DMS :: Main Mission 1 started at (%1)",_pos];
// Spawn Box
_crate = createVehicle ["Box_NATO_AmmoOrd_F",[(_pos select 0) - 10, _pos select 1,0],[], 0, "CAN_COLLIDE"];
[_crate] call DMS_createBox;
[1,_crate] call DMS_createBox;
sleep 2;
//_crate = [_pos,40,4,2,2] execVM "mission\crates\MM_Box1.sqf";

View File

@ -21,7 +21,7 @@ diag_log format ["DMS :: Main Mission 10 started at (%1)",_pos];
// Spawn Box
_crate = createVehicle ["Box_NATO_AmmoOrd_F",[(_pos select 0) - 10, _pos select 1,0],[], 0, "CAN_COLLIDE"];
[_crate] call DMS_createBox;
[1,_crate] call DMS_createBox;
sleep 2;
//_crate = [_pos,40,4,2,2] execVM "mission\crates\MM_Box1.sqf";

View File

@ -20,7 +20,7 @@ diag_log format ["DMS :: Main Mission 2 started at (%1)",_pos];
// Spawn Box
_crate = createVehicle ["Box_NATO_AmmoOrd_F",[(_pos select 0) - 10, _pos select 1,0],[], 0, "CAN_COLLIDE"];
[_crate] call DMS_createBox;
[1,_crate] call DMS_createBox;
sleep 2;
//_crate = [_pos,40,4,2,2] execVM "mission\crates\MM_Box1.sqf";

View File

@ -22,7 +22,7 @@ diag_log format ["DMS :: Main Mission 3 started at (%1)",_pos];
// Spawn Box
_crate = createVehicle ["Box_NATO_AmmoOrd_F",[(_pos select 0) - 10, _pos select 1,0],[], 0, "CAN_COLLIDE"];
[_crate] call DMS_createBox;
[1,_crate] call DMS_createBox;
sleep 2;
//_crate = [_pos,40,4,2,2] execVM "mission\crates\MM_Box1.sqf";

View File

@ -22,7 +22,7 @@ diag_log format ["DMS :: Main Mission 4 started at (%1)",_pos];
// Spawn Box
_crate = createVehicle ["Box_NATO_AmmoOrd_F",[(_pos select 0) - 10, _pos select 1,0],[], 0, "CAN_COLLIDE"];
[_crate] call DMS_createBox;
[1,_crate] call DMS_createBox;
sleep 2;
//_crate = [_pos,40,4,2,2] execVM "mission\crates\MM_Box1.sqf";

View File

@ -22,7 +22,7 @@ diag_log format ["DMS :: Main Mission 5 started at (%1)",_pos];
_crate = createVehicle ["Box_NATO_AmmoOrd_F",[(_pos select 0) - 10, _pos select 1,0],[], 0, "CAN_COLLIDE"];
//[_crate] call createBox;
// [_crate, amount of weapons, amount of ammo] call createBox;
[_crate] call DMS_createBox;
[1,_crate] call DMS_createBox;
sleep 2;

View File

@ -20,7 +20,7 @@ diag_log format ["DMS :: Main Mission 6 started at (%1)",_pos];
// Spawn Box
_crate = createVehicle ["Box_NATO_AmmoOrd_F",[(_pos select 0) - 10, _pos select 1,0],[], 0, "CAN_COLLIDE"];
[_crate] call DMS_createBox;
[1,_crate] call DMS_createBox;
sleep 2;
//_crate = [_pos,40,4,2,2] execVM "mission\crates\MM_Box1.sqf";

View File

@ -21,7 +21,7 @@ diag_log format ["DMS :: Main Mission 7 started at (%1)",_pos];
// Spawn Box
_crate = createVehicle ["Box_NATO_AmmoOrd_F",[(_pos select 0) - 10, _pos select 1,0],[], 0, "CAN_COLLIDE"];
[_crate] call DMS_createBox;
[1,_crate] call DMS_createBox;
sleep 2;
//_crate = [_pos,40,4,2,2] execVM "mission\crates\MM_Box1.sqf";

View File

@ -21,7 +21,7 @@ diag_log format ["DMS :: Main Mission 8 started at (%1)",_pos];
// Spawn Box
_crate = createVehicle ["Box_NATO_AmmoOrd_F",[(_pos select 0) - 10, _pos select 1,0],[], 0, "CAN_COLLIDE"];
[_crate] call DMS_createBox;
[1,_crate] call DMS_createBox;
sleep 2;
//_crate = [_pos,40,4,2,2] execVM "mission\crates\MM_Box1.sqf";

View File

@ -20,7 +20,7 @@ diag_log format ["DMS :: Main Mission 9 started at (%1)",_pos];
// Spawn Box
_crate = createVehicle ["Box_NATO_AmmoOrd_F",[(_pos select 0) - 10, _pos select 1,0],[], 0, "CAN_COLLIDE"];
[_crate] call DMS_createBox;
[1,_crate] call DMS_createBox;
sleep 2;
//_crate = [_pos,40,4,2,2] execVM "mission\crates\MM_Box1.sqf";