|
本帖最后由 lovewap 于 2010-9-5 16:00 编辑
英文原版- https://forums.alliedmods.net/showthread.php?t=109286
复制代码 这个插件支持自动保存弹药到数据库,管理员可以发弹药之类的, php+mysql, 汉化By 秋风
- 下载完,然后下载语言包
- zp_web_stats.txt 你们懂的
- Chinese.xml 修改web目录下的inc中config.php里面的语言设置的.xml
- ,
- web安装修改php.ini中的extension=php_xsl.dll,也就是去掉前面的 ;
复制代码 汉化不带任何广告,放心下载.
图片.....
一下是官方的介绍稍微翻译了下
- 1.Statistic Plugin for Zombie Plague 4.3
- Includes Ammo Bank //自带弹药银行
- Players Stats //玩家排名统计
- Weapon Stats //武器统计
- Zombie Classes Stats //僵尸种类统计
- Maps Stats //地图统计
- Other //其他
- 2.Modules //需要开启的模组
- sqlx
- fakemeta
- hamasndwitch
- 3.Admin Commands //管理员命令
- zp_ammo <name|#userid|@Z|@H|@A> <count> //zp_ammo [名字|@Z|@H@A]
- Give ammo to //发送到
- @Z - All zombie //所有僵尸
- @H - All human //所有人类
- @A - All players //所有玩家
- 4.Client commands //客户端命令(玩家)
- say /hp
- Display information about you killer //显示杀你人的信息
- say /me
- Display you information (kills ,infect, damage, last hit) //显示你的统计 (击杀,感染数,伤害,最后击杀)
- say /rank [name|ip|steam_id]
- Display you/player rank //显示 你/玩家 的排名
- say /stats [name|ip|steam_id]
- say /rankstats [name|ip|steam_id]
- Display you/player detail stats //显示 你/玩家 的 排名细节
- say /top[number]
- Display 15 top players, ending with the specified value [number] //显示 top 15 玩家统计
- say /donate <target> <count>
- Present <count> ammo to <target> //发送弹药给其他玩家
- CVAR's 控制台参数
- zp_stats_host - Database host //数据库地址
- zp_stats_db - database //数据库名
- zp_stats_user - MySQL user //数据库用户名
- zp_stats_password - MySQL password //数据库密码
- zp_stats_allow_hp - Allow client command say /hp //是否允许客户端输入 /hp 命令
- zp_stats_allow_me - Allow client command say /me //是否允许客户端输入 /me 命令
- zp_stats_show_hit - If 1, display zombie hp when player hit //如果是1,那么玩家攻击僵尸时候会显示僵尸的剩余血量
- zp_stats_allow_donate - Allow client command say /donate //是否允许客户端 输入 /donate 发送弹药的命令
- zp_stats_max_inactive_day - Max inactive day to players in top //玩家是否进TOP的最大不活跃天数
- zp_stats_min_ammo - Min ammo to players in top //玩家进TOP的最小弹药袋
- zp_stats_min_online - Min online to players in top //玩家进TOP的最小在线时间
- zp_stats_store_class - If 1, players zombie class save in database //如果1,玩家选择的僵尸种类将会保持到数据库
- zp_stats_store_ammo - If 1, players ammo save in database //如果1,那么玩家的弹药袋将会保存到数据库
- zp_stats_limit_ammo - Limits for maximum ammo, 0 - disable //限制最大弹药总数, 0 - 关闭
- zp_stats_show_adv - If 1, show info about client command's //如果1,那么显示玩家命令的信息
- zp_stats_adv_time - Time to show adv. //显示上面个的间隔时间(就是zp_stats_show_adv)
- zp_stats_show_best_players - Show the best players in round (default 1) //显示每局最佳玩家
- zp_stats_show_rank_on_round_start - Show rank(rank change) on round start (default 1) //每局开始时显示排名(排名变化)
- zp_stats_auth_type //按什么统计玩家(一般选3 都是no steam的=..=)
- 1 - Steam ID
- 2 - IP Address
- 3 - Nickname
- above - Steam ID/IP Adress
- default - 4
- zp_stats_ignore_nick - Tag, which does not take calculate statistics (default "[unreg]") //标签,含有的不统计(默认 [unreg])
- Defines //定义
- Uncomment "//#define ZP_STATS_DEBUG" to detail log //取消注释来debug调试
- Installation //安装
- Copy the 'web/zp_stats' directory to your website //复制 web/zp_stats 到你的网站目录
- Edit 'web/zp_stats/inc/config.php' //修改congif.php
- Use the file 'web/zp_stats.sql' to initialize the database //导入数据库
- Copy the 'addons' directory to your 'cstrike' folder //复制addons 到你的cstrike目录
- Add the plugin name to addons/amxmodx/configs/plugins-zplague.ini //添加插件到plugins-zplague.ini 务必在zombie_plague40.amxx的下面..
- Edit 'configs/zp_web_stats.cfg'
- You must install extension 'php5-xsl' //你必须安装php5的 xsl
- Debian:
- Code:
- aptitude install php5-xsl
- Version History
- 0.1.0 - First public release
- 0.2.0 - Global update, change plugin name
- 0.2.1 - Optimization
- 0.2.2 - Fixed small bag
- 0.2.3 - Fixed charset problem
- 0.2.4 - Added cvar "zp_stats_allow_donate"
- 0.2.5 - Fixed zp_class_store_ammo bug (thx MmikiM)
- Credits
- maslyak
- CHyCMyMpNk
- a.aqua
- crazyeffect - translate
- ramiax - Lithuanian language translation
- MmikiM - Polish translate
- Demonstration - http://www.klan-hub.ru/zp_stats/ //demo...
复制代码 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|