Jump to content

88 station

  • entries
    131
  • 评论
    3
  • 查看
    659,330

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


moh8888

766 查看

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

没有要显示的评论。

访客
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 创建新的...