OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: RedKnyte on 27 Sep 2002, 19:02:37

Title: Disabling Radio Chatter.......
Post by: RedKnyte 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?
Title: Re:Disabling Radio Chatter.......
Post by: Sui on 27 Sep 2002, 19:13:41
Try:

enableradio false

But just remember to use:

enableradio true

to turn it back on again ;)
Title: Re:Disabling Radio Chatter.......
Post by: RedKnyte 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?
Title: Re:Disabling Radio Chatter.......
Post by: terminator 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. ::)
Title: Re:Disabling Radio Chatter.......
Post by: seanver on 03 Oct 2002, 22:40:19
Hmmm where did you put 'enableradio false'?
Title: Re:Disabling Radio Chatter.......
Post by: Gameer_77 on 04 Oct 2002, 00:26:52
Try putting the code in the players init field. :)

 8)PEACE
Title: Re:Disabling Radio Chatter.......
Post by: RedKnyte 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..