Devastator_cm 434 Posted November 1, 2016 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
M1ke_SK 230 Posted November 1, 2016 Found this on issue tracker. Same problem you described. https://feedback.bistudio.com/T120182 1 Share this post Link to post Share on other sites
Devastator_cm 434 Posted November 1, 2016 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
fn_Quiksilver 1636 Posted November 1, 2016 [[],{titletext [...];}] remoteExec ['call',<targets>,<jip>]; Share this post Link to post Share on other sites
Devastator_cm 434 Posted November 1, 2016 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
pierremgi 4833 Posted May 8, 2017 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
Devastator_cm 434 Posted May 8, 2017 try this titleText [ "Some Text", "BLACK FADED", 1.2]; Share this post Link to post Share on other sites
killzone_kid 1329 Posted May 10, 2017 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 1 Share this post Link to post Share on other sites