Purzel 35 Posted April 29, 2016 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
MKD3 27 Posted April 29, 2016 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
Purzel 35 Posted April 29, 2016 Could BIS_fnc_mp be part of the solution? (Edited, wrong command) Share this post Link to post Share on other sites
MKD3 27 Posted April 30, 2016 Erh. not sure what that is.Use https://community.bistudio.com/wiki/BIS_fnc_MPthat. Youre meant to use remoteexec but I cant remember how to use it with an SQF file so for now that will do. Share this post Link to post Share on other sites
zonekiller 175 Posted May 3, 2016 remoteexec would be better Share this post Link to post Share on other sites