PDA

View Full Version : Can anyone help me?


Alexxandru
05-11-2017, 16:54
Hello everyone im new on CSGO dedicated servers and i wanna ask you some questions:

I tryied to added Roundsound and it said to add cvar.. i don't know where to add this Add the cvars:
snd_musicvolume 0 volume 0 to your server config. I searched for a config.cfg or server.cfg but don't find anything ...

Next one is i tryied to added too skin chooser and same
ConVars:
sm_csgo_skins_enable <1/0> - Whether or not enable CS:GO Skins Chooser plugin
sm_csgo_skins_random <1/0> - Whether or not randomly change models for all players on every respawn.
sm_csgo_skins_change <1/0> - Determines when change selected player skin: 0 = On next respawn. 1 = Immediately
sm_csgo_skins_admflag <flag letter> - If flag is specified (a-z), only admins with that flag will able to use skins menu.

I don't know where to add this comands.. to start on same time with server.

If some1 from here can help me and ill apreciate so much bcs i am newbie..

Austinbots
05-21-2017, 03:32
Create a text file and call it server.cfg
Put it in your cfg folder.
It will be here,
c:\CSGO\csgo\cfg\server.cfg
Note: The first folder name is where you choose to install your csgo ds.
I installed mine in c:\CSGO

Put this command in your server.cfg file to make sure it is loading.
echo ===== server.cfg Loading ==================
You should see that line in your server's console when it starts up.
If you see it you know it is running your server.cfg and you can put your other commands in server.cfg too.
Your ds will run the commands in server.cfg on every map change.