Allows players to get themselves unstuck from charger glitches and level clips
Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人
-
Apply to | 適用於
L4D1 L4D2 -
Require | 必要安裝
-
ConVar | 指令
- cfg/sourcemod/l4d_unstuck.cfg
// If 1, Announces each round start that the !stuck command is available. l4d_unstuck_announce "1" // If 1, Infected player can use !stuck command too. l4d_unstuck_infected_enable "1" // Amount of times the client can use !stuck per round l4d_unstuck_teleports "10"
- cfg/sourcemod/l4d_unstuck.cfg
-
Command | 命令
-
Unstuck yourself
sm_stuck
-
Admin helps player unstick (Adm required: ADMFLAG_GENERIC)
sm_unstick <name>
-
-
Translation Support | 支援翻譯
translations/l4d_unstuck.phrases.txt -
Changelog | 版本日誌
//CUatTHEFINISH @ 2009 //Harry @ 2022-2023
-
v1.6 (2023-4-1)
- Replace Gamedata with left4dhooks
-
v1.5 (2023-3-8)
- Translation Support
- Infected can use too
-
v1.4
- Remake code
- More Cvars
- Support L4D1
-
v1.0.6
-
玩家使用命令解除自身卡住的狀態 (譬如卡死在地形或牆壁)
-
原理
- 卡住的時候輸入命令,玩家會自動被傳送到附近解除卡住狀態
- 特感也能使用
-
功能
- 可設置每回合可使用命令的次數
- 可設置特感是否也能使用
