Raised This Month: $ Target: $400
 0% 

Welcome Sound


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author
Experto
Member
Join Date: Jan 2008
Location: Brasil
Plugin ID:
2615
Plugin Version:
2.0.0
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
    10 
    Plugin Description:
    Plays sound of welcome for the players
    Old 10-23-2011 , 08:17   Welcome Sound
    Reply With Quote #1

    :: Description ::

    Plays sound of welcome for the players.
    Allows the player to stop the sound, typing the command !stop.
    Also allows register different sounds for each player.
    You can register with one for each player, without having to edit files on the server, simply use the commands to register, delete and list the registered players. It is also possible to play sounds only for registered players.


    :: Commands ::

    // Allows the player to stop the sound, typing the command !stop in the chat
    !stop

    // Adds players to playlist (In console, Admin only)
    //
    // <steamId> : is required
    // <soundFile> : is required
    //
    // Example: sm_wsound_add STEAM_1:245678 quake/entrada1.wav
    //
    // Note: only take effect after map change or restart the server
    //
    sm_wsound_add <steamId> <soundFile>

    // Remove players in the playlist (In console, Admin only)
    //
    // Example: sm_wsound_del STEAM_1:245678
    //
    sm_wsound_del <steamId>

    // Displays the list of registered players (In console, Admin only)
    //
    // [soundFile] : is optional. If not given, displays the complete list
    //
    // Example:
    // sm_wsound_list
    // sm_wsound_list STEAM_1:245678
    //
    sm_wsound_list [steamId]


    :: Options / CVar's ::

    Config file created automatically: cfg/sourcemod/welcomesound.cfg

    Notes: The file welcomesound.cfg is generated in Portuguese-BR. If you need the English version replace the contents of the file "cfg/sourcemod/welcomesound.cfg" for the content of welcomesoundEN.txt available for download.

    Code:
    // This file was auto-generated by SourceMod (v1.3.9-dev)
    // ConVars for plugin "welcomesound.smx"
     
    // Announce the command !stop? [0 = No, 1 = Yes]
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    sm_wsound_announce_stop "1"
     
    // Allow the client to use the !stop and stop the sound? [0 = No, 1 = Yes]
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    sm_wsound_client_stop "1"
     
    // On / Off Sound welcome. [0 = Off, 1 = On]
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    sm_wsound_enable "1"
     
    // Address of the sound file
    // -
    // Default: "ambient/music/dustmusic1.wav"
    sm_wsound_file "quake/entrada.wav"
     
    // Stop the sound when the player chooses a team? [0 = No, 1 = Yes]
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    sm_wsound_stop_spawn "1"
     
    // Type of execution. [1 = For all, 2 = Only registered players]
    // -
    // Default: "1"
    // Minimum: "1.000000"
    // Maximum: "2.000000"
    sm_wsound_type "1"
    :: Change log ::

    >> 2.0.0 - 10/30/2011
    - NEW: Allows register different sounds for each player.
    - NEW: You can register with one for each player, without having to edit files on the server, simply use the commands to register, delete and list the registered players. It is also possible to play sounds only for registered players.
    - NEW: Announce the command !stop

    >> 1.0.0 - 10-23-2011
    - Release of the plugin


    :: Installation ::

    - Copy the file "welcomesound.smx" to the folder "addons/SourceMod/plugins/"
    - Copy the file "welcomesound.phrases.txt" to the folder "addons/SourceMod/translations/"


    :: Upgrading ::

    - Run the command: sm plugins unload welcomesound

    - Delete the old file: "cfg/sourcemod/welcomesound.cfg"
    - Delete the old file: "addons/SourceMod/translations/welcomesound.phrases.txt"

    - Copy the new file "welcomesound.smx" to the folder "addons/SourceMod/plugins/"
    - Copy the new file "welcomesound.phrases.txt" to the folder "addons/SourceMod/translations/"

    - Run the command: sm plugins load welcomesound
    or restart the server or change the map


    :: Downloads ::
    Attached Files
    File Type: sp Get Plugin or Get Source (welcomesound.sp - 2906 views - 11.0 KB)
    File Type: txt welcomesound.phrases.txt (1.2 KB, 1397 views)
    File Type: txt welcomesoundEN.txt (1,015 Bytes, 1168 views)
    File Type: zip welcomesound2.0.0.zip (190.6 KB, 3332 views)
    __________________
    My Plugins:
    -IP Block: This plugin block the entry in the server of players with same IP. Too is possible to config exceptions for some IPs
    -Auto Swap Team: This plugin does the automatic swap of teams according to the options selected
    -Welcome Sound: Plays sound of welcome for the players

    Last edited by Experto; 10-30-2011 at 18:39. Reason: new version
    Experto is offline
     



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 18:19.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode