metamod.ini
win32 addons/amx/dlls/amx_mm.dll
win32 addons/booster/booster_mm.dll
win32 addons/cdeath/cdmod.dll
win32 addons/wwcl/dlls/pcawwclconfig_mm.dll
modules.ini,
; AMX Modules
; You can specify both linux & win32 modules here
;AMX模块加载脚本,请将要加载的amx模块的路径按照下面的格式写入就可以正常加载了。
; CS Stats
; must be declarated in MetaMod and AMX
addons/amx/dlls/csstats_ms.dll
addons/amx/dlls/csstats_ms_i386.so
; More functions for modifications in HL
; must be declarated in MetaMod and AMX
;addons/amx/dlls/fun_ms.dll
;addons/amx/dlls/fun_ms_i386.so
; MySQL access
;addons/amx/dlls/mysql_ms.dll
;addons/amx/dlls/mysql_ms_i386.so
;Rcon and Query
addons/amx/dlls/udp_ms.dll
plugins.ini
; AMX Mod plugins
; plugins work on linux and win32
; admin base (required for any admin-related)
admin.amx
; admin base for MySQL (comment admin.amx)
;admin_mysql.amx
; basic admin console commands
admincmd.amx
; help command for admin console commands
adminhelp.amx
; front-end for admin menus
menufront.amx
; teleport menu (fun module required!)
telemenu.amx
; command menu (speech, settings)
cmdmenu.amx
; players menu (kick, ban, client cmds.)
plmenu.amx
; restrict weapons menu
restmenu.amx
; maps menu (vote, changelevel)
mapsmenu.amx
; vote menu (vote kick/ban)
votemenu.amx
; slot reservation
adminslots.amx
; console chat commands
adminchat.amx
; vote commands
adminvote.amx
; prevent clients from chat-flooding the server
antiflood.amx
; displays next map in mapcycle
nextmap.amx
; displays time left on map
timeleft.amx
; allows to vote for next map
mapchooser.amx
; displays a scrolling message
scrollmsg.amx
; displays information messages
imessage.amx
; console motd @ client connection
welcomemsg.amx
; displays attackers, victims and weapon stats on death or round end
; to use with CS Stats module
;stats.amx
statsX.amx
; weapons stats logging
; to use with CS Stats module
stats_logging.amx
; allows to pause and unpause some plugins
ppause.amx
; allows to manage stats plugins via menu
statsset.amx
;聊天敏感词屏蔽插件
swear_filter.amx
;服务器各种事件以及对应声音广播的管理插件
ultimate_sound.amx
;战队比赛插件(支持自动录制DEMO等等。。详细功能请查看说明书)
amx_match_deluxe.amx
;战队比赛插件(可以设置一场比赛使用两张地图和加时赛)
amx_war.amx
;服务器报时功能插件
plugin_jack9_chime.amx
;用"say:menu" 打开管理菜单插件
say_menu.amx
;客户端config检测插件
cfg_checker.amx
;简化命令配置插件
command_aliases.amx
;友军火力控制插件
admin_ff.amx
;以下是趣味插件 :]
;让服务器所有人只能使用手雷(服务器自动补给手雷)
he_arena.amx
;让服务器所有人只能使用小刀
knife_arena.amx
;高级友军火力控制系统(带一些趣味功能)
amx_atac.amx |