Page 1 of 1

How do I spawn things with script?

Posted: Thu Aug 03, 2006 4:08 pm
by Firefox
Hey guys how do I spawn things and change there model value using a script?

Posted: Fri Aug 04, 2006 2:10 pm
by Green Beret
local.thing = spawn script_model

local.thing model "static/vehicle_bmwbike.tik"//<--Model

local.thing.origin = ( xxx xxx xxx )//<--Add coords

local.thing.angles = ( 0 0 0 )