Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
ArmA - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
) »
radio messages and sound
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: radio messages and sound (Read 2220 times)
0 Members and 1 Guest are viewing this topic.
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?
Logged
Spooner
Members
Mostly useless
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.
Logged
[Arma 2]
CBA: Community Base Addons
[Arma 1]
SPON Core
(including links to my other scripts)
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
»
Logged
Spooner
Members
Mostly useless
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.
Logged
[Arma 2]
CBA: Community Base Addons
[Arma 1]
SPON Core
(including links to my other scripts)
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
Logged
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??
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
ArmA - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
) »
radio messages and sound
Top of page