-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,8 @@ | |
13. 清空所有玩家的生命值 | ||
14. 缴械所有玩家 | ||
15. 缴械幸运玩家 | ||
16. 一个幸运坦克 | ||
17. 复活所有死亡幸存者 | ||
|
||
## 配置 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# L4D2 Tank Trigger | ||
|
||
## Basic Function | ||
|
||
Add several triggers to randomly spawn tank. | ||
|
||
## Trigger | ||
|
||
1. Killing witch | ||
2. Trigger car alarm | ||
|
||
## Configuration | ||
|
||
To customize the plugin, look for the `l4d2_tank_trigger.cfg` file in your SourceMod `addons/sourcemod/configs/` directory after running the plugin on your server first time. | ||
|
||
#### Other language | ||
|
||
[简体中文](/l4d2_tank_trigger/README_CN.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# L4D2 Tank Trigger | ||
|
||
## 基本功能 | ||
|
||
添加一些新的触发生成坦克的方式 | ||
|
||
## 触发条件 | ||
|
||
1. 杀死女巫 | ||
2. 触发车警报器 | ||
|
||
## 配置 | ||
|
||
要自定义插件,请在您第一次在服务器上运行插件后,前往 SourceMod 的`addons/sourcemod/configs/`目录下找到并修改`l4d2_tank_trigger.cfg`文件。 |