Home   Help Search Login Register  

Author Topic: Show the radio when i want to...  (Read 531 times)

0 Members and 1 Guest are viewing this topic.

Knut Erik

  • Guest
Show the radio when i want to...
« on: 09 Mar 2003, 01:46:58 »
This might be easy, but i've not figured it out...  :-\
What i'm trying to do is this. When you create a trigger with "radio alpha" it showes up on your radio so you can call it. ( 0-0-1)
I want the radio message to show up when i enter a trigger.
So that you can't call suport before you have discovered some enymys.

Complicated eh...  ::)

CrashnBurn

  • Guest
Re:Show the radio when i want to...
« Reply #1 on: 09 Mar 2003, 02:16:35 »
In your init.sqs add a line-

1 setradiomsg "NULL"

In your trigger add a line-

1 setradiomsg "BlahBlahBlah"

replace blah with the text you want to appear on the radio.

Knut Erik

  • Guest
Re:Show the radio when i want to...
« Reply #2 on: 09 Mar 2003, 10:54:54 »
Thanks a lot !  ;D