Rust Custom login sound

Discussion in 'Plugin Requests' started by lnsflive, Mar 5, 2018.

  1. Is there anyway to play an audio clip when an admin logs into the game? Thought that would be really cool
     
  2. You can only play sounds that are in the game.
    Code:
    Effect.server.Run("assets/prefabs/locks/keypad/effects/lock.code.updated.prefab", player.transform.position);
     
  3. I figured it would come to that, thanks a bunch!