Talk:Regenerating Health: Difference between revisions
Jump to navigation
Jump to search
Stoopdapoop (talk | contribs) (Created page with 'If you're editing HL2 then m_flLastDamageTime is already defined in Hl2_player.h, maybe this should be mentioned in the tutorial? --~~~~') |
m (Nesciuse moved page Talk:Multipage Base Pages Temp Storage/Regenerating Health to Talk:Regenerating Health without leaving a redirect: Moving back to proper place) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== 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. |
Latest revision as of 17:26, 15 July 2024
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.