View Single Post
naturex
Member
Join Date: Jan 2015
Old 02-13-2015 , 15:34   Re: [CS:GO] Join Sound
Reply With Quote #50

OMG, after few hours I made it work! The tutorial:
Step 1: Make you joinserver.mp3 rate (Hz) to 44100.[use Audacity program]
Step 2: Place your joinserver.mp3 into csgo/sound/music/foldername/joinserver.mp3
Step 3: Edit joinsound.sp :
Quote:
g_CvarSoundName = CreateConVar("sm_start_sound", "music/foldername/joinserver.mp3", "Welcome sound");
Step 4: Compile your joinsound.sp. Go to your scripting folder and write[LINUX,putty]:
Quote:
./compile.sh joinsound.sp
Step 5: Open compiled folder and you see joinsound.smx , put it into a sourcemod/plugins
Step 6: go to your server.cfg and add this
Quote:
sm_start_sound "music/foldername/joinserver.mp3"
Step 7 : Now you can run the server

The tutorial was for noobs like me

Last edited by naturex; 02-13-2015 at 15:35.
naturex is offline