Jump to content
  • 0

Stop vehicles spawning?


rhughes945

Question

Hi!

Yes, I have searched everywhere, I've used Google. Epoch scripting seems to be a damn minefield, so all I ask for is at least some pointers.

I want to stop vehicles spawning in by themselves. I did it once by accident and have no idea how :D

Thanks in advance

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
 
In your MPmission/missionfolder/init.sqf
 
 
MaxVehicleLimit = 0; // Default = 50
 
MaxDynamicDebris = 100; // Default = 100
dayz_MapArea = 18000; // Default = 10000
 
 
MaxMineVeins = 2;  // Default 50
MaxAmmoBoxes = 10; // Default 5
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...