Home   Help Search Login Register  

Author Topic: Disabling Radio Chatter.......  (Read 1203 times)

0 Members and 1 Guest are viewing this topic.

RedKnyte

  • Guest
Disabling Radio Chatter.......
« on: 27 Sep 2002, 19:02:37 »
My question is......how do you Off the radio chatter during a cutscene....and I made the cutscene using the Effects button and not using scripts or the createcamera syntax. I want only the ambience of the music but I don't want the radio chatter to interupt the music, can any1 help me?

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:Disabling Radio Chatter.......
« Reply #1 on: 27 Sep 2002, 19:13:41 »
Try:

enableradio false

But just remember to use:

enableradio true

to turn it back on again ;)

RedKnyte

  • Guest
Re:Disabling Radio Chatter.......
« Reply #2 on: 28 Sep 2002, 07:11:24 »
I've tried that, but still the radio is still on...I don't know if you don't quite understand but I've placed a wpt for the team. They are all in a Plane, going to eject at a certain point on the map (which is their first wpt). The thing is, Even if I put enableradio false, the leader will say something like "All move to Di46" (which is the teams first wpt)in the radio chatter....I don't want this to come up during the cutscene.....Is enableradio scrapped from resistance or something?

terminator

  • Guest
Re:Disabling Radio Chatter.......
« Reply #3 on: 03 Oct 2002, 22:29:48 »
listen to the man it works. Ive used it many times. My cut scenes are the scripting method that i use, so if you use a different method i dont know if it will work. ::)

seanver

  • Guest
Re:Disabling Radio Chatter.......
« Reply #4 on: 03 Oct 2002, 22:40:19 »
Hmmm where did you put 'enableradio false'?

Gameer_77

  • Guest
Re:Disabling Radio Chatter.......
« Reply #5 on: 04 Oct 2002, 00:26:52 »
Try putting the code in the players init field. :)

 8)PEACE

RedKnyte

  • Guest
Re:Disabling Radio Chatter.......
« Reply #6 on: 05 Oct 2002, 13:05:31 »
Umm, sorry for not replyin the last few days, been busy trying out enableradio and other things...actually, I got it all figured out, ya need to put enableradio on the group or the plane that is using the radio, I put it on the plane, but somethin was wrong at fisrt, evry1 on that plane never talked ( even the sidechat  put). The next thing I realised is, I forgot to change my pos as the team leader (I was testing the whole squad, so I became a player under control by AI) thats the reason I couldn't get the radio to 'off'. Thats when I change my pos to team leader and the whole thing works out fine...sorry for all of your extra replies...but thx anyway..