mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 21:43:22 +00:00
crescendo control: Increase range
This commit is contained in:
parent
3dc8d8ca4b
commit
72534ca62b
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -35,7 +35,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);
|
||||
hRange = CreateConVar("l4d2_crescendo_range", "150.0", "How many units away something range brain no work", FCVAR_NONE);
|
||||
hRange = CreateConVar("l4d2_crescendo_range", "200.0", "How many units away something range brain no work", FCVAR_NONE);
|
||||
|
||||
AddNormalSoundHook(view_as<NormalSHook>(SoundHook));
|
||||
//dhook setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue