Jump to content
Purzel

How to do a mission-outro in MP..?

Recommended Posts

I have created a mission for a dedicated MP-server.

After were done with the mission we´ll get back to the base, get in a helicopter and we´ll fly into sunset...
That´s the plan...
But how do I get the outro running?
I did a copy of our base with the helos and did some camera scripting for the outro in EDEN-editor.
(take of, turn and fly into sunset)

Camera scripting itself is working (tested in scenario, not outro)
but the outro won´t be started, and I wanna end the mission, if everybody is in the choppers, then the outro should be played immedeadly.

The outro should have some filmic texts and pathetic music as known from movies...

 

Any suggestions how to start the outro???

I´ve already tried commands like:

nul = [this] execVM "scripts\outro.sqf";

and I used a trigger with type "end#1"

but it´s both not working.

I can´t find useful hints on the internet...

Greetz Purzel
 

Share this post


Link to post
Share on other sites

Wont work because of locality. Basically, the code needs to be executed on every client and a trigger only executes it on the server.

You need to find a way (Debug) to execute the script locally on every machine.

Share this post


Link to post
Share on other sites

Could BIS_fnc_mp be part of the solution?
 

(Edited, wrong command)

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

×