|
楼主 |
发表于 2003-10-26 15:52:06
|
显示全部楼层
来自 中国–广西–柳州
/ ********************************** Menu Variables ********************************************
// ATAC MENU (0=OFF or 1=ON) 0 = Automatic Violation no punishment
atac_menu 1
// MENU PAGE 1
// Enables/Disables the menu options on the menu. (0=OFF or 1=ON)
atac_option_slap 1
// Set delay inbetween slaps (Cannot go below 0.01)
atac_slap_freq 0.25
// Set how many slaps to give a killer
atac_tk_slaps 10
// Set how much life to take from killer for each slap
atac_slap_power 5
atac_option_slapto1 1
atac_option_slay_nr 1
atac_option_jail 1
// Set the amount of time you want the player jailed for in seconds.
atac_jailtime 45
atac_option_chicken 1
atac_option_bury 1
atac_option_glow 1
// MENU PAGE 2
// Make player a TimeBomb (0=OFF, 1=Player *ONLY*, 2=Player can blow up others)
atac_option_bomb 2
// Set explosion range to kill others (if above is 2)
atac_explosion_range 1000
atac_option_blind 1
atac_option_rocket 1
atac_option_drop 1
// Make player on fire (0=OFF, 1=Player *ONLY*, 2=Player can ignite others)
atac_option_fire 2
// ********************************** Violation Variables ***************************************
// Set amount of time(minutes) you want to ban a user after their Teamattack Violations have hit the
// limit (0 = Permanent Ban)
atac_bantime 120
// Set banning type: 1=AUTHID/IP, 2=KICK ONLY
atac_banvia 2
// Set Number of Teamattack Violations you want allowed before user is banned
atac_tk_before_ban 3
// Set to 1 if you want ATAC to change players names to Inmate#00x and Chicken#00x and back during punishments
atac_handlenames 1
// Toggles the TK and TA Violation status showing during game in lover left hand corner.
atac_status 1
//********************************** Team Attack Variables **************************************
// Turns "Team Attack" Control (0=OFF or 1=ON)
atac_tacontrol 1
// Amount of time(seconds) after round start that team attackers are slayed (0=OFF) NOTE: Can be changed in game
atac_tanotallowedfor 5
// Sets Instant slaying when MAX Team Attacks are reached (0=OFF or 1=ON)
atac_slayonmaxtas 0
// Set Number of Team Attacks you want to be counted as a Team Kill Violation (Can NOT be higher than 9)
atac_ta_equal_v 5
// Set Slapping when someone Team Attacks (0 DAMAGE TAKEN AWAY) (0=OFF or 1=ON)
atac_ta_slap 0
// Set Mirror Damage upon Team Attack (0=OFF or 1=ON)
atac_ta_mirrordmg 0
// Restore Life taken away by a Team Attacker (0=OFF or 1=ON)
atac_ta_restore 0
//********************************** Team Kill Variables ****************************************
// Turns "Team Kill" Control (0=OFF or 1=ON)
atac_tkcontrol 1
// Do you want admins to be immune to the punishment? (0=OFF or 1=ON)
atac_admins_immune 0
// Do you want to save the players Team Kill Violations even if client reconnects? (0=OFF or 1=ON)
atac_savetks 1
里面有这么多的参数,到底那一个是可以屏蔽掉的呢? |
|