Jump to content
  • 0

Heli crash sites


Infinity

Question

Hi,

 

I have "MaxHeliCrashes= 18; // Default = 5" in my init.sqf but after 4 hours (4h restarts) there are only 2-3 crash sites spawned. Could someone please show me how/what I can edit to make more heli crashes spawn. I figured it's within server_spawnCrashSite.sqf but I have no idea what to edit or how.

 

Any help is much appreciated :)

 

Infinity.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

in epoch taviana I have to add the event like this in the init.sqf

the 5,10,12,15,18 is minutes after restart

EpochEvents = [["any","any","any","any",5,"crash_spawner"],["any","any","any","any",10,"crash_spawner"],["any","any","any","any",12,"crash_spawner"],["any","any","any","any",15,"crash_spawner"],["any","any","any","any",18,"crash_spawner"]];

 

the server_spawnCrashSite.sqf is where I edited the loot

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...