good work Tom
Thread for spawning explosive crates in stock maps.
Moderator: Moderators
Try this
The indycrate is the only crate model there is, but here is a non exploding version of the script.
level waittill prespawn
thread crate_spawner ( 0 0 0 ) (0 90 0) // origin and angles
thread crate_spawner ( -500 2388 23 ) (90 0 0) // origin and angles
==============================================
==============================================
//--------------------------------------------------->
// CRATE SPAWN THREAD (place at bottom of page)
//--------------------------------------------------->
crate_spawner local.origin local.angles:
local.crate = spawn script_model
local.crate model "models/static/indycrate.tik"
local.crate.origin = local.origin + ( 0 0 -80 )
local.crate.angles = local.angles
end
level waittill prespawn
thread crate_spawner ( 0 0 0 ) (0 90 0) // origin and angles
thread crate_spawner ( -500 2388 23 ) (90 0 0) // origin and angles
==============================================
==============================================
//--------------------------------------------------->
// CRATE SPAWN THREAD (place at bottom of page)
//--------------------------------------------------->
crate_spawner local.origin local.angles:
local.crate = spawn script_model
local.crate model "models/static/indycrate.tik"
local.crate.origin = local.origin + ( 0 0 -80 )
local.crate.angles = local.angles
end
Last edited by tltrude on Fri Feb 13, 2004 4:14 am, edited 1 time in total.
-
omniscient
- Major General
- Posts: 694
- Joined: Tue Sep 16, 2003 12:02 am
???
I don't know what you are asking Elgan. What is "safesolid"? You do know this thread is almost a year old, right?
safe
safesolid - make solid but first make sure no one is in my bounds that is thinking.
Seems like it would work, but I'm not interested enough to test it.
Seems like it would work, but I'm not interested enough to test it.

