mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-05 20:23:20 +00:00
Added L4D2FFKickProtection && l4d2_ff_test
This commit is contained in:
parent
f559493e3a
commit
f678a3ec81
5 changed files with 246 additions and 1 deletions
12
README.md
12
README.md
|
@ -64,4 +64,14 @@ Updated version of ConnerRia's plugin. Improves bots avoidance of tanks. Change
|
|||
* `FlyYouFools_Version` - Prints the version of plugin
|
||||
|
||||
### BetterWitchAvoidance
|
||||
Inspired by the 200IQBots_FlyYouFools. Bots avoid witch if its over 40% anger when close, or a little bigger range at 60% or more.
|
||||
Inspired by the 200IQBots_FlyYouFools. Bots avoid witch if its over 40% anger when close, or a little bigger range at 60% or more.
|
||||
|
||||
### L4D2FFKickProtection
|
||||
Simple plugin that prevents a player that is being vote-kicked from doing any ff damage to teammates.
|
||||
* **Convars:**
|
||||
* `sm_votekick_force_threshold` - The threshold of damage where the offending player is just immediately kicked. 0 -> Any attempted damage, -1 -> No auto kick.
|
||||
|
||||
### l4d2_ff_test
|
||||
More of a joke plugin, it will prevent a player from picking up a m60 if their friendly fire count or damage is over a certain threshold (Hardcoded as 5 and 35 respectively)
|
||||
* **Commands:**
|
||||
* `sm_view_ff` - View the ff damage and count of all players
|
Loading…
Add table
Add a link
Reference in a new issue