Solved Playing custom sounds?

Discussion in 'Rust Development' started by GreenArrow, Sep 1, 2015.

  1. Is there a way i can have a custom sound play from a url so on shoot it changes the sound? ??
     
  2. Not from url.. but from in-game sounds.

    Example
    Code:
    Effect.server.Run("assets/bundled/prefabs/fx/headshot.prefab", player.transform.position, Vector3.zero, null, false);