snkman 351 Posted January 19, 2008 Hey Guy's, just made some things with titleCut and it seems it didn't work correctly. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> private "_a"; if (condition 1) then {_a = 5} else {_a = 10}; titleCut ["", "WHITE OUT", 0]; titleCut ["", "WHITE IN", _a]; Now the screen is faded white completly in 0 sec. but it should fade back slowly within 5 or 10 sec. but it always gets back without fading the 5 or 10 sec. Is this a .sqf bug or what is wrong? Share this post Link to post Share on other sites
Mr-Murray 0 Posted January 19, 2008 Hi Snake It seems that it is a bug. I´ll point out it in the newsgroup. Best regards, Mr-Murray Share this post Link to post Share on other sites
snkman 351 Posted January 19, 2008 Oh well thats good. I thought i'm just to stupid to do this... Thanks Mr-Murray Share this post Link to post Share on other sites
Mr-Murray 0 Posted January 21, 2008 Hi again Obviously it works nearly perfect! But there is a new way to do it Please try: titleText ["T E S T", "black in"]; titleFadeOut 10 I didn´t saw it in the wiki: http://community.bistudio.com/wiki/titleFadeOut http://community.bistudio.com/wiki/cutFadeOut Regards, Mr-Murray Share this post Link to post Share on other sites
snkman 351 Posted January 21, 2008 WOW cool it works. Thank you very much Mr. Murray. Share this post Link to post Share on other sites