Skip to content
View in the app

A better way to browse. Learn more.

主视角中国

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Rorschach

网站版主
  • 注册时间

  • 上次访问

由 Rorschach 发表的全部内容

  1. 那也就是说这么改就是啥都没有?/
  2. 不是专属的我建12个人 占的资源倒是不高
  3. 那词咋说来着?? 爱美人不爱江山 8对 江山易改 本色难移
  4. 什么都没有。。。。。。。。。。。。
  5. import host import bf2.PlayerManager from bf2.stats.constants import * from bf2 import g_debug # map gamespy item ids to kits unlockItemMap = { 11 : 0, 22 : 1, 33 : 2, 44 : 3, 55 : 4, 66 : 5, 77 : 6, 88 : 1, 99 : 2, 111 : 3, 222 : 4, 333 : 5, 444 : 0, 555 : 6, } sessionPlayerUnlockMap = {} def init(): # Events host.registerHandler('PlayerConnect', onPlayerConnect, 1) if bf2.serverSettings.getUseGlobalUnlocks(): host.registerHandler('PlayerUnlocksResponse', onUnlocksResponse, 1) # Connect already connected players if reinitializing for p in bf2.playerManager.getPlayers(): onPlayerConnect(p) if g_debug: print "Unlock module initialized" class UnlockSet: pass def onPlayerConnect(player): defaultUnlocks = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] host.pers_plrSetUnlocks(player.index, defaultUnlocks, defaultUnlocks) if not player.isAIPlayer(): id = player.index reconnect = id in sessionPlayerUnlockMap # always get new unlocks on reconnect/map restart/map change etc if reconnect: del sessionPlayerUnlockMap[id] newUnlockSet = UnlockSet() newUnlockSet.unlockLevel = {} for i in range(0, NUM_KIT_TYPES): newUnlockSet.unlockLevel = 0 sessionPlayerUnlockMap[id] = newUnlockSet player.unlocks = sessionPlayerUnlockMap[id] if bf2.serverSettings.getUseGlobalUnlocks(): if player.getProfileId() > 2000: success = host.pers_plrRequestUnlocks(player.index, 1) if not success: if g_debug: print "Failed requesting unlocks" else: if g_debug: print "Player %d had no profile id, can't request unlocks" % player.index if g_debug: print "Added player %d to unlock checking" % (player.index) def onUnlocksResponse(succeeded, player, unlocks): if not succeeded: print "Unlocks request failed for player %d %d: %s" % (player.index, player.getName(), unlocks) return # print "Unlocks received for player ", player.getName(), "(",player.index, ") : ", unlocks # translate gamespy item vector into a kit-based unlock vector handled by game kitUnlocks = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] for item in unlocks: if item in unlockItemMap: kitUnlocks[unlockItemMap[item]] = 1 if g_debug: print "Kit unlocks: ", kitUnlocks #We do not yet support giving different unlocks to different teams host.pers_plrSetUnlocks(player.index, kitUnlocks, kitUnlocks)
  6. 区别在于 赢利性组织的纯利润会分给投资者或股东 非盈利性组织的纯利润会用于生产的改良与扩大~~ 老师给讲的…… 也就是说医院也能算非赢利性组织…… FXXK丫的
  7. Rorschach 发表 1 则博客文章 于 911pm的坟头
    去比萨了 说好回来时候给我带个塔…… 今天差点让老师拿一把 考我10进制数变2进制 上去刷刷刷都写出来了…… 老师无言 ==================== 主要是计算器的功劳……
  8. http://miniprofile.xfire.com/bg/os/type/0/911pm.png
  9. 休闲游戏?? 你见过玩这个游戏一天花好几千的么?? 火药味太浓了…… 我花了好几百才稳定的立足
  10. 取消了?? 为啥还有人说不能下载?? 还有我上传的那个外挂为啥。rar的扩展名变了??
  11. 吸怪 无敌 攻击加速 连续攻击 全屏攻击 全屏拾取 ................................
  12. 我靠~~ 终于找到志同道合的了
  13. Rorschach 发表 1 则博客文章 于 911pm的坟头
    看圣经的时候一直没看明白这段说的是什么意思…… 再发两张照片 老爹的上司来看我奶奶…… 我还要跟着作陪 今天喝了点酒 晕晕乎乎的 这个月就28天…… 学校坑人 我还以为还要几天就开学了 结果周5就开学……

Account

Navigation

搜索

搜索

设置浏览器推送通知

Chrome(安卓)
  1. 点击地址栏旁边的锁形图标。
  2. 点击 权限 → 通知
  3. 根据需要调整通知设置。
Chrome(桌面)
  1. 点击地址栏中的锁形图标。
  2. 选择 网站设置
  3. 找到 通知,然后根据需要调整设置。