Jump to content
Sign in to follow this  
Nightjay0044

Hidding Radio Messages

Recommended Posts

Hi, how do you makea radio message or the text that you create be hidden and then also how do you make it reappear after whenever you want too?

IF someone could give me full detail and simple format. thanks.

Share this post


Link to post
Share on other sites

hm you can do it permanently by editing the stringtable.csv ... but i guess thats not what you are looking for

Share this post


Link to post
Share on other sites

Hi, nope, I need to be able to hide a radio message like you would hide objectives on a map and breifings.

biggrin_o.gif

Share this post


Link to post
Share on other sites

Student Pilot~

I would if I knew how to call the radio message in a script. Also if that's the only way, I would need help with that? Thanks.

Share this post


Link to post
Share on other sites

Hi all, I figured it out. Woohoo. Just a little searching in the FAQ area and I found out how to do it. Here's what to do, how to hide your radio channels, text etc.

1) Obviously have the player, and maybe create another unit that your going to radio.

2) Create an init.sqs File in your saved mission directory that your using. Then type this code in there.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">1 setradiomsg "null"

3) That will automatically hide your radio text on the start of the mission.

4) Then if you want to activate it in a trigger, unit or waypoint. Put this code in the appropriate area.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">1 setradiomsg "Call in Alpha"

Lets discuss the code:

"1" means Alpha. You can radio alpha. 2=bravo, 3=charlie, and etc. That's how you can hide the radio messages and recall them later if you need them.

yay.gif

whistle.gif

pistols.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×