RegEdit 10 Posted October 20, 2013 Hello. I’m using BIS_fnc_titlecard to show video at the start of the mission and I encountered a problem: when I press space to skip video, sound continues to play. Is there a way to fix that or not? Thanks in advance. Share this post Link to post Share on other sites
cobra4v320 27 Posted October 20, 2013 Post your init.sqf file, because the only sound in BIS_fnc_titlecard is the sound click. Share this post Link to post Share on other sites
RegEdit 10 Posted October 20, 2013 Here it is: ["video.ogv",false] spawn BIS_fnc_titlecard; waitUntil {!(isNil "BIS_fnc_titlecard_finished")}; [ helipad, text nearestLocation [getPos helipad,"NameVillage"], 250, 125, 135, 0, [ [getText(configFile >> "CfgMarkers" >> "c_air" >> "icon"),[0,0.3,0.6,1],helipad,1,1,0,"Landing Zone"] ] ] spawn BIS_fnc_establishingShot; Share this post Link to post Share on other sites
RegEdit 10 Posted October 21, 2013 And yeah, I mean not the click sound but video file’s sound itself. Share this post Link to post Share on other sites