Prevents Rushers From Rushing Then Teleports Them Back To Their Teammates.
-
Video | 影片展示
None -
Image
None -
Require | 必要安裝
-
Apply to | 適用於
L4D1 L4D2
-
ConVar | 指令
- cfg/sourcemod/no-rushing.cfg
// Maximum rushing limits no-rushing_limit "2" // Minimum number of alive survivors before No-Rushing function works. Must be 3 or greater. no-rushing_require_survivors "3" // Ignore Incapacitated Survivors? no-rushing_ignore_incapacitated "0" // Modes: 0=Teleport only, 1=Teleport and kill after reaching limits, 2=Teleport and kick after reaching limits. no-rushing_action_rushers "1"
- cfg/sourcemod/no-rushing.cfg
-
Command | 命令
None
-
Data Config
- configs/no-rushing.cfg
Manual in this file, click for more details...
- configs/no-rushing.cfg
-
Translation Support | 支援翻譯
English 繁體中文 简体中文 Russian
-
Related Plugin | 相關插件
- l4d_together: A simple anti - runner system , punish the runner by spawn SI behind her.
- 離隊伍太遠的玩家,特感代替月亮懲罰你
- l4d_together: A simple anti - runner system , punish the runner by spawn SI behind her.
-
Changelog | 版本日誌
-
v1.1h (2024-8-4)
- Update Config file
-
v1.0h (2024-7-26)
- Update Config file
-
v1.7 (2023-2-10)
- Remake code
- Replace l4d2direct with left4dhooks
- Remove l4d_stock.inc
-
v1.0
-
離隊伍太遠的玩家會傳送回隊伍之中
-
原理
- 某一位玩家擅自離開隊伍跑走,離隊伍路程太遠將會傳送回隊伍中
- 如果超過一定次數,將處死玩家
-
指令中文介紹 (點我展開)
- cfg/sourcemod/no-rushing.cfg
// 擅自離開隊伍的最大次數 (超過一定次數,將懲罰玩家) no-rushing_limit "2" // 倖存者隊伍至少需要的活著人數,此插件才會運作 (至少要3人以上) no-rushing_require_survivors "3" // 為1時,擅自離開隊伍的玩家如果是倒地狀態則不懲罰 no-rushing_ignore_incapacitated "0" // 如何懲罰擅自離隊的玩家 0=傳送回隊伍, 1=傳送回隊伍並處死 (超過容忍次數), 2傳送回隊伍並踢出遊戲 (超過容忍次數). no-rushing_action_rushers "1"
- cfg/sourcemod/no-rushing.cfg
-
文件設定範例
- configs/no-rushing.cfg
內有中文說明,可點擊查看
- configs/no-rushing.cfg