Hello.
I want players to broadcast to all other players on sideChat when they click on an rscbutton to edit their weapon sway. How is this done?
https://community.bistudio.com/wiki/sideChat
https://community.bistudio.com/wiki/remoteExec
I was reading this
https://forums.bistudio.com/topic/150634-sidechat-on-dedicated-servers/
Example:
action = "player setCustomAimCoef 0.1; player sidechat 'I set my Weapon Sway to 10%';";
text = "10% Sway";
tooltip = "";
Thank you.