Re: [hlds_linux] Team Fortress 2/Dedicated Server Updated

2008-03-22 Thread Ronny Schedel
Hello, in our server plugin we used FCVAR_NOTIFY for some cvars to show in the server rules, but these should not be notified when it changed, so we used the SetValue function to achieve this. But with the latest update, we see the notifier on the client. It does not happen in DODS or CSS

Re: [hlds_linux] Team Fortress 2/Dedicated Server Updated

2008-03-22 Thread Nephyrin Zey
Because FCVAR_NOTIFY is used for server rules *and* notifications, it would need a plugin to catch and stop notifications from going out. I could put a server plugin to do this together or valve could split this out into FCVAR_SERVER - Neph ___ To

Re: [hlds_linux] Team Fortress 2/Dedicated Server Updated

2008-03-22 Thread Ryan Mannion
As I wrote about earlier on this list, I also was negatively impacted by this change. My workaround was to use the sockets extension for SourceMod to run a small listen server that allows me to fetch particular cvar values (or any custom information, really). This allows me to leave my custom