零点风 发表于 2005-3-21 17:17:13

【求助】要关闭和开启/top15 应该调整plugins的哪个设置

; Admin Base - Always one has to be activated
admin.amxx                ; admin base (required for any admin-related)
;admin_sql.amxx                ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx                ; basic admin console commands
adminhelp.amxx                ; help command for admin console commands
adminslots.amxx                ; slot reservation
multilingual.amxx        ; Multi-Lingual management

; Menus
menufront.amxx                ; front-end for admin menus
cmdmenu.amxx                ; command menu (speech, settings)
plmenu.amxx                ; players menu (kick, ban, client cmds.)
telemenu.amxx                ; teleport menu (Fun Module required!)
mapsmenu.amxx                ; maps menu (vote, changelevel)

; Chat / Messages
adminchat.amxx                ; console chat commands
antiflood.amxx                ; prevent clients from chat-flooding the server
scrollmsg.amxx                ; displays a scrolling message
imessage.amxx                ; displays information messages
adminvote.amxx                ; vote commands

; Map related
nextmap.amxx                ; displays next map in mapcycle
mapchooser.amxx                ; allows to vote for next map
timeleft.amxx                ; displays time left on map

; Configuration
pausecfg.amxx                ; allows to pause and unpause some plugins
statscfg.amxx                ; allows to manage stats plugins via menu and commands

; Counter-Strike
restmenu.amxx                ; restrict weapons menu
statsx.amxx                ; stats on death or round end (CSX Module required!)
miscstats.amxx                ; bunch of events announcement for Counter-Strike
stats_logging.amxx        ; weapons stats logging (CSX Module required!)


; Custom - Add 3rd party plugins here
say_menu.amxx                        ; 用"say:menu"打开玩家菜单
bullet_damage.amxx                ; 显示每一枪打的HP
Enter_leave.amxx                ; 进出服务器信息
high_ping_kicker.amxx                ; 踢高ping的玩家
server_chime_plugin.amxx        ; 服务器报时插件
Gore_Plugin.amxx                ; 血腥插件
anticamping.amxx                ; 露营监视
grentrail.amxx                        ; 手雷拖尾

wk703 发表于 2011-7-26 16:05:35

这样调用啊

afti 发表于 2005-4-7 23:26:48

TOP15插件原来是这样调用啊

chenyufan 发表于 2005-4-4 19:04:18

找到\Cs1.6中文版\cstrike\addons\amxmodx\configs下的stats.ini,
原文内容:
;Generated by Stats Configuration Plugin. Do not modify!
;VariableDescription
;ShowAttackers            ;Show Attackers
;ShowVictims            ;Show Victims
ShowStats                ;HUD-stats default
;SayHP                  ;Say /hp
SayStatsMe               ;Say /statsme
SayRankStats             ;Say /rankstats
;SayMe                  ;Say /me
SayRank                  ;Say /rank
SayTop15               ;Say /top15
把最后一项更改成:
;ayTop15               ;Say /top15


Stats Configuration/状态配置
1. Show Attackers/显示攻击信息
2. Show Victims/显示伤害信息
3. Show Killer/显示攻击者信息
4. Stats at the end of map/地图结束时显示状态
5. Top15 at the end of map/地图结束时显示最佳前15玩家
6. Show killer hp/显示攻击者生命值
7. Say /hp/支持/hp

更多设置可联系我QQ1266575

零点风 发表于 2005-3-22 08:25:47

Post by xiaolysh
statsx.amxx

statsx.amxx ; stats on death or round end (CSX Module required!)


郁闷 这个是我最想关闭的一个

零点风 发表于 2005-3-22 08:24:44

我想应该在这里也可以关闭和打开!~~

现在是我不知道哪个是!~

xiaolysh 发表于 2005-3-21 17:31:47

statsx.amxx
页: [1]
查看完整版本: 【求助】要关闭和开启/top15 应该调整plugins的哪个设置