1. Is there currently anyway to play custom sounds?
     
  2. See Playeri_love_codeoManagerServer in HurtMonoBehavior.
     
  3. Wulf

    Wulf Community Admin

    There's no way to send a custom sound from the server to the client. If anything, you'd only be able to play existing sounds that the client already has.
     
  4. Are you sure we can't use the same thing that broadcasts a players voice/mic to broadcast custom sounds? Like somehow make a fake player that plays sound from youtube links?
     
  5. Wulf

    Wulf Community Admin

    Pretty sure that uses Steam's voice generally, not actually something the server controls. You wouldn't be able to handle it via a plugin most likely.