Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > IL-2 Sturmovik: Cliffs of Dover > FMB, Mission & Campaign builder Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 12-07-2011, 01:47 PM
FG28_Kodiak FG28_Kodiak is offline
Approved Member
 
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
Default

It's not possible.
GamePlay.gpHUDLogCenter(..) doesn't support it, i've tried it too .

You can use the timeout command to show one message after another.

Code:
SendScreenMessageTo(1, "Note");

Timeout(5, () =>    // Time in Seconds
{
     SendScreenMessageTo(1, "Press TAB and 4 at ANY time");
});
Timeout(10, () =>    
{
SendScreenMessageTo(1, "Load any submission available in the list");
});
etc.
Reply With Quote
  #2  
Old 12-07-2011, 01:57 PM
KDN KDN is offline
Approved Member
 
Join Date: Sep 2010
Posts: 114
Default

Thaaaaaaank you!!
I will do just that
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:48 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.