View Single Post
  #5 (permalink)  
Old 29-06-2009, 05:40 PM
del4nath's Avatar
del4nath del4nath is offline
Junior Member
 
Join Date: May 2009
Location: Lincoln, England
Posts: 14
Default

Quote:
Originally Posted by chalkie View Post
Hi guys, im trying to add a sound so that when a player joins they hear it only.

I have mani admin running but for the first time in ages google has let me down.

thanks in advance peeps
<3
It is really easy with mani admins mod.

In your "/cstrike/cfg/mani_admin_plugin/" there is a file called "actionsoundlist.txt" open that and this is what you will see:

//"joinserver" admin_plugin/actions/joinserver.mp3
"votestart" admin_plugin/actions/startyourvoting.mp3
"voteend" admin_plugin/actions/endofvote.mp3
//"roundstart" admin_plugin/actions/roundstart.mp3
//"roundend" admin_plugin/actions/roundend.mp3
"restrictedweapon" admin_plugin/actions/restrictedweapon.wav
"menuselect" admin_plugin/actions/menuselect.wav
"menuexit" admin_plugin/actions/menuexit.wav

take the "//" out of the line

"//"joinserver" admin_plugin/actions/joinserver.mp3" so it looks like ""joinserver" admin_plugin/actions/joinserver.mp3"

then get the sound file you want people to hear and name it
"joinserver.mp3" to mirror what is in that line (alternatively
you can name the sound what you want but you will have to mirror
that name in that line in the file).

Then place the sound in:

"/cstrike/sound/admin_plugin/actions"

then finaly upload it to your fastDL site with the directory of:

"cstrike/sound/admin_plugin/actions".

Now a player will hear the sound
every time they join the server.

NB: Keep the sound under 30-40 seconds to avoid lenghy download times.

Regards

Nathan
__________________











Last edited by del4nath; 29-06-2009 at 05:49 PM.
Reply With Quote