OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started 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?
-
Try:
enableradio false
But just remember to use:
enableradio true
to turn it back on again ;)
-
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?
-
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. ::)
-
Hmmm where did you put 'enableradio false'?
-
Try putting the code in the players init field. :)
8)PEACE
-
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..