Posts: 3
Threads: 1
Joined: Aug 2010
Reputation:
0
What is the way to go around this problem that once in-game folks vote e.g alltalk off or you as an admin change it off but when the map changes it will run server.cfg and alltalk would be on again.
Same problem appears when I run the server in a training mode by executing server_training.cfg and after map change the server is using once again the server.cfg
So what is the proper way to go around this?
I use sourcemod if that helps any. And i am a noob in these matters.
Posts: 779
Threads: 5
Joined: Apr 2008
Reputation:
9
put this in your server.cfg:
sv_alltalk 0
Warning Level: 0%
Posts: 3
Threads: 1
Joined: Aug 2010
Reputation:
0
What i am trying to say here is that if ppl playing vote about some cvar, how can i make sure that this cvar wont be changed back to its default value during map change?
Posts: 779
Threads: 5
Joined: Apr 2008
Reputation:
9
You can't because after the mapchange the server.cfg is executed with the cvars in it.
Warning Level: 0%
Posts: 3
Threads: 1
Joined: Aug 2010
Reputation:
0
So there is no plugin etc. that would carry on the voted results (ff, alltalk etc...) to the following rounds?
Posts: 3,906
Threads: 404
Joined: Oct 2007
Reputation:
21
08-16-2010, 03:04 PM
(This post was last modified: 08-16-2010, 03:05 PM by Mooga.)
The mod would need to write the information to a cfg file and then runs the file at the beginning of every round.
Possible, but I don't know of any.
~ Mooga ...w00t? -
SRCDS.com on Twitter
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Posts: 1,127
Threads: 22
Joined: Sep 2008
Reputation:
10
Remove the sv_alltalk cvar from the server.cfg - that would maybe work.
Slå den med jeres fiberforbindelser...
Posts: 779
Threads: 5
Joined: Apr 2008
Reputation:
9
08-17-2010, 07:42 AM
(This post was last modified: 08-17-2010, 08:03 AM by Arjen.)
Lol Beaver's right. Tested the sv_alltalk at a cs:s server: default sv_alltalk 0. Changing it to 1 stays 1 after mapchange.
Warning Level: 0%