ribble 发表于 2008-9-30 22:10:21

HLGuard1.8 ID显示问题

我试了很多次,检测到作弊的功能,如:Multihack Detected。但ID就显示一瞬间,就消失了。
有没有办法延长ID的显示时间。

谢谢各位达人了。

landyhsu 发表于 2008-9-30 22:18:38

回复: HLGuard1.8 ID显示问题

有可能跟你使用的其它HUD显示有冲突,这样的话,只有修改相关文件就能实现延长ID显示时间。

ribble 发表于 2008-10-4 20:48:57

回复: HLGuard1.8 ID显示问题

谢谢楼上的答复,经过测试,是TimeProjector.amxx插件与HLGuard有冲突,是在右上角时间相关显示的插件,在找不到源代码情况下,我修改了HLGuard的lan检测配置文件,ID显示不出的问题解决了。主要如下:
————————————————————————————————————————
//=====
// Alias Detection Actions
//=====
// b - Say, Log and ban permanent
hlg_action "b:found" "hlg_writefile %L/detectionlist.txt;hlg_write \'%d %h -> %n<%i> <%y> on %m\'"
hlg_action "b:found" "hlg_writefile %L/detectionlist.htm;hlg_write \'%d %h -> <b>%n</b>(<b>%i</b>) <b>%y</b> on <b>%m</b>\'"
hlg_action "b:found" "hlg_log \'%n<%i> triggered <%y>\'"
hlg_action "b:found" "hlg_say \' Warning: Zuo Bi Zuo Bi\';hlg_say \' Violation by %n(%i)\';hlg_say \' Violation: %y\'"
//hlg_action "b:found:10" "addip 0.0 %i;kick #%u %n is Kicked. Reason: %y;wait;writeid"
——————————————————————————————————

在第五行上第一句改为提示,这个就一瞬间显示。第二和第三句改成ID显示和禁止脚本等提示。
这样就可以正常显示了。

gearfox 发表于 2008-10-4 21:21:40

回复: HLGuard1.8 ID显示问题

好。。。。。。。。。。。

jackemoney 发表于 2008-10-5 10:17:00

回复: HLGuard1.8 ID显示问题

:sexy_girl :sexy_girl :sexy_girl :sexy_girl :sexy_girl 哦
页: [1]
查看完整版本: HLGuard1.8 ID显示问题