Jump to content
  • 0

WAI script for showing text


General FinnBat

Question

I have 2 different versions of WAI scripts. One is showing the missions announcement, but the other dont show. I am not so good o these so could figure out why is the another not working ?

 

1  (this version dont show them on screen)

 

[_position,"Crimerians in Napf Castle"] execVM "\z\addons\dayz_server\WAI\missions\compile\markers.sqf";
_hint = parseText format["<t align=center' color='#ff0000' shadow='2' size='1.75'>Major Mission!</t><br/><t  align='center' color='#ffffff'>Crimerian clans men have stormed the Napf ruins! We have to clear them out!</t&gt];
customRemoteMessage = ['hint', _hint];
publicVariable "customRemoteMessage";
 
2. (working script uses this from)
 
[_position,"Medical Supply Camp"] execVM "\z\addons\dayz_server\WAI\missions\compile\markers.sqf";
[nil,nil,rTitleText,"Crimerian clan have set up a medical re-supply camp! Check your map for the location!", "PLAIN",10] call RE;
 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Is it even possible to do color formatting for titletext/cuttext?

 

Don't think so actually..

 

Sorry finnbatt I'm at work and didnt securely read your post. I think it is indeed the color that is messing with it.

 

Does your RTP say anything about it?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...