|
发表于 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
//将消息中使用服务器主机名 |
|