1. so when players are loading in players can listen to music that the admins can put the file
     
  2. Not possible, all sounds are client-side
     
  3. is there anything i could do like write it in or copy and paste a sprict to make it play sound for the loading screen plugin on the server
     
  4. Wulf

    Wulf Community Admin

    The player would need to be connected to the server and limited to the existing sounds that the client/server have.
     
  5. how would I do that Wulf?
     
  6. Wulf

    Wulf Community Admin

    There are some examples in the Rust Development section of sending sound effects.
     
  7. ok well thx
     
  8. Oh that's good
     
  9. It actually is possible to some extent. While you cannot play music while the player is loading in you can play music afterwars. You just need to properly compress the audio, check out Steamworks.