Solved Voice distance

Discussion in 'Plugin Requests' started by juergen, Dec 8, 2014.

  1. With the V key players can talk to each other when they are close together. Is it possible for the admin to install a feature that you can hear it on the whole server? Then he could make global announcements.
    Juergen
     
  2. If it is like the old legacy rust then no as it is based on view distance.

    So if its not based on view distance then a hook will need to be added for onVoice and it should expect nil or a list of players returned to have the voice broadcasted to.
     
  3. pretty sure it's controlled from the client side, as i can't find no real stuff for Voice chat in the server dlls