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.

一种加入BOT狗的简易方法

Featured Replies

想不想加一只或几只会自动攻击人的狗?

这需要在图中小改一下

在其它的图中加入也是一样的,只是狗的坐标要变一下!

举例如何加入:

用记事本打开mohdm2.scr会有以下內容:

// DESTROYED VILLAGE

// ARCHITECTURE: NED

// SCRIPTING: NED

main:

// set scoreboard messages

setcvar "g_obj_alliedtext1" "Destroyed Village"

setcvar "g_obj_alliedtext2" ""

setcvar "g_obj_alliedtext3" ""

setcvar "g_obj_axistext1" ""

setcvar "g_obj_axistext2" ""

setcvar "g_obj_axistext3" ""

setcvar "g_scoreboardpic" "mohdm2"

// call additional stuff for playing this map round based is needed

if(level.roundbased)

thread roundbasedthread

level waittill prespawn

//*** Precache Dm Stuff

exec global/DMprecache.scr

exec global/door_locked.scr lock

level.script = maps/dm/mohdm2.scr

exec global/ambient.scr mohdm2

level waittill spawn

exec global/dmdog.scr //加入解命令dmdog.scr

wait 10 //10秒后

exec global/dmdog.scr::dogspawn ( -1053 -2847.22 -4.12 ) 45 1 5 "axis" 1 //注1

wait 5

exec global/dmdog.scr::dogspawn ( -1053 -2747.22 -4.12 ) 90 1 5 "allies" 1 //注2

end

//-----------------------------------------------------------------------------

roundbasedthread:

// Can specify different scoreboard messages for round based games here.

level waitTill prespawn

level waittill spawn

// set the parameters for this round based match

level.dmrespawning = 0 // 1 or 0

level.dmroundlimit = 5 // round time limit in minutes

level.clockside = kills // set to axis, allies, kills, or draw

level waittill roundstart

end

  • 作者

注1注2:

exec global/dmdog.scr::dogspawn ( -1053 -2847.22 -4.12 ) 45 1 5 axis 1

表示:

exec global/dmdog.scr::dogspawn //

盟军蓝色狗

德军红色狗

  • 5 months later...

Create an account or sign in to comment

Account

Navigation

搜索

搜索

设置浏览器推送通知

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