From 774ad1b6f06ecb7eddea8545d918719d69943f6a Mon Sep 17 00:00:00 2001 From: ddraigcymraeg Date: Fri, 24 Mar 2023 17:46:15 -0400 Subject: [PATCH] update commented out Mission61 update removed Mission61 commented it out. remove comments in this file to re-add it. fixes were added to Mission61. --- mrp-missions-v3/missions.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mrp-missions-v3/missions.lua b/mrp-missions-v3/missions.lua index f2451b5..1fbfd2f 100644 --- a/mrp-missions-v3/missions.lua +++ b/mrp-missions-v3/missions.lua @@ -17933,7 +17933,7 @@ Mission60 = { -- {id = 2, id2 = 2, Vehicle = "toro2", modelHash = "s_m_y_ammucity_01", x = -3014.83, y = -43.5, z = 0.13, heading = 151.19, driving=true}, } }, - Mission61 = { + --[[ Mission61 = { StartMessage = "Drive through all the checkpoints before the time is up", FinishMessage = "Mission Completed!", @@ -17970,7 +17970,6 @@ Mission60 = { CheckPointClaimdReward=1000, --drivers and passengers get this RaceWinReward=20000, --only driver gets this in the winning vehicle CheckpointRaceJoinTime=3600, --not used - CheckpointsNoEvents=false, MissionShareMoney=false, --RandomMissionTypes ={"Objective","HostageRescue"}, IsRandomEvent=false, @@ -17989,7 +17988,7 @@ Mission60 = { IsBountySquadMinRadius=0, IsBountySquadMinRadius=0, RandomMissionBountyBossChance=0, - RandomMissionGuardAircraft=true, + RandomMissionGuardAircraft=false, SafeHouseDoInvincibleVehicles=false, SafeHouseAircraftCount=0, SafeHouseVehicleCount = 24, @@ -18141,7 +18140,7 @@ Mission60 = { - } + } ]]--