View Single Post
Author Message
Misery59
Junior Member
Join Date: Jul 2008
Old 05-19-2009 , 08:06   [DoD:S] Joinserver sounds
Reply With Quote #1

Hello all,

A sound of welcome (music) is emitted when the player arrives on the server !

You have the choice between the plugin with a single sound and the plugin with several sounds in the compressed file.

In each changemap, you have an (unpredictable) various sound from a list of sounds randomly.

The plugin with several sound have for the moment 10 sounds.


For add/Delete sounds in list of sounds:
you must compile it yourself. there are some settings you have to made if you change sounds.

1: Define how many sounds you have in the SP file.
Code:
Code:
#define MAXSOUNDS 4
2: And then insert the sounds you need in the SP file.
look at the directorys.
Code:
Code:
new String:js_add_sounds_name[][] = {
        "sound/joinserver/welcome.mp3",
        "sound/joinserver/join_db_od.mp3",
        "sound/joinserver/join_flight.mp3",
        "sound/joinserver/join_td_rockhouse.mp3"
        }
 
new String:js_pre_sounds_name[][] = {
        "joinserver/welcome.mp3",
        "joinserver/join_db_od.mp3",
        "joinserver/join_flight.mp3",
        "joinserver/join_td_rockhouse.mp3"
        }
3: Compile the plugin.
Dont forget to copy the sounds in the right directory on your gameserver. and on your FAST_FTP if you have one..


Command:
- No command

Installation:
- Put sm_dod_joinserver.smx in " dod / addons / sourcemod / plugins "
- Put the sound of welcome in the file " dod / sound / joinserver "
- Relaunch the server

CHANGELOG:
Version 1.1 (NEW)
- Several sounds (This version have new small sounds)

REPORTED BUGS:
- No bug for a long time

WARNING:
this plugin was creates for a long time, it has no known bug and already works on numerous servers. Her author wishes to make it share to the community, but will make modifications above only if need be.

SERVERS RUNNING THIS PLUGIN:
http://www.game-monitor.com/search.p...&type=variable


Attached Files
File Type: zip joinserver.zip (3.52 MB, 5493 views)

Last edited by Misery59; 11-12-2009 at 07:42.
Misery59 is offline