Jump to content
Sign in to follow this  
Alex116

Special effects to sidechat?

Recommended Posts

I'd like to have some lines of text come up into the screen at the startt of the mission.

I tried achieving itt with sidechat etc. No luck, since the sidechat pops up instantly.

I need it to roll up and add a sound effect to it.

Just as in the above video, after 7 seconds you see the text I'd like to have.

Is this possible? Im not sure but I believe I saw this in a mission somewhere.

Edited by Alex116

Share this post


Link to post
Share on other sites

Hi,

I used something like this in some of my missions for coop:

Intro.sqf

// Loadingtext
sleep 10;
// Info text
[str("Oct 12th") , str("04:30hrs")] spawn BIS_fnc_infoText;
sleep 10;
[str("SpecOPs Team inserted")] spawn BIS_fnc_infoText;
   sleep 10;
[str("Factory infiltrate") , str("Created By") , str("Gunter Severloh")] spawn BIS_fnc_infoText;

adding the sleep 10 will give the text a delay, but if I remember correctly its been several months the info text has a sound to it.

Edited by Gnter Severloh

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  

×