kevin1122 发表于 2005-3-11 02:26:44

DOD 求助

*amx_tk_limit <value>               -number of TKs allowed before banning
*amx_tk_bantime <minutes>         -how long to ban if limit exceeded (0=permanent)
*amx_tk_adminimmunity <0|1>         -prevent admin from being kicked/banned for TKing
*                                        (for admins with ADMIN_BAN access)
*amx_tk_forgivetype <0|1|2>         -how to forgive, 0="say forgivetk", 1=Yes/No menu, 2=both
*amx_tk_useeffects <0|1>            -use special slay effects
*amx_tk_usemapmemory <0|1>          -use map specific TK memory (prevents TKers from
*                                        resetting their counter by disconnecting/reconnecting)
*amx_tk_roundprotect <0|1>          -punish players for TKing at beginning of round
*amx_tk_roundprotecttime <seconds>-how long from start of round to punish
*amx_tk_roundprotecttype <0|1>      -what punishment to use (slay=0, kick=1)
*amx_tk_infomessages <0|1>          -show information messages (chat text)
*amx_tk_usehostname <0|1>         -use hostname in messages
*
*
*default settings
*----------------
*amx_tk_limit 5
*amx_tk_bantime 1440
*amx_tk_adminimmunity 1
*amx_tk_forgivetype 2
*amx_tk_useeffects 1
*amx_tk_usemapmemory 1
*amx_tk_roundprotect 1
*amx_tk_roundprotecttime 8
*amx_tk_roundprotecttype 0
*amx_tk_infomessages 1
*amx_tk_usehostname 1
这几个TK选相是什么意思啊小第英语不太好谢谢

Songsong 发表于 2005-3-11 03:59:48

按照字面意思翻译出来了~不一定保证正确哦~~随便转载~不保留版权

* amx_tk_limit <value> - number of TKs allowed before banning
//自己人杀自己人,满足多少Ban

* amx_tk_bantime <minutes> - how long to ban if limit exceeded (0=permanent)
//自己人杀自己人,如果Ban,Ban多少分钟

* amx_tk_adminimmunity <0|1> - prevent admin from being kicked/banned for TKing
//是否允许管理员自己人杀自己人而不Ban/kick,0是不允许,1是允许

* (for admins with ADMIN_BAN access)
//需要Admin_Ban权限

* amx_tk_forgivetype <0|1|2> - how to forgive, 0="say forgivetk", 1=Yes/No menu, 2=both
//自己人杀自己人项目(将会显示在玩家屏幕).0=原谅自己人杀自己人,1=是否原谅,2=以上两者都

* amx_tk_useeffects <0|1> - use special slay effects
//是否开放TK惩罚,0为关闭


* amx_tk_usemapmemory <0|1> - use map specific TK memory (prevents TKers from
//是否启用地图TK记忆


* resetting their counter by disconnecting/reconnecting)
//断线/重新连接,重新设置TK数

* amx_tk_roundprotect <0|1> - punish players for TKing at beginning of round
//从头到尾启用TK惩罚

* amx_tk_roundprotecttime <seconds> - how long from start of round to punish
//惩罚开始于(秒)


* amx_tk_roundprotecttype <0|1> - what punishment to use (slay=0, kick=1)
//TK惩罚菜单,直接杀死凶手=0,剔除凶手=1

* amx_tk_infomessages <0|1> - show information messages (chat text)
//显示事件信息

* amx_tk_usehostname <0|1> - use hostname in messages
//将消息中使用服务器主机名

soulhackers 发表于 2005-3-28 19:28:00

长见识了,顶

BEN977 发表于 2005-4-23 14:38:47

支持2楼的
页: [1]
查看完整版本: DOD 求助