Jump to content
  • 0

Heli Crash


kruyle1222

Question

2 answers to this question

Recommended Posts

  • 0

These crashes are called from init.sqf as epoch events (timed events).

 

EpochEvents = [["any","any","any","any",0,"crash_spawner"],
               ["any","any","any","any",20,"animated_crash_spawner"],
               ["any","any","any","any",40,"supply_drop"]];

 

There is an own main topic for Epoch Events in the forum where you can see what the numbers in [...] mean to schedule events.

 

You could call it more often here. The script normally is placed in dayz_server/modules (e.g. dayz_server/modules/crash_spawner.sqf).

 

I don't know what you use here but maybe there is a check in such a crash script which checks if there is already one active which you then would need to change a bit.

Link to comment
Share on other sites

  • 0

These crashes are called from init.sqf as epoch events (timed events).

 

EpochEvents = [["any","any","any","any",0,"crash_spawner"],

               ["any","any","any","any",20,"animated_crash_spawner"],

               ["any","any","any","any",40,"supply_drop"]];

 

There is an own main topic for Epoch Events in the forum where you can see what the numbers in [...] mean to schedule events.

 

You could call it more often here. The script normally is placed in dayz_server/modules (e.g. dayz_server/modules/crash_spawner.sqf).

 

I don't know what you use here but maybe there is a check in such a crash script which checks if there is already one active which you then would need to change a bit.

 

Thank you much, will check it out :)

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