平面的固化 分享 http://www.fpschina.com/index.php?/blogs/entry/704-%E5%B9%B3%E9%9D%A2%E7%9A%84%E5%9B%BA%E5%8C%96/ More sharing options... 关注者 这里要举例 local.truckclip = spawn script_object local.truckclip.origin = (XYZ) //平面的中点 local.truckclip setsize ( -75 -40 -1 ) ( 75 40 0 ) //平面的长宽高 local.truckclip solid 这样,这个平面75X40X1固化了,人物在上面是掉不下来 local.truckclip notsolid 会怎样?....试一下吧?
Recommended Comments
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.