beta 0 Posted September 11, 2008 I'm trying to disable the radio for certain players in a mission. What I am looking for is at the start of the mission, only specific players should be able to send and recieve VON messages. All players are named. I've tried it though scripts and triggers ... doesn't seem to work so far. It works fine in SP, but not in MP. Only thing I have yet to try is putting this: 'if (local player) then {enableRadio false;};' in the init of each unit that is to not have comms. Anyone have any success in disabling the VON so far? Share this post Link to post Share on other sites
The_Captain 0 Posted September 11, 2008 I think enable/disable radio only controls the AI/squad radio and text chat, and doesn't affect VON. Share this post Link to post Share on other sites
Rav_Raven 8 Posted September 11, 2008 That is correct, The_Captain. Share this post Link to post Share on other sites
beta 0 Posted September 11, 2008 Ah, I see makes sense why it isn't working. Not very clear on the biki. How about fadeRadio? I tried that as well, and it had the same locality problems ... Does this command also not affect VON? EDIT: Just tested it ... no way to affect VON it seems. It is separate of the radio commands. Share this post Link to post Share on other sites
nuxil 2 Posted September 12, 2008 is the squad leader the one who controls the Radio? If so just a thought!. create a gamelogic with an Ai on it. then make thouse players you do want Not to have a radio join that Logic. but the logic might beginn to nag a bit. where are you.. return to formation etc etc. 0 faderadio 0; and clearradio might be usefull to not spam the screen... but this also removes other stuff. Share this post Link to post Share on other sites