请教多年菜鸟兄问题!!!
我用了你在浩方上提供的amxmodx1.0汉化版,现在有个问题,我怎么设统计信息(例如别人打死我之后距离,武器,伤害。。。)都只在我开始游戏的第一局显示,除非我重新刷新游戏,不然接下来的局都不会有显示??能帮我解决吗?感谢感谢先!!!!!!没找到上述文件
没找到上述文件,但有一个plugins文件夹下miscstats.amxx 插件,我试着删除它,在游戏里还是只显示第一局,以后就没了?(备注:我试用的是机器人,和不用真人联机这些没关系吧?) :75: Plugin file open error (plugin "miscstats_cn.amxx")去掉 miscstats_cn.amxx 插件看看还有这样的问题吗?
呵,谢谢
附log文件 统计设置,可以使用 amxmodmenu然后选择 统计设置 ,进行相应的设置,打开你需要的统计选项,然后记得要保存一下。
“都只在我开始游戏的第一局显示”
这个问题应该是插件错误引起的吧,你可以提供一下你的 log文件吗?
在 x:\Cs1.6中文版\cstrike\addons\amxmodx\logs 下面
还有,下面这一段和之后插件载入有点重复了
restmenu.amxx ; 禁用武器菜单
statsx.amxx ; 显示玩家游戏数据
miscstats_cn.amxx ; 显示CS中各种stats数据以及事件广播
看得辛苦吧,来吃个
麻烦,感谢先,其他高手指点也非常感谢!!!!! :heart:Modules设置
; AMX Mod X Modules; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line
; ------------------------------
; Fun - provides extra functions
; ------------------------------
;fun_amxx_i386.so
fun_amxx.dll
;fun_amxx_amd64.so
; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
engine_amxx.dll
;engine_amxx_amd64.so
; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
fakemeta_amxx.dll
;fakemeta_amxx_amd64.so
; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so
; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_i386.so
array_amxx.dll
;array_amxx_amd64.so
; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
sockets_amxx.dll
;sockets_amxx_amd64.so
; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
regex_amxx.dll
;regex_amxx_amd64.so
; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
;cstrike_amxx_i386.so
cstrike_amxx.dll
;cstrike_amxx_amd64.so
; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
;csx_amxx_i386.so
csx_amxx.dll
;csx_amxx_amd64.so
Stats设置
;Generated by Stats Configuration Plugin. Do not modify!;VariableDescription
KillerChat ;Show killer hp&ap
ShowAttackers ;Show Attackers
ShowVictims ;Show Victims
ShowKiller ;Show killer
ShowTotalStats ;Show Total Stats
ShowBestScore ;Show Best Score
EndPlayer ;Stats at the end of map
SayHP ;Say /hp
SayStatsMe ;Say /statsme
SayRankStats ;Say /rankstats
SayMe ;Say /me
SayRank ;Say /rank
SayScore ;Say /score
SayTop15 ;Say /top15
SayStatsAll ;Say /stats
plugins设置
; AMX Mod X 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 ; 禁用武器菜单
statsx.amxx ; 显示玩家游戏数据
miscstats_cn.amxx ; 显示CS中各种stats数据以及事件广播
stats_logging.amxx ; 记录玩家游戏数据
;Custom - Add 3rd party plugins here
amx_gore.amxx
warcraft3.amxx
statsx.amxx
restmenu.amxx
say_menu.amxx
anticamping.amxx
High_Ping_Kicker.amxx
votekick.amxx
Enter_leave.amxx
grentrail.amx
我的amxx.cfg设置
// AMX Configuration Fileecho Executing AMX Mod X Configuration File
// 所有非管理员用户的缺省权限 (具体权限请参考uers.ini文件的说明)
amx_default_access "jpz"
// setinfo信息会将密码保存在客户端。(在游戏结束后请清除这个选项,以免泄露密码)
// 如果op要登陆必须在他的CONFIG。CFG文件里加上: setinfo "123" "456"(假定服务器总密码是123,op的密码是:456)
//下面的选项是AMX的远程登陆总密码(所有op都一样),必须更改。
amx_password_field "_pw"
// 服务器的记录模式选项
// 0 - 禁止权限登陆,所有的玩家都没有任何的权限
// 1 - 正常模式
// 2 - kick所有users.ini文件上无帐号的玩家
amx_mode 1
// 在op执行某个命令时是否显示op的行动
// 0 - 关闭
// 1 - 不显示OP的行动
// 2 - 显示OP的行动
amx_show_activity 2
服务器定时在下方滚动显示服务器信息,以秒为单位
amx_scrollmsg "欢迎光临^_^红塔仁恒CS专网^_^ -- 按 Y 键输入 menu 打开玩家菜单" 160
服务器居中彩色信息显示(最后红绿蓝参数的格式是 RRRGGGBBB )
amx_imessage "欢迎来到^_^红塔仁恒CS专网^_^" "000255100"
amx_imessage "按 Y 键输入 menu 打开玩家菜单" "050100255"
amx_imessage "本服务器禁止蹲坑 \n 在一个区域内停留时间过长将得到惩罚" "255100000"
信息显示的间隔时间,以秒为单位
amx_freq_imessage 180
这个选项聊天间隔时间的设置,防止server因聊天信息过多导致lag,以秒为单位)
amx_flood_time 0.75
// 预留的管理员通道数,没有权限的玩家进入此通道时会被kick(具体细节看插件原码)
amx_reservation 0
// 剩余时间显示的设置
//a - 以文本方式显示
// b - 用语音来提示
// c - 只使用语音,不显示文本
// d - 不显示详细的时间格式,仅用语音提示
// e - 如果时间小于现在的设置,用语音和文本进行提示
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
// 当用户使用 "say thetime" 和 "say timeleft" 时使用语音通报
amx_time_voice 1
// 两个vote事件之间的最小延迟时间,以秒为单位。(为了防止恶意投票,请将间隔设置长些)
amx_vote_delay 10
// 一个VOTE事件持续的最长时间
amx_vote_time 10
// 显示玩家选择结果
amx_vote_answers 1
// 投票成功所需要的百分比数(0.40为超过40%即投票成功)
amx_votekick_ratio 0.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02
// 某个地图最多可被延长的总时间
amx_extendmap_max 90
// 每一次可以延长多少
amx_extendmap_step 15
// 排行记录方式
// 0 - 玩家名字
// 1 - Steam ID
// 2 - IP 地址
csstats_rank 0
// 排行数据文件最大尺寸
csstats_maxsize 3500
// Duration of HUD-statistics
amx_statsx_duration 12.0
//HUD-statistics display limit relative round freeze end
//Negative time will clear the HUD-statstics before the round freeze time has ended
amx_statsx_freeze -2.0
//设定为0时,将不允许客户端选择语言
amx_client_languages 1
amx_bullet_damage 1
// 踢高ping设置
amx_hpk_ping 250
amx_hpk_check 12
amx_hpk_tests 5
amx_hpk_delay 60
amx_language cn
amx_setlang cn
// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
amx_debug 1
//CD 中文的提示信息
//cdupdatemsg "在这个服务器上游戏,你需要升级Cheating-Death!"
//cdnamechangedmsg "因为没有Cheating-Death,你的名字被修改了\n从这下载 http://www.unitedadmins.com/cdeath.php"
//cdrequiredmsg "在这个服务器上玩,你需要打开Cheating-Death!!"
cdoptionalmsg "在这个服务器上玩,你可以不打开Cheating-Death."
//手雷拖尾参数值:0=关闭、1=绿色拖尾模式、2=随机颜色、3=红色、ct兰色
sv_grentrail 2
amx_enter_message "菜鸟%name% 怀着为人民服务的信念来了,大家一起捡菜啊\n(他的排名是 %rankpos%,IP:%IP%)"
amx_leave_message "高手%name% 走了,希望他别再来了,太恐怖...."
//第三方插件参数
//魔兽争霸3插件是否允许改变种族
mp_allowchangerace 1
//魔兽争霸3插件是否开启 1=ON / 0=OFF
sv_warcraft3 0
蹲坑警告时间
anticamping_camptime 15
累计警告时间上限,超过上限将有进一步惩罚(kick掉 或者 一直减血)
anticamping_camperkicktime 100
//累计警告时间达到上限后是否踢出服务器
anticamping_camperkick 0
页:
[1]