Amx.cfg設定教學//AMX-MOD的簡易設定篇
//主要設定都在Admin.cfg裡面以下是原文內容及概要翻譯
// AMX configuration file
// File location: $moddir/addons/amx
// To use with admin.amx and admincmd.amx plugins
// amx_admin < name|ip|wonid > < password > < access > <flags >
//這行為設定管理員的名字或是wonid或是IP還有權限...等,下面會有介紹如何設定
// Flags:
// a - disconnect player on invalid password如果管理員密碼登入錯誤就會被踢
// b - clan tag隊伍標籤!?
// c - this is authid/wonid這是選擇使用wonid來認證登入
// d - this is ip這是選擇使用ip來認證登入
// e - password is not checked (only name/ip/wonid needed)密碼不會被檢查,只有名字或ip或wonid需要檢查
// Access:權限,各個指令權限分級從a到z
// a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)不會被kicked/baned/slayed/slaped但是會受其他指令影響
// b - reservation (can join on reserved slots)可以使用保留位登入
// c - amx_kick command擁有踢人權限
// d - amx_ban and amx_unban commands擁有ban權限
// e - amx_slay and amx_slap commands擁有slap&slay權限
// f - amx_map command擁有換地圖權限
// g - amx_cvar command (not all cvars will be available)擁有cvar權限
// h - amx_cfg command擁有載入CFG權限
// i - amx_chat and other chat commands擁有公告權限
// j - amx_vote and other vote commands擁有投票權限
// k - access to sv_password cvar (by amx_cvar command)擁有讓伺服器加密權限
// l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)擁有rcon權限
// m - custom level A (for additional plugins)
// n - custom level B
// o - custom level C
// p - custom level D
// q - custom level E
// r - custom level F
// s - custom level G
// t - custom level H
// u - menu access擁有amx_menu選單權限
// z - user一般使用者
// Example of admin account configuration
// amx_admin "Player" "my_password" "abcdefghijklmnopqrstu" "a"
//這行就是設定管理員權限的一行
//第一個player就是上面有提到可以用玩家名字或是wonid或是ip來設定
//第二個my_password就是自己的密碼
//第三個就是權限啦
//第四個就是登入時你要用什麼方式認證
//ex-
//範例amx_admin "PEN-PEN" "csdemos" "abcdefghijklmnopqrstu" "a"
//範例amx_admin "192.168.0.1" "ip" "abcdefghijklmnopqrstu" "d"
//這樣就是設定了兩個adm在裡面,一個是名字登入,另一個是指定ip登入
// Default access預設權限,就是一般沒權限的玩家可擁有的權限
amx_default_access "j"
//我設定預設權限為j代表所有玩家可以使用投票的權限
// Name of setinfo which should store the password on client
// f.e. with current settings admin should have line in his config: setinfo _pw hello
//amx_password_field "_pw" 設定setinfo的密碼為_pw
// Mode of logging to the server
// 2 - kick all players not on list設定只能讓ADM進入
// 1 - normal mode正常模式
// 0 - disable logging, players won't be checked (and access won't be set)取消ADM登入
amx_mode 1
// Show admins activity顯示出玩家或ADM是否使用指令
// 0 - disabled取消
// 1 - show without admin nick顯示出指令但不顯示出哪個ADM
// 2 - show with nick顯示出指令跟指令使用者
amx_show_activity 2
// Some info displaying and frequency of scrolling message in sec.這行就是跑在畫面底下的跑馬燈
//amx_scrollmsg "Welcome to %hostname% -- This server Use SuperHero mod AMX -- Visit
http://X-BoxCS.24..." 300
// Frequency of information messages in sec.各個跑馬燈的出來的間隔時間預設180秒
//amx_freq_imessage 900
// Plain information messages顯示在螢幕中間的跑馬燈,後面的數值是顯示的顏色
//amx_imessage "Welcome to %hostname%" "255100000"
//amx_imessage "This server Use SuperHero AMX\nVisit
http://X-BoxCS.24..." "000100255"
// Set chat-flood protection防止洗畫面的的時間,預設在0.75秒內連續發言兩次就踢!
amx_flood_time 0.75
// Kicking rules to keep reservered slots free保留位的設定
// 0 - don't kick anyone and keep reserved slots only for players with reservation不要踢走任何人,給有保留位的人有保留位的位置
// 1 - kick by shortest playing time踢走玩時間很少的人,也就是說誰在裡面時間玩的短,有adm進來時就會被踢走
// 2 - kick by worst ping踢走ping差的人,也就是說誰在裡面ping最高,有adm進來時就會被踢走
// 3 - don't kick anyone and put on remaining reserved slots only players with reservation不踢走任何人,有權限的人還是只能用一般位
amx_reservation 0
// Amount for reserved slots設定要有幾個保留位
amx_reserved_slots 2
//設定有兩個保留位
// Time remaining displaying時間倒數顯示設定
// a - display text顯示文字
// b - use voice使用語音
// c - don't add "remaining" (only in voice) 使用語音時不用說remanining
// d - don't add "hours/minutes/seconds" (only in voice)使用語音時不用說"時分秒"
// e - show/speak if current time is less than this set 如果現行的時間少於這個設定就顯示時間及語音
//amx_time_display "a 1200" "a 600" "a 300" "a 180" "a 60" "a 11"
//上面的數字代表秒數,像bcde 11就是地圖時間快結束如的前十秒倒數
// Minimum delay in seconds between two voting sessions兩次同票時間的間隔
amx_vote_delay 30
//預設90秒間可以再次投票
// How long voting session go on同票進行的時間
amx_vote_time 10
//預設10秒內完成所有投票及統計
// Display who votes for what顯示玩家投什麼票
amx_vote_answers 1
//1就是顯示,0則不顯示
// Some ratios for voting success設定投票通過率
amx_votekick_ratio 0.40
//踢人通過率預設超過四成就通過
amx_voteban_ratio 0.40
//人通過率預設超過四成就通過
amx_votemap_ratio 0.40
//換地圖通過率預設超過四成就通過
amx_vote_ratio 0.02
//其他通過率預設超過二成就通過
// Stats settings
// For stats settings use amx_statscfg admin command
// Stats 設定
// a - 死時顯示對手打傷你的統計數據
// b - 死時顯示你打傷對手的統計數據
// c - 死時顯示跟兇手的對戰數據及兇手剩餘生命護甲
// d - 換地圖前顯示自己的統計數據
// e - 換地圖前顯示 TOP 15
// f - 死時顯示兇手剩餘生命護甲
//amx_avlist_mode abcdf
// Announce "say thetime" and "say timeleft" with voice以 "say thetime" "say timeleft" 查詢時間時撥放時間語音
amx_time_voice 0
// Max. time to which map can be extended設定幾秒前出現決定下張地圖的投票
amx_extendmap_max 120
// Step for each extending下張地圖可投票期間的時間
amx_extendmap_step 5