Kicks out clients who are potentially attempting to enable mathack
-
Apply to | 適用於
Any Source Game
-
Image | 圖示
-
How does it work?
- Kick players if they try to modify the cvars in configs/smd_texture_manager_block.cfg
- Add more cvars if you want
- Record hackers in
sourcempd\logs\smd_texture_manager_block.log
- Kick players if they try to modify the cvars in configs/smd_texture_manager_block.cfg
-
Require | 必要安裝
-
ConVar | 指令
None
-
Command | 命令
-
(Server) List Client settings enforced by smd_texture_manager_block
list_clientsettings
-
(Server) Add a Client CVar to be tracked and enforced by smd_texture_manager_block
add_trackclientcvar <cvar> <hasMin> <min> <hasMax> <max> <action> [note]
-
(Server) Reload the 'trackclientcvar' list
reload_trackclientcvar
-
-
Data Config
- configs/smd_texture_manager_block.cfg
Manual in this file, click for more details...
- configs/smd_texture_manager_block.cfg
-
Changelog | 版本日誌
-
v1.0h (2024-8-26)
- Improve code, Credit
- Add config file
- Add log file
-
v1.7 (2023-5-10)
- Add more client convars
-
1.0
-
0.2
-
遊戲中頻繁檢測每一位玩家並踢出試圖使用作弊指令的客戶
-
原理
- 幫玩家檢測指令,如有發現試圖使用或超出範圍將踢出伺服器
- 檢測的指令表位於configs/smd_texture_manager_block.cfg
- 如你有發現更多作弊指令想新增檢測,請自行增加
- 紀錄文件於
sourcempd\logs\smd_texture_manager_block.log
-
命令中文介紹 (點我展開)
-
(伺服器後台) 列出所有檢測的指令表
list_clientsettings
-
(伺服器後台) 增加新的指令檢測
add_trackclientcvar <cvar> <hasMin> <min> <hasMax> <max> <action> [note]
-
(伺服器後台) 重新載入configs文件並刷新指令表
reload_trackclientcvar
-
-
文件設定範例
- configs/smd_texture_manager_block.cfg
內有中文說明,可點擊查看
- configs/smd_texture_manager_block.cfg