mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 15:23:22 +00:00
eh
This commit is contained in:
parent
0801d644f1
commit
4a8f3f0049
12 changed files with 3 additions and 15 deletions
|
@ -45,7 +45,7 @@ public void OnPluginStart()
|
|||
HookEvent("player_entered_checkpoint", Event_EnterSaferoom);
|
||||
HookEvent("heal_success", Event_HealFinished);
|
||||
|
||||
hExtraItemBasePercentage = CreateConVar("l4d2_extraitem_chance", "0.056", "The base chance (multipled by player count) of an extra item being spawned.", FCVAR_NONE, true, 0.0, true, 1.0);
|
||||
hExtraItemBasePercentage = CreateConVar("l4d2_extraitem_chance", "0.056", "The base chance (multiplied by player count) of an extra item being spawned.", FCVAR_NONE, true, 0.0, true, 1.0);
|
||||
|
||||
AutoExecConfig(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue