|
今天弄出了ATAC系统的设置文件的详细翻译,有些我也不太明白,所以如果有什么错误请原谅,但这绝对是个好用的东东,强烈推荐使用!下面是设置文件内容,可以覆盖!
// **********************************Menu Variables***************************************************
// IF BOTH JAIL AND CHICKEN OPTIONS ARE ON SLAY NEXROUND OPTION GOES AWAY
// Enables/Disables the menu options on the menu. (是否允许打开此菜单中的选项,0=OFF 1=ON)
atac_option_slap 1
// 你想slap玩家直到1滴血(可以修改)
atac_slaped 1
atac_option_slay 1(立即让玩家自杀)
atac_option_slay_nr 1(在下局让玩家自杀)
atac_option_jail 1
//设置你想将玩家放置进地图监狱多少秒(这个功能非常个搞笑,但监狱不是每个地图都有,特此说明,比如aztec_c那种地图里,第5个选项是空的)
atac_jailtime 45
atac_option_chicken 1
//将玩家变成鸡,需要chickenmod的支持如果不需要变鸡你可以把chickenmod删掉
atac_option_bury 1
//是否将玩家埋葬
atac_option_glow 1
//是否让TK你的玩家发光
atac_option_bomb 1
// 是否让玩家自爆
atac_explosion_ap 1
// 自爆伤害他人的最远距离
atac_explosion_range 900
// ********************************** Violation Variables **********************************
// Set amount of time(minutes) you want to ban a user after their Teamattack Violations have hit the 设置你想ban掉TK的玩家时间(以分钟为单位)最大为120分钟,0为立即ban掉
// limit.
atac_bantime 120
//Set to: 1 = ban 他的AUTHID, 2= ban他的IP, 3= 只KICK玩家
atac_banvia 3
// Set Number of Teamattack Violations you want allowed before user is banned. 设置你ban某个玩家之前所允许的最大TK次数,超过此次数既ban!
atac_tk_before_ban 10
// Set to 1 if you want ATAC to change players names to Inmate#00x and Chiken#00x and back during punishments如果你希望ATAC系统把TKer的名字改为Inmate#00x或者Chiken#00x请将参数设置为1
atac_handlenames 1
//********************************** TA Variables ***************************************************
// Turns on and off TEAM ATTACK Control. 是否打开友军伤害控制 0=OFF 1=ON
atac_tacontrol 1
// Amount of time(seconds) after round start that team attackers are slayed. (0=OFF) 新开局多少秒内不能TK,否则自杀 0=OFF(以秒为单位)
atac_tanotallowedfor 5
// Sets Instant slaying when MAX team attacks are reached ON or OFF. 是否立即杀死TKER当最大次数TK发生后 0=OFF 1=OM
atac_slayonmaxtas 0
// Set Number of TA's you want to be counted as a TK Violation. (设置不能超过9) 设置TK允许的最大次数
atac_ta_equal_v 5
// Set Slapping ON or OFF when someone TA's. 在TK时TKER要失掉多少血 0为不失血
atac_ta_slap 0
// Set Mirror Damage upon TA ON or OFF (1 or 0)
atac_ta_mirrordmg 0
// Restore Life taken away by a TeamAttacker (1 or 0)
atac_ta_restore 0
//********************************** TK Variables ***************************************************
// Turns on and off TA Control. (0 or 1)
// NOTE: Can be changed in game.
atac_tkcontrol 1
// Do you want admins to be immune to the punishment? 设置OP是否被保护不受惩罚 0=不保护 1=保护
atac_admins_immune 1 |
|