Jump to content
Devastator_cm

titleText during game via remoteexec

Recommended Posts

 Hi Guys,

can someone tell me what I am doing wrong with following as it is not working...
[ "5 hours later", "BLACK IN", 10 ] remoteExec ["titleText", -2,true];

There is a trigger and when someone from blufor enters it above text with black in should be run by each client

Share this post


Link to post
Share on other sites

kill me... :(
How will I make the screen black then. I need to skip the time and I dont want it just a sudden change...

Share this post


Link to post
Share on other sites

Thanks!
This is just a workaround right? My code was ok I assume but not working due to a BI Bug?

Share this post


Link to post
Share on other sites

Hello,

I wrote a tittle text in the initPlayerLocal.sqf and some other codes. I never ever obtain this text, except on hosted server...

So titleText seems to be correct. Timing also (12 sec slot) but nothing appears on client, neither:

titletext [["Some text...", "BLACK FADED"],1.2];

nor:

[[],{titletext [["Some text...", "BLACK FADED"],1.2]}] remoteExec ["call",clientOwner];

uiSleep 12;

 

Any idea?

Thanks

Share this post


Link to post
Share on other sites
On 11/1/2016 at 7:06 PM, Devastator_cm said:

 Hi Guys,

can someone tell me what I am doing wrong with following as it is not working...
[ "5 hours later", "BLACK IN", 10 ] remoteExec ["titleText", -2,true];

There is a trigger and when someone from blufor enters it above text with black in should be run by each client


Correct format is 

[[ "5 hours later", "BLACK IN", 10 ]] remoteExec ["titleText", -2,true];

This should be fixed in tomorrow dev

  • Like 1

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

×