Jump to content
Sign in to follow this  
Coffeecat

Call bis_fnc_showTime Question

Recommended Posts

_showtime = [
[2009,10,9,4,30], //--- Start time
[2009,10,9,5,10], //--- End time
50
] call bis_fnc_showTime;
sleep 5;
exit;

this is working fine in my sqf, but how can i make the time disappears again?

Share this post


Link to post
Share on other sites

BIS uses it in the "intro" part of the mission, so it naturally goes away when intro ends. I however use it in the mission itself. I'm not at home right now, but think I did a 0 cutRsc with empty text to overwrite the clock layer. I could double check later on.

Share this post


Link to post
Share on other sites

Yea i tried to cut it with RscCuts but that doesnt work. Would be nice if you could see how it worked for you, ty!

Share this post


Link to post
Share on other sites

Sure thing. Probably 6 or7 more hours til I can though :D

Here it is:

1 cutRsc ["DEFAULT", "PLAIN", 2];

You don't need to define DEFAULT, it just works. And it's on layer 1, not 0 like I guessed earlier.

Edited by AZCoder
added solution

Share this post


Link to post
Share on other sites

ah didnt know that the first number is the layer, works fine now thank you!:)

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  

×