Jump to content
Sign in to follow this  
wiggum2

MP Problem with helicopter insertion at mission start (script not executing)

Recommended Posts

Hi !

i have a starnge problem with my helicopter insertion script. It works perfect in SP and mostly on MP too but...

Sometimes in MP the script is not executed, but sometimes it works and i dont know why.

It looks like a server/loading/init.sqf/Initialization Order problem.

Inside my init.sqf:

// Insertion at mission start
if (isServer) then {
nul = [mygroup,h1,"heli",1] execVM "scripts\simple_heli_insertion.sqf"
};

I also tried to move that part to differend locations inside the init.sqf, with no luck.

Is there a way to make sure the script is always executed at mission start ?

Is the only option to make it a custom Functions with preInit param set to 1 ?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×