mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-05 21:43:21 +00:00
Add l4d2_vocalize_control
This commit is contained in:
parent
c4c814f2f8
commit
a7e8cd67f8
3 changed files with 120 additions and 1 deletions
|
@ -32,6 +32,7 @@ Useful things:
|
|||
* [l4d2_autorestart](#l4d2_autorestart)
|
||||
* [l4d2_TKStopper](#l4d2_TKStopper)
|
||||
* [l4d2_crescendo_control](#l4d2_crescendo_control)
|
||||
* [l4d2_vocalize_control](#l4d2_vocalize_control)
|
||||
|
||||
### Modified Others
|
||||
* [200IQBots_FlyYouFools](#200IQBots_FlyYouFools)
|
||||
|
@ -325,4 +326,10 @@ _This plugin is currently in **development.**_ Current implementation may be lac
|
|||
|
||||
* **Cvars:**
|
||||
* `l4d2_crescendo_percent`
|
||||
* `l4d2_crescendo_range`
|
||||
* `l4d2_crescendo_range`
|
||||
|
||||
### l4d2_vocalize_control
|
||||
A very small plugin that simply allows a player to mute another player's vocalizations only for them.
|
||||
|
||||
* **Commands:**
|
||||
* `sm_vgag <player(s)>` - Vocalize gag or ungags selected player(s)
|
Loading…
Add table
Add a link
Reference in a new issue