Skip to content

Commit

Permalink
Add the same changes for other Chernarus missions
Browse files Browse the repository at this point in the history
  • Loading branch information
3Mydlo3 committed Mar 5, 2024
1 parent 292e409 commit 1cb5e6b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions addons/missions/SerialKillers_CUP_RHS.Chernarus/mission.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -5957,7 +5957,7 @@ class Mission
flags=4;
class Attributes
{
init="if (isServer) then {" \n "[] spawn {" \n " sleep 60; " \n " waitUntil {afsk_score_policeScore >= 30}; " \n " createVehicleCrew police_uav; " \n " [[WEST, ""HQ""], ""US_1mc_use_uav_01""] remoteExec [""SideRadio"",0]; " \n " [[EAST, ""HQ""], [""RU_1mc_enemy_uav_01"",""RU_1mc_enemy_uav_02""] call BIS_fnc_SelectRandom] remoteExec [""SideRadio"",0]; " \n "};" \n "};";
init="if (isServer) then {" \n " [{afsk_score_policeScore > 29}, {" \n " createVehicleCrew police_uav;" \n " }] call CBA_fnc_waitUntilAndExecute;" \n "};";
name="police_uav";
reportRemoteTargets=1;
reportOwnPosition=1;
Expand Down Expand Up @@ -6270,10 +6270,10 @@ class Mission
dataType="Logic";
class PositionInfo
{
position[]={10486.129,6.1020002,2351.019};
angles[]={0,2.566437,0};
position[]={10489.212,6,2348.9338};
angles[]={-0,5.6730065,0};
};
areaSize[]={16.025999,0,19.535};
areaSize[]={16.025999,0,18.291454};
areaIsRectangle=1;
flags=1;
id=2735;
Expand Down Expand Up @@ -6711,7 +6711,7 @@ class Mission
dataType="Object";
class PositionInfo
{
position[]={10484.61,6,2340.1753};
position[]={10485.351,6.0005002,2339.1106};
angles[]={0,0.96510011,0};
};
side="Empty";
Expand All @@ -6728,7 +6728,7 @@ class Mission
dataType="Object";
class PositionInfo
{
position[]={10498.589,6.0005002,2352.0034};
position[]={10499.18,6.0005002,2351.3823};
angles[]={0,3.8291993,0};
};
side="Empty";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5957,7 +5957,7 @@ class Mission
flags=4;
class Attributes
{
init="if (isServer) then {" \n "[] spawn {" \n " sleep 60; " \n " waitUntil {afsk_score_policeScore >= 30}; " \n " createVehicleCrew police_uav; " \n " [[WEST, ""HQ""], ""US_1mc_use_uav_01""] remoteExec [""SideRadio"",0]; " \n " [[EAST, ""HQ""], [""RU_1mc_enemy_uav_01"",""RU_1mc_enemy_uav_02""] call BIS_fnc_SelectRandom] remoteExec [""SideRadio"",0]; " \n "};" \n "};";
init="if (isServer) then {" \n " [{afsk_score_policeScore > 29}, {" \n " createVehicleCrew police_uav;" \n " }] call CBA_fnc_waitUntilAndExecute;" \n "};";
name="police_uav";
reportRemoteTargets=1;
reportOwnPosition=1;
Expand Down Expand Up @@ -6270,10 +6270,10 @@ class Mission
dataType="Logic";
class PositionInfo
{
position[]={10486.129,6.1020002,2351.019};
angles[]={0,2.566437,0};
position[]={10489.212,6,2348.9338};
angles[]={-0,5.6730065,0};
};
areaSize[]={16.025999,0,19.535};
areaSize[]={16.025999,0,18.291454};
areaIsRectangle=1;
flags=1;
id=2735;
Expand Down Expand Up @@ -6711,7 +6711,7 @@ class Mission
dataType="Object";
class PositionInfo
{
position[]={10484.61,6,2340.1753};
position[]={10485.351,6.0005002,2339.1106};
angles[]={0,0.96510011,0};
};
side="Empty";
Expand All @@ -6728,7 +6728,7 @@ class Mission
dataType="Object";
class PositionInfo
{
position[]={10498.589,6.0005002,2352.0034};
position[]={10499.18,6.0005002,2351.3823};
angles[]={0,3.8291993,0};
};
side="Empty";
Expand Down

0 comments on commit 1cb5e6b

Please sign in to comment.