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.

盟军窃取图纸mohdm3---PK3

Featured Replies

local.papers = spawn script_model  
local.papers model "animate/pulse_stg44plans.tik"
local.papers.origin = ( 3986.21 -1333.87 71.20 )
local.papers.angles = ( 0 0 0 )
local.papers.targetname = "papeles"//将它起名为papeles




thread doc
doc:
local.trigger = spawn trigger_use
local.trigger setthread papers
local.trigger.origin = ( 3986.21 -1333.87 71.20 )
local.trigger setsize ( -20 -20 -20 ) ( 20 20 20 )
end
papers:
local.player = parm.other
if (local.player.dmteam == "allies")   //盟军有效
  {
// local.player playsound pickup_papers2  //声音pickup_papers2需自定
$papeles remove    //起名为papeles的图纸消失  
iprintlnbold "The allies have stolen the documents!"
//  level.documentos = 1    //设documentos值=1   完成多数任务所用见加法
//teamwin allies     //这里是指就这一项任务时,盟军胜利!前提是设定图在OBJ类型! 注*
  }
end[/code]

注*

将那第一个"//"删除,就这一项任务,简单点... :)

Create an account or sign in to comment

Account

Navigation

搜索

搜索

设置浏览器推送通知

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