Jump to content
Sign in to follow this  
RegEdit

BIS_fnc_titlecard problem

Recommended Posts

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

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

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

And yeah, I mean not the click sound but video file’s sound itself.

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  

×