Home   Help Search Login Register  

Author Topic: Hide/Show Radio triggers?  (Read 1392 times)

0 Members and 1 Guest are viewing this topic.

evil

  • Guest
Hide/Show Radio triggers?
« on: 19 Mar 2003, 02:51:27 »
I can't seem to find any information on how (if possible) to hide or show radio commands (alpha, bravo, etc).  Can anybody help me?  Also, can radio commands only be used by one side in a multiplayer mission?

Offline Chris Death

  • Former Staff
  • ****
  • Finally Death's gonna get ya
    • OFPEC
Re:Hide/Show Radio triggers?
« Reply #1 on: 19 Mar 2003, 03:48:33 »
Quote
I can't seem to find any information on how (if possible) to hide or show radio commands (alpha, bravo, etc).  

hmm - this can be found in the official comref @ BIS, then
you'll find it for sure in the editors depot and at dozens of
other thread in this forum  I can't seem to believe you have
had an intensive research for that ;)

However here's the code:

1 setRadioMsg "null"  -- you may use to hide the radio

1 setRadioMsg "whatever"  -- you may use to let the radio-call
to look like 0-0-1 text:"whatever"

~S~ CD
Dont argue with idiots....they will bring you down to their level and beat you there with experience.

How to use Waypoint type Scripted

evil

  • Guest
Re:Hide/Show Radio triggers?
« Reply #2 on: 19 Mar 2003, 05:47:45 »
I did search.  I found plenty of other stuff I was looking for like seperate briefings in multi, and changing weather/fog ingame :).  Thanks for the help.  But how can you use that in multi?  Don't want someone on East calling in an airstike against themselves lol.
« Last Edit: 19 Mar 2003, 05:57:02 by evil »

Offline Chris Death

  • Former Staff
  • ****
  • Finally Death's gonna get ya
    • OFPEC
Re:Hide/Show Radio triggers?
« Reply #3 on: 19 Mar 2003, 05:58:40 »
Quote
But how can you use that in multi?  Don't want someone on East calling in an airstike against themselves lol.

side player == East/West

you could use as condition in a trigger (off course only
East or West)


?(side Player == east): exit

would exit a script, if it is executed on a client talking
in russian language


Quote
Also, how do I show them again after I "null" them?

Read my first reply again, and maybe you will find the answer
yourself  ;)

~S~ CD
Dont argue with idiots....they will bring you down to their level and beat you there with experience.

How to use Waypoint type Scripted

evil

  • Guest
Re:Hide/Show Radio triggers?
« Reply #4 on: 19 Mar 2003, 20:46:20 »
OK thanks again, I'll try that.  I figured out the "null" part, but I guess you saw it before I took it out.  

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Hide/Show Radio triggers?
« Reply #5 on: 19 Mar 2003, 22:01:33 »
Just want to say:

WELCOME TO THE FORUM EVIL!!

evil

  • Guest
Re:Hide/Show Radio triggers?
« Reply #6 on: 19 Mar 2003, 23:06:21 »
It worked!  Thank you for your help Death.  And thanks for the welcome Armstrong.  :)