mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-05 20:23:20 +00:00
add L4D2Tools to readme
This commit is contained in:
parent
2584934b41
commit
b32367d1ac
1 changed files with 9 additions and 1 deletions
10
README.md
10
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 <survivor name>` - Spawns an ai bot with minigun infront of wherever you are looking. Can also use numbers (0-7).
|
||||
* `sm_ai_holdout <survivor name>` - Spawns a normal ai holdout bot (no minigun), with ak47 w/ laser sight.
|
||||
* `sm_ai_holdout <survivor name>` - 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
|
Loading…
Add table
Add a link
Reference in a new issue