Home   Help Search Login Register  

Author Topic: radio messages and sound  (Read 1846 times)

0 Members and 1 Guest are viewing this topic.

Offline bakerboy1990

  • Members
  • *
radio messages and sound
« on: 17 Jun 2009, 19:09:08 »
does anyone kno how to make a HQ radio message? [BLUFOR,"HQ"] sideChat "move to position" this is one i found but it doesnt work for me can anyone help? and does any1 know how i can make the sounds for the words ie "move to position" like the radio messages in the campaign?

Offline Spooner

  • Members
  • *
  • Mostly useless
    • Community Base Addons
Re: radio messages and sound
« Reply #1 on: 17 Jun 2009, 19:57:26 »
Try:
Code: [Select]
[west,"HQ"] sideChat "move to position";
The sides are internally, west, east, civilian, etc, regardless of what you see as screen descriptions of those sides.

[Arma 2] CBA: Community Base Addons
[Arma 1] SPON Core (including links to my other scripts)

Offline bakerboy1990

  • Members
  • *
Re: radio messages and sound
« Reply #2 on: 17 Jun 2009, 22:18:24 »
hi spooner, i tryed it and it still doesnt work :(
« Last Edit: 17 Jun 2009, 23:40:02 by bakerboy1990 »

Offline Spooner

  • Members
  • *
  • Mostly useless
    • Community Base Addons
Re: radio messages and sound
« Reply #3 on: 18 Jun 2009, 19:14:31 »
Hmm. Well further to your original query, for voice and text you need to use radioChat rather than sideChat (the latter is always just text). radioChat plays a sound and plays a set string. sideChat (and similar commands) allow you to write any text you want without it havein to be pre-prepared. There are several tutorials on this if you search around in the Editors Depot a bit.

Something that might be stopping you using chat commands (HQ or otherwise) is that they are only displayed when you are in MP mode (i.e. not in SP or SP editor). You also only get HQ chat messages for east/west, not for the other two sides.
[Arma 2] CBA: Community Base Addons
[Arma 1] SPON Core (including links to my other scripts)

Offline bakerboy1990

  • Members
  • *
Re: radio messages and sound
« Reply #4 on: 20 Jun 2009, 11:34:01 »
ok thankyou spooner, will search around for a tut :good:

Offline bakerboy1990

  • Members
  • *
Re: radio messages and sound
« Reply #5 on: 26 Jun 2009, 16:03:13 »
tryed looking at a tut and i found 1 but i have no idea what 2 do its confusing, has any1 made radio messages with sound to go with it, just like in the campaigns??