Page 1 of 1

adding items etc

Posted: Fri Mar 16, 2007 9:39 pm
by bloopy
hi guys i want to add things like tables, i can add them but i can walk through them :? what is the texture i should use s i cant walk through the things? or is there a tut around i can follow

Posted: Fri Mar 16, 2007 9:52 pm
by neillomax
This is the way I used to do it. down where it says solid, is what you might want to try ading. If that doesn't work, you'll have to spawn a clip around it.

by the way, all that immune stuff never really worked I don't think.

local.fix1 = spawn script_model
local.fix1 model static/indycrate.tik
local.fix1.origin = ( -4767 3196 -429 )
local.fix1.angles = ( 0 171 0 )
local.fix1.scale = 1.0
local.fix1 solid
local.fix1 nodamage
local.fix1 immune bullet
local.fix1 immune fast_bullet
local.fix1 immune bash
local.fix1 immune mg
local.fix1 immune explosion
local.fix1 immune grenade

Posted: Tue Mar 20, 2007 2:35 pm
by Devil_Dog
You could also make them all from brushes. It is alot of work, but you get to make them exactly the way you want them.