Giving your spawned king tiger setsize
Posted: Sat Jul 14, 2007 3:19 am
Heres a neat little trick that may help some modders out there that would like to spawn those items that have big collisions....i spawned a king tiger gave it this set size and it looks pretty close to accurate when ya walk around it now..this will probally work with all models is my guess
enjoy.
<TWZ>Gold <<mohaa freak
local.static = spawn script_model
local.static model "static/vehicle_ktigertank.tik"
local.static.origin = ( 2245 5925 189 )
local.static.angles = ( 0 0 0 )
local.static setsize "-275 -124 0" "140 124 180"
local.static solid
P.S.
The setsize follows the angles also
<TWZ>Gold <<mohaa freak
local.static = spawn script_model
local.static model "static/vehicle_ktigertank.tik"
local.static.origin = ( 2245 5925 189 )
local.static.angles = ( 0 0 0 )
local.static setsize "-275 -124 0" "140 124 180"
local.static solid
P.S.
The setsize follows the angles also