Jump to content
Lorenz94

MP Sidechat Problem

Recommended Posts

Hello,

I'm having issue to broadcast a message in sideChat to all players on dedicated server.

 

I've placed a bluford unit named "chatUnit", and I'm trying to use this unit to say a couple of messages on radio.

 

All players are bluford, but I can't have the message to work on dedicated.

 

I'm using:

[chatUnit, "Codes have been generated... Stand by."] remoteExec ["sideChat", -2, true];

any ideas? Already checked biki, no luck.

 

 

Thank you.

Share this post


Link to post
Share on other sites

https://community.bistudio.com/wiki/sideChat

 

Make sure you have an ItemRadio assigned to everyone that needs to be able to see the message including the transmitting unit. Which is noted on the wiki page for side chat.

 

I also recommend you make the final parameter false for remoteExec, as your code is right now the unit will transmit over side chat, to every unit, every time someone joins the 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

×