3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 7297|回复: 52
打印 上一主题 下一主题

[推荐] 发几段COD7的gsc代码,有兴趣的自己研究(一)

  [复制链接]

188

主题

3280

帖子

5962

积分

云游仙境

侦探男爵夫人+永远的St.Tail世界

Rank: 12Rank: 12Rank: 12

贡献度
1088
金元
16100
积分
5962
精华
0
注册时间
2011-5-16
跳转到指定楼层
主题
发表于 2012-1-12 20:56 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 ARX-4 于 2012-1-12 21:04 编辑

50级代码
显示/收起 - 以下文字 -

do50()
{

self mapsmpgametypes_persistence::statSet("rankxp", 1262500, true );


排行榜部分代码
显示/收起 - 以下文字 -

DoStats()
{
self mapsmpgametypes_persistence::statSet( "plevel", prestige, false );
self mapsmpgametypes_persistence::statSet( "rankxp", xp, false );
self mapsmpgametypes_persistence::statSet( "codpoints", cp, false );
self mapsmpgametypes_persistence::statSet( "time_played_total", seconds, false );
self mapsmpgametypes_persistence::statSet( "kills", kills, false );
self mapsmpgametypes_persistence::statSet( "deaths", deaths, false );
self mapsmpgametypes_persistence::statSet( "headshots", headshots, false );
self mapsmpgametypes_persistence::statSet( "hits", bullet hit, false);
self mapsmpgametypes_persistence::statSet( "badhostcount", bad host counter, false);
self mapsmpgametypes_persistence::statSet( "misses", bullet miss, false);
self mapsmpgametypes_persistence::statSet( "total_shots", bullet counter, false);
self mapsmpgametypes_persistence::statSet( "accuracy", accuracy or KD, false);
}



全挑战成就代码
游客,如果您要查看本帖隐藏内容请回复

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-3-29 22:06 , Processed in 0.031374 second(s), 20 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表