mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 14:03:21 +00:00
Update README.md
This commit is contained in:
parent
7424dfbd46
commit
bf8c4e68cb
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
This is a collection of sourcemod plugins, most are used on my servers. The majority of the plugins are created by me, but some are modifications of other plugins.
|
This is a collection of sourcemod plugins, most are used on my servers. The majority of the plugins are created by me, but some are modifications of other plugins.
|
||||||
Some of the plugins / changes are very specific, but may be useful to someone.
|
Some of the plugins / changes are very specific, but may be useful to someone.
|
||||||
|
|
||||||
|
Please note that these plugins are only guaranteed to work on Left 4 Dead **2**.
|
||||||
|
|
||||||
Not always the latest versions. If you have any interest with a plugin, I can make sure to upload the latest.
|
Not always the latest versions. If you have any interest with a plugin, I can make sure to upload the latest.
|
||||||
|
|
||||||
Useful things:
|
Useful things:
|
||||||
|
@ -340,7 +342,7 @@ Any survivor that attacks another survivor
|
||||||
3. If neither #1 or #2, both the victim and the attacker take 1/2 the original damage
|
3. If neither #1 or #2, both the victim and the attacker take 1/2 the original damage
|
||||||
4. If victim is in a saferoom, no damage is dealt.
|
4. If victim is in a saferoom, no damage is dealt.
|
||||||
|
|
||||||
See https://admin.jackz.me/docs/plugins#tkstopper for some more implementation information
|
See https://jackzie.dev/posts/sourcemod/sm-dev#tkstopper for some more implementation information
|
||||||
|
|
||||||
|
|
||||||
During any of the above three conditions, if they deal (or attempt to deal) over 75 HP in 15 seconds (configurable) they will be instantly banned for a set period of time (60 minutes). If they are for sure a team killer, it can be extended to a permanent ban.
|
During any of the above three conditions, if they deal (or attempt to deal) over 75 HP in 15 seconds (configurable) they will be instantly banned for a set period of time (60 minutes). If they are for sure a team killer, it can be extended to a permanent ban.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue