|
楼主 |
发表于 2005-7-21 08:47:38
|
显示全部楼层
来自 中国–江苏–无锡
;language.amx ; language management
admin.amx ; admin base (required for any admin-related)
;admin_mysql.amx ; admin base - MySQL version (comment admin.amx)
admincmd.amx ; basic admin console commands
;adminhelp.amx ; help command for admin console commands
adminslots.amx ; slot reservation
menufront.amx ; front-end for admin menus
cmdmenu.amx ; command menu (speech, settings)
plmenu.amx ; players menu (kick, ban, client cmds.)
;restmenu.amx ; restrict weapons menu
mapsmenu.amx ; maps menu (vote, changelevel)
antiflood.amx ; prevent clients from chat-flooding the server
adminchat.amx ; console chat commands
adminvote.amx ; vote commands
nextmap.amx ; displays next map in mapcycle
timeleft.amx ; displays time left on map
;mapchooser.amx ; allows to vote for next map
scrollmsg.amx ; displays a scrolling message
imessage.amx ; displays information messages
welcomemsg.amx ; console motd @ client connection (Hard to see in Steam)
statsx.amx ; stats on death or round end (CSStats Module required!)
stats_logging.amx ; weapons stats logging (CSStats Module required!)
;telemenu.amx ; teleport menu (Fun Module required!)
miscstats.amx ; bunch of events announcement for Counter-Strike
;pausecfg.amx ; allows to pause and unpause some plugins
statscfg.amx ; allows to manage stats plugins via menu and commands
mapconfig.amx ; executes custom map configuration files
;server_chime_plugin.amx ; 服务器报时
anticamping.amx ; Camper会有心跳,以警示别人
;ultimate_sounds.amx ; 声音插件
Plugin_Gore.amx ; 修正版的gore插件(就是那个血肉模糊的东西)
drop_gren.amx ;捡手雷
;gore.amx ; 血腥插件
bullet_damage.amx ; 显示每一枪打的HP
amx_weapon.amx ; 给予玩家武器
;admin_bury.amx ; 埋葬玩家
admin_disarm.amx ; 解除玩家武器
;admin_float.amx ; 让玩家漂浮于空中
;admin_glow.amx ; 让玩家发光
;admin_godmode.amx ; 玩家无敌模式
;admin_gravity.amx ; 控制玩家重力
;admin_heal.amx ; 控制玩家生命值
;admin_maxspeed.amx ; 控制玩家速度
;admin_money.amx ; 控制玩家金钱
;admin_slap_2.amx ; 扇玩家巴掌
;admin_slay_2.amx ; 用各种BT方式杀死玩家 lol:]
team_revive.amx ; 死后恢复再生插件(amx_revive)
10second_timeleft.amx ; 10秒倒数
amx_atac.amx ; 高级友军火力控制系统(带一些趣味功能)
amx_atac_cfg.amx ; atac参数控制菜单的插件
;amx_chicken_plugin.amx ; 变小鸡
uber_stat.amx ; 炸弹倒计时
random_c4timer.amx ; C4时间随机
buyhealth.amx :买血
;amx_dib.amx ; 显示死亡原因弹道
;bazooka.amx
;swear_filter.amx ; 聊天脏话屏蔽
;amx_ejl_spacedudehook.amx ;钩子+hook
;grentrail.amx 手雷拖尾
;hy_daylight.amx 昼夜
;knife_arena.amx
; Add custom plugins below
warcraft3FT.amx
插件就这么多,我都关了很多了
; CS Stats
; This one must also be declared in MetaMod's plugins.ini!
csstats_mm.dll
csstats_mm_i586.so
; Fun: more functions for modifications in HL
; This one must also be declared in MetaMod's plugins.ini!
fun_mm.dll
fun_mm_i586.so
; MySQL access
mysql.dll
mysql_i586.so
; 3rd party modules
; Vexd Util.
; This one must also be declared in MetaMod's plugins.ini!
VexdUM_mm.dll
MODULES就这几个
metalist里就这些
; AMX Mod
win32 addons/amx/dlls/amx_mm.dll
win32 addons/booster/booster_mm.dll 1.7
win32 addons/statsme/dlls/sm_cstrike_mm.dll
;win32 addons/chickenmod/dlls/chicken_mm.dll
;win32 addons/cdeath/cdmod.dll
; AMX Mod modules
; NOTE: don't declare 'pure' AMX Modules here
; (those not having '_mm' in their filename)
; CS Stats (AMX module)
win32 addons/amx/modules/csstats_mm.dll
; Fun (AMX module)
win32 addons/amx/modules/fun_mm.dll
; Vexd Utilities (AMX module)
win32 addons/amx/modules/VexdUM_mm.dll
有时出现了踢人,所有人都踢出去了,然后就在也看不见服务器了,但是服务器没有关掉,只是看不见了,还有就是出错自动关了,出现 L 06/07/2005 - 09:08:19: FATAL ERROR (shutting down): SZ_GetSpace: overflow without FSB_ALLOWOVERFLOW set on Server Datagram
很多时候是被WAR3的16000过去自暴一炸服务器就挂了 |
|