View Single Post
Lux
Veteran Member
Join Date: Jan 2015
Location: Cat
Old 03-23-2018 , 10:14   Re: [L4D/L4D2]SimpleCommonModifier
Reply With Quote #5

Quote:
Originally Posted by Dragokas View Post
Hi, Lux. Thanks for the plugin.
Code:
	hCvar_IncapMulti = CreateConVar("nb_damage_modifier", "3.0", "Incapped Damage Multiplyer Value", FCVAR_NOTIFY, true, 0.0, true, 9999.0);
	hCvar_MinHp = CreateConVar("nb_hp_min", "40", "Incapped Damage Multiplyer Value", FCVAR_NOTIFY, true, 0.0, true, 999999.0);
	hCvar_MaxHp = CreateConVar("nb_hp_max", "70", "Incapped Damage Multiplyer Value", FCVAR_NOTIFY, true, 0.0, true, 999999.0);
You have 3 identical descriptions.

However, in 1-st post cfg listing is correct.
Forgot to update source file?
Nah the other 2 cvars don't need cvar descriptions
the name of the cvar is enough
__________________
Connect
My Plugins: KlickME
[My GitHub]

Commission me for L4D
Lux is offline