Admins can use commands to see the infected model glows though the wall
Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人
-
How does it work?
- Admin type
!onwk, now you can see the infected model glows though the wall, have Fun.
- Admin type
-
Require | 必要安裝
-
ConVar | 指令
- cfg/sourcemod/l4d2_scope_wallhack.cfg
// Alive SI glow color, Three values between 0-255 separated by spaces. RGB Color255 - Red Green Blue. l4d2_wallhack_cheat_alive_color "255 0 0" // Ghost SI glow color, Three values between 0-255 separated by spaces. RGB Color255 - Red Green Blue. l4d2_wallhack_cheat_ghost_color "255 255 255" // Witch glow color, Three values between 0-255 separated by spaces. RGB Color255 - Red Green Blue. l4d2_wallhack_cheat_witch_color "155 0 255" // Players with these flags have access to use command to toggle wall hack watching cheat. (Empty = Everyone, -1: Nobody) l4d2_wallhack_cheat_use_command_flag "z"
- cfg/sourcemod/l4d2_scope_wallhack.cfg
-
Command | 命令
-
Turn On watching cheat
sm_onwk
-
Turn Off watching cheat
sm_offwk
-
-
Known Conflicts
If you don't use any of these plugins at all, no need to worry about conflicts.
- L4D2 Ghost-Cheat Preventer
- Survivor won't be able to see the infected glow.
- L4D2 Ghost-Cheat Preventer
-
Apply to | 適用於
L4D2 Any Mode -
Related Plugin | 相關插件
-
l4d2_scope_wallhack: Survivor can use sniper scopes to see the infected model glows though the wall
倖存者打開狙擊鏡能透視看到特感
-
l4d2_glow_item_weapon_cheat: Admins can use commands to see the infected model glows though the wall
管理員輸入指令能透視看到武器與物資
-
-
Changelog | 版本日誌
-
v1.3 (2024-10-26)
- Fixed jockey glow disappear if survivor leaves the game during ridden
-
v1.2 (2023-7-17)
- Fixed glow still appear after team change
-
v1.1 (2023-5-17)
- Optimize code and improve performance
-
v1.0
- Initial Release
-
管理員輸入指令能透視看到特感
-
原理
- 管理員輸入指令!onwk能隔牆看到特感光圈
- 也能看到靈魂特感
- 提示只有自己會看到
- 對抗模式中也能使用,任何模式都適用
-
指令中文介紹 (點我展開)
- cfg/sourcemod/l4d2_scope_wallhack.cfg
// 活著特感的光圈顏色,填入RGB三色 (三個數值介於0~255,需要空格) l4d2_wallhack_cheat_alive_color "255 0 0" // 靈魂特感的光圈顏色,填入RGB三色 (三個數值介於0~255,需要空格) l4d2_wallhack_cheat_ghost_color "255 255 255" // Witch的光圈顏色,填入RGB三色 (三個數值介於0~255,需要空格) l4d2_wallhack_cheat_witch_color "155 0 255" // 擁有這些權限的玩家才可以輸入指令開啟WallHack (Empty = 任何人都能輸入, -1: 無人能輸入) l4d2_wallhack_cheat_use_command_flag "z"
- cfg/sourcemod/l4d2_scope_wallhack.cfg
-
命令中文介紹 (點我展開)
-
打開 watching cheat
sm_onwk
-
關閉 watching cheat
sm_offwk
-
