Jump to content
  • 0

briefing.sqf


Schloti1993

Question

Few Peoples have problem with that so i send a working version.

 

 

 

Added in your Mission.pbo in File init.sqf

 

[] execVM "Briefing.sqf";

 

Make a File called briefing.sqf

 

With inside this.


diag_log format['**Starting Briefing.sqf**'];



if (!hasInterface) exitWith {};



waitUntil {!isNuLL(uiNameSpace getVariable ["EPOCH_loadingScreen",displayNull])};

waitUntil {isNuLL(uiNameSpace getVariable ["EPOCH_loadingScreen",displayNull])};



player createDiarySubject ["menu1","Server Rules"];

player createDiarySubject ["menu2","Server Features"];

player createDiarySubject ["menu3","Support"];

player createDiarySubject ["menu4","Generally Informations"];

player createDiarySubject ["menu5","Epoch Controls"];



player createDiaryRecord ["menu1",

["Server Rules","<br/>
 
Your Text
"]];





player createDiaryRecord ["menu2",

["Server Features","<br/>
 
Your Text
"]];





player createDiaryRecord ["menu3",

["Support","<br/>
 
Your Text
"]];

player createDiaryRecord ["menu4",
["Generally Informations","<br/>


Your Text
"]];


player createDiaryRecord ["menu5",
["Epoch Controls","<br/>

CTRL + ß regulate volume level down<br/>
CTRL + ` regulate volume level up<br/><br/>
"]];

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

because he not make a <br/> behind the text: example:

 

player createDiaryRecord ["menu3",

["Support","<br/>
Your Text<br/>
Your Text<br/>

Your Text<br/>
"
]];

 

 

@Tango.... your briefing is not complett and not good for noob players/admins ! there are errors in it and it lacks the t<br/>.....this is not a good example !

 

and this is to 99 % what i have posted in another threat !?!?

Link to comment
Share on other sites

  • 0

@Tango.... your briefing is not complett and not good for noob players/admins ! there are errors in it and it lacks the t<br/>.....this is not a good example !

 

 

Sorry for that,

 

I just tryed to Help  & Give some info Back that i got from here & Google.....

 

I used this example only becouse i had similar problem that fixed my issue ;)

 

Kind Regards

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...