Jump to content
主视角中国

Recommended Posts

Posted

tree:

local.cr = spawn script_model

local.cr model "static/tree_winter_smallpine.tik"

local.cr.origin = ( x y z )

local.cr.angles = -78

local.cr notsolid

local.cr light 1 0 0 100

wait 5

local.cr hide

local.cr light 0 1 0 100

local.cr show

wait 5

local.cr hide

local.cr light 0 0 1 100

local.cr show

wait 5

local.cr hide

local.cr light 1 1 0 100

local.cr show

wait 5

local.cr hide

local.cr light 1 1 1 100

local.cr show

wait 5

local.cr hide

local.cr light 0 1 1 100

local.cr show

wait 5

local.cr hide

local.cr light 0 0 0 100

local.cr show

wait 5

local.cr hide

local.cr light 1 0 1 100

local.cr show

wait 5

thread tree

end

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.

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