CAL 发表于 2009-6-22 09:44:47

服务器排名乱码解决方法

服务器排名乱码解决方法 - [我的游戏]
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://csmm.blogbus.com/logs/5422688.html



如果服务器的排名有乱码啊什么的请用这方法

首先把 addons\amxmodx\data 下的
dictionary.cache文件和csstats.dat文件删掉,试试

如果不行 可以利用 Kingzhon 的方法

下载 csstats.rar 解压出的 csstats.amxx 这插件放到cstrike\addons\amxmodx\data目录下

下载地址: http://www.dt-club.net/attachment.php?attachmentid=4144
在addons\amxmodx\configs目录下有个core.ini文件,在里面需要指定csstats.dat文件。请加上最下下面2行,然后重启服务器就OK了。。
; Configuration file for AMX Mod X
amxx_logdir addons/amxmodx/logs
amxx_configsdir addons/amxmodx/configs
amxx_datadir addons/amxmodx/data
amxx_modules addons/amxmodx/configs/modules.ini
amxx_plugins addons/amxmodx/configs/plugins.ini
amxx_pluginsdir addons/amxmodx/plugins
amxx_modulesdir addons/amxmodx/modules
amxx_vault addons/amxmodx/data/vault.ini
csstats_score addons/amxmodx/data/csstats.amxx
csstats addons/amxmodx/data/csstats.dat
; Logging mode
; 0 - no logging
; 1 - one logfile / day
; 2 - one logfile / map
; 3 - HL Logs
amxx_logging 1

这样来设置就不会有乱码了./

还有提供一些 模型文件 发上来现在补充给大家下载这样就可以启动服务器了

模型文件下载:http://www.dt-club.net/attachment.php?attachmentid=4145

qtcathy 发表于 2009-6-22 10:45:18

.........................没意义的贴子

cs迷 发表于 2009-6-22 15:01:44

不知楼主在说什么哦

liulaning 发表于 2009-6-23 09:45:36

说了半天,无非就是让大伙替换文件
页: [1]
查看完整版本: 服务器排名乱码解决方法