Skip to content

Commit

Permalink
update commented out Mission61
Browse files Browse the repository at this point in the history
update removed Mission61 commented it out. remove comments in this file to re-add it. 
fixes were added to Mission61.
  • Loading branch information
ddraigcymraeg committed Mar 24, 2023
1 parent 0d7f5a0 commit 774ad1b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mrp-missions-v3/missions.lua
Expand Up @@ -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!",
Expand Down Expand Up @@ -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,
Expand All @@ -17989,7 +17988,7 @@ Mission60 = {
IsBountySquadMinRadius=0,
IsBountySquadMinRadius=0,
RandomMissionBountyBossChance=0,
RandomMissionGuardAircraft=true,
RandomMissionGuardAircraft=false,
SafeHouseDoInvincibleVehicles=false,
SafeHouseAircraftCount=0,
SafeHouseVehicleCount = 24,
Expand Down Expand Up @@ -18141,7 +18140,7 @@ Mission60 = {



}
} ]]--



Expand Down

0 comments on commit 774ad1b

Please sign in to comment.