|
楼主 |
发表于 2003-8-3 21:21:31
|
显示全部楼层
来自 中国–黑龙江–哈尔滨
; AMX Mod plugins
; plugins work on linux and win32
;[注意:如果想停用某插件请在插件文件名前加;符号注释掉即可。]
; admin base (required for any admin-related)
admin.amx
; admins loaded from a mysql database
; (do NOT comment admin.amx out)
admin_mysql.amx
; basic admin console commands
admincmd.amx
; help command for admin console commands
adminhelp.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
; 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 |
|