From b32367d1aca678399482bb5c2fe2fa18171eaba7 Mon Sep 17 00:00:00 2001 From: Jackz Date: Sat, 10 Oct 2020 14:26:30 -0500 Subject: [PATCH] add L4D2Tools to readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4e5247..bbe50b1 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ All my sourcemod plugins... shitty probably * [CSGOTroll](#CSGOTroll) * [l4d2_avoid_minigun](#l4d2_avoid_minigun) * [l4d2_ai_minigun](#l4d2_ai_minigun) +* [L4D2Tools](#L4D2Tools) ## Descriptions ### csgo-knifehp @@ -108,4 +109,11 @@ Code modified from https://forums.alliedmods.net/showthread.php?p=1741099 * **Commands:** * `sm_ai_minigun ` - Spawns an ai bot with minigun infront of wherever you are looking. Can also use numbers (0-7). - * `sm_ai_holdout ` - Spawns a normal ai holdout bot (no minigun), with ak47 w/ laser sight. \ No newline at end of file + * `sm_ai_holdout ` - Spawns a normal ai holdout bot (no minigun), with ak47 w/ laser sight. + +### L4D2Tools +A collection of small tools: Notification of when someone picks up laser sights (only the first user, includes bots), and records time it takes for a finale or gauntlet run. + +* **Convars:** + * `sm_laser_use_notice <0/1>` - Enable notification of when a laser box was used first + * `sm_time_finale <0/1/2>` - Record the time it takes to complete finale. 0 -> OFF, 1 -> Gauntlets Only, 2 -> All finales \ No newline at end of file