Jump to content
主视角中国

Recommended Posts

Posted

将以下

exec global/88plane.scr::BINOCULAR_AIRSTRIKE <origin> <angles>
加在 level waittill spawn 之下 举例: map dm/mohdm1:
level waittill spawn
exec global/88plane.scr::BINOCULAR_AIRSTRIKE ( 298.64 475.75 384.13 ) ( 0 0 0 )[/code]

用法:

1.走到有望远镜的地方,按USE键取得呼叫权

2.走到你认为能看到攻击点的位置

3按数字键7调出望远镜画面,中间的位置为功击点,按射击键既可!

4.可呼叫飞机轰炸2次

5.若再呼叫飞机,重新步骤1~3

俺没有TEST,有问题请回帖

这个PK3打包有问题删了,请下下面的PK3

Posted

while ((isalive local.PLAYER) && (local.PLAYER.SET==1) || (local.PLAYER.SET==2))

那2次是在一个循环内,就是说,加3次以上不是不行,可能会卡,因为

那程序一直在这个循环内转,有多少人使用了程序都在这里一个圈里转,转完了才结束,

上传的箱子PK3也是这个原理....

将类似于

if (local.PLAYER.SET==2)

{

local.PLAYER.SET = 1

end

}

if (local.PLAYER.SET==1)

{

local.PLAYER.SET = 0

end

}

等等

设置1和2的设置内容全部删掉即可...

Posted

我在M1L3C上加了后,有望远镜,也有显示信息,可就是按7键后调不出来望远镜画面,不知道是什么原因?在global/88plane.scr中还要改吗?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

登录

Already have an account? Sign in here.

现在登录
×
×
  • 创建新的...