Rename crescendostopper -> l4d2_crescendo_control

This commit is contained in:
Jackzie 2021-05-17 14:22:33 -05:00
parent bf56127a36
commit 9b242f6cf0
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View file

@ -18,9 +18,9 @@ static float lastButtonPressTime;
public Plugin myinfo = public Plugin myinfo =
{ {
name = "Crescendo Stopper", name = "L4D2 Crescendo Control",
author = "jackzmc", author = "jackzmc",
description = "", description = "Prevents players from starting crescendos early",
version = PLUGIN_VERSION, version = PLUGIN_VERSION,
url = "" url = ""
}; };
@ -34,7 +34,7 @@ public void OnPluginStart()
} }
hPercent = CreateConVar("l4d2_crescendo_percent", "0.75", "The percent of players needed to be in range for crescendo to start", FCVAR_NONE); hPercent = CreateConVar("l4d2_crescendo_percent", "0.75", "The percent of players needed to be in range for crescendo to start", FCVAR_NONE);
hRange = CreateConVar("l4d2_crescendo_range", "400.0", "How many units away something range brain no work", FCVAR_NONE); hRange = CreateConVar("l4d2_crescendo_range", "150.0", "How many units away something range brain no work", FCVAR_NONE);
AddNormalSoundHook(view_as<NormalSHook>(SoundHook)); AddNormalSoundHook(view_as<NormalSHook>(SoundHook));
//dhook setup //dhook setup