mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Fixed
dd
This commit is contained in:
parent
6368ad64eb
commit
3913144e87
@ -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";
|
||||
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
||||
|
@ -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";
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user