randomly saw this

This commit is contained in:
Dogan 2019-10-05 21:32:45 +02:00
parent 997f77cdbd
commit 6a4fa97ac6

View File

@ -83,7 +83,7 @@ public void OnPluginStart()
g_fNapalmMediumReduction = cvar.FloatValue; g_fNapalmMediumReduction = cvar.FloatValue;
HookConVarChange((cvar = CreateConVar("sm_an_napalm_highhelp", "6.0", "napalm damage reduction needed when high help is perfomed for full burn from nades (stacks with low population reduction)")), g_cvNapalmHighReduction); HookConVarChange((cvar = CreateConVar("sm_an_napalm_highhelp", "6.0", "napalm damage reduction needed when high help is perfomed for full burn from nades (stacks with low population reduction)")), g_cvNapalmHighReduction);
g_fNapalmHighReduction = cvar.FloatValue; g_fNapalmHighReduction = cvar.FloatValue;
CloseHandle(cvar); delete cvar;
g_cAntiNoobHelp = "{cyan}[AntiNoob]{white} Plugin still loading"; g_cAntiNoobHelp = "{cyan}[AntiNoob]{white} Plugin still loading";
g_cAntiNoobPopulation = "{white}."; g_cAntiNoobPopulation = "{white}.";