Jump to content
gc8

radioChannelCreate question

Recommended Posts

Hi

I'm creating new radio channel via radioChannelCreate but my question is do I need to create own radio channel for each side or do the chat messages find their way to correct players of correct side? 

 

I'm using customChat to send the chat messages

 

(leader _group) customChat [supportChannel, _msg];

 

thx

Share this post


Link to post
Share on other sites
6 minutes ago, killzone_kid said:

There is no side you need to add all units to the channel manually https://community.bistudio.com/wiki/radioChannelAdd

 

But my question is if west unit uses customChat will the chat be sent only to west players? Or to east players also if they are added to the channel?

Share this post


Link to post
Share on other sites

I have another question which I thought is suitable for this thread. I don't understand why you need to add (with radioChannelAdd) the units/player to a radio channel when you also need to send remoteExec of customChat to those same players? I mean what purpose does the channel player list really serve?

 

Share this post


Link to post
Share on other sites

It is what it is, this is how command is designed. Besides all chat commands are local, if you want global you need to remote exec. 

Share this post


Link to post
Share on other sites
4 minutes ago, killzone_kid said:

if you want global you need to remote exec. 

 

That's what I said

Share this post


Link to post
Share on other sites

Except for radioChannelCreate which should be run on server.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×