View Single Post
n0limit
Senior Member
Join Date: May 2009
Old 07-20-2009 , 17:22   Re: [L4D] PounceUncap
Reply With Quote #24

Quote:
Originally Posted by jimihendrix820 View Post
I placed in server.cfg and now i have it in both server and autoexec. What the problem is, is after a full match and reconnecting again from lobby, its back to default 25, after server restart it's back to my custom one again, any suggestion?
Interesting. I've had problems with a long running server keeping all the modifications as well, so I eventually made a small plugin hack for it.

The better solution may be to put it in the cfg that sourcemod runs on every map change.
In left4dead\cfg\sourcemod\sourcemod.cfg , the file reads
Code:
// SourceMod Configuration File
// This file is automatically executed by SourceMod every mapchange.
So you know that it's being executed after sourcemod is loaded, and presumably is executed every map. It may be best to try putting your cvar there.
n0limit is offline