View Single Post
ProdigySim
SourceMod Plugin Approver
Join Date: Feb 2010
Old 06-09-2012 , 15:23   Re: Why does SMAC_CVars replicate convars?
Reply With Quote #5

Quote:
Originally Posted by GoD-Tony View Post
Out of curiousity, how did you track it down to SendConVarValue and mp_gamemode?

Someone had reported a client crash while using a "custom client" with SMAC/L4D2 but couldn't give any details. It's probably what you're describing.
We only had the issue when the plugin loaded, so we figured it was the SendConVarValue() calls. I hacked together a plugin to run SendConVarValue() on each replicated convar, triggered by a client running a command. Then I just set up a wait-loop on the client to run the command over and over every couple of seconds and waited for a crash, then checked logs to see what the last one sent was.
ProdigySim is offline