Talk:Regenerating Health: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎ConVar issue: new section)
Line 1: Line 1:
== ConVar issue ==
== ConVar issue ==


After compiling the solution the code didn't worked, i tried to figured out what the problem was, and I realized that the first convar is set to 0 instead to 1, after changing that value everything works just fine.
After compiling the solution the code didn't worked, i tried to figured out what the problem was, and I realized that the first Convar (ConVar sv_regeneration ("sv_regeneration", "0", FCVAR_REPLICATED );) is set to 0 instead to 1, after changing that value everything works just fine.
I didn't change the code in the page because maybe the problem is just with me.
I didn't change the code in the page because maybe the problem is just with me.

Revision as of 18:39, 23 September 2013

ConVar issue

After compiling the solution the code didn't worked, i tried to figured out what the problem was, and I realized that the first Convar (ConVar sv_regeneration ("sv_regeneration", "0", FCVAR_REPLICATED );) is set to 0 instead to 1, after changing that value everything works just fine. I didn't change the code in the page because maybe the problem is just with me.