ddraigcymraeg / mrp-missions

Crackdown Mission Resource for FiveM
40 stars 23 forks source link

Random Aircrafts in Missions #4

Open TRiXXER76 opened 3 years ago

TRiXXER76 commented 3 years ago

Hello,

I have created a basic mission with 3 Enemys. But everytime (also with other missions) I start the mission there are Spawning 1 or 2 Jets or Helicopters... Any way to prevent the Script from doing that ? Random Missions is set to false.

Greetings TRiXER

ddraigcymraeg commented 3 years ago

@TRiXXER76 You may have sorted this already but there is are these setting which will generate random enemy events around the map regardless of random or non-random mission, try setting the below to 0 in missions.lua

-ExtraRandomEventsType: flag 1 = land only, 2 = water and land, 3 = water only Config.ExtraRandomEventsType = 1

---how many extra event areas are there in the mission? Config.GenerateExtraRandomEventsNum = 7

ddraigcymraeg commented 3 years ago

basically set the bottom setting to 0

ddraigcymraeg commented 3 years ago

leave the top one