Jump to content
主视角中国

88 station

  • entries
    131
  • 评论
    3
  • 查看
    663,344

MoHAAeasyscripter 简单程序编写器的使用之2


object spawn 的用法

产生物件的程序

俺输的是bmwbike,以下略

script comment------>bmwbike

ID name ------>oi

model ------->vehicles/bmwbike.tik---物件(S_22物件表)

origin-------->215 56 57--->位置

angle--------->0 0 0----->方向

scale---------->1--->放大倍数

点add to script自动生成以下的内容

//bmwbike

local.oi = spawn script_model

local.oi model "vehicles/bmwbike.tik"

local.oi.origin = ( 215 56 57 )

local.oi.angle = ( 0 0 0 )

local.oi.scale = 1.0

复制一下粘到你的.scr

方便吧?......

0 评论


Recommended Comments

没有要显示的评论。

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.

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