Sporny Posted August 22, 2015 Report Share Posted August 22, 2015 I dont really understand how i make custom messages for DZMS and WAI I want a hint Box on like the debug monitor, but it dont work for me. So in DZMS i did it like this: //[nil,nil,rTitleText,"The Crash Site has been Secured by Survivors!", "PLAIN",6] call RE; hintSilent parseText format ["Mission complete!"]; But nothing happens. In WAI i dont really know where to add the message. Can anyone help me? Link to comment Share on other sites More sharing options...
0 Eric Posted August 22, 2015 Report Share Posted August 22, 2015 Bump Link to comment Share on other sites More sharing options...
0 BetterDeadThanZed Posted August 22, 2015 Report Share Posted August 22, 2015 I dont really understand how i make custom messages for DZMS and WAI I want a hint Box on like the debug monitor, but it dont work for me. So in DZMS i did it like this: //[nil,nil,rTitleText,"The Crash Site has been Secured by Survivors!", "PLAIN",6] call RE; hintSilent parseText format ["Mission complete!"]; But nothing happens. In WAI i dont really know where to add the message. Can anyone help me? The // marks at the one line makes that line a comment. Remove the // and it should work, assuming the rest of the code around it is correct but you didn't post that, so it's hard to tell. Link to comment Share on other sites More sharing options...
0 Sporny Posted September 6, 2015 Author Report Share Posted September 6, 2015 Okay dont know if you really understand what i mean....But now its working for me....I dont wanna the text in the middle... i wanted a hintbox in the upper right cornor....this is how it works for me in DZMS://[nil,nil,rTitleText,"The Crash Site has been Secured by Survivors!", "PLAIN",6] call RE; [nil,nil,rHINT,parseText format["<t color='#00FF00'><t size='2.0'>Mission complete!</t></t><br/>------------------------<br/>The Crash Site has been Secured by Survivors!"], "PLAIN",10] call RE;but how does it works for WAI!? Link to comment Share on other sites More sharing options...
Question
Sporny
I dont really understand how i make custom messages for DZMS and WAI
I want a hint Box on like the debug monitor, but it dont work for me.
So in DZMS i did it like this:
//[nil,nil,rTitleText,"The Crash Site has been Secured by Survivors!", "PLAIN",6] call RE;
hintSilent parseText format ["Mission complete!"];
But nothing happens.
In WAI i dont really know where to add the message.
Can anyone help me?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now