1. I'm new to C# and Rust Plugins, I'm trying to make it so I can play an audio file globally (to every player). It doesn't need to have an audio source (like it's coming from a certain position) bit that would be a plus.

    Can someone help me out please?
     
  2. Wulf

    Wulf Community Admin

    You can only play sounds that already exist on the client.
     
  3. Oh, okay. I am trying to find a resource full of available sounds on Rust, can you point me in the right direction?
     
  4. Manifest Dump - > Solved - Using game particles | Oxide

    Mughisi released a small .cs file you can use to dump the manifest, this might help you find some of the sound effects in the game, kind in mind some of these are actual particle effects etc, so you'll just have to play around with them until you find the stuff you like. I hope this helps! :)