Spawning in BT
Posted: Tue Jun 22, 2004 2:26 pm
Hi Guys.
Having some trouble here
1. Is spawning different from SH to BT?
2. I am trying to mod Lib maps in BT but can never spawn anything, as anyone got any examples i can use as i am about to give up lol
Thanks in advanced
Here is the script i have made for tunisia
///////////////////////
level waittill prespawn
///////////////////////
//*** Precache Dm Stuff
exec global/DMprecache.scr
exec global/door_locked.scr
level.script = maps/lib/mp_tunisia_lib.scr
exec global/ambient.scr mohdm1
//init our switches
thread InitSwitches
thread fix // added myself
at bottom of script i added
////////////
fix:
////////////
local.sherman = spawn models/vehicles/tigertank.tik
local.sherman.origin = ( -2224.00 -1720.00 16.00 )
local.sherman solid
local.sherman immune bullet
local.sherman immune fast_bullet
local.sherman immune bash
local.sherman immune mg
local.sherman immune explosion
local.sherman nodamage
end
this does not seem to work in the map at all any ideas
Having some trouble here
1. Is spawning different from SH to BT?
2. I am trying to mod Lib maps in BT but can never spawn anything, as anyone got any examples i can use as i am about to give up lol
Thanks in advanced
Here is the script i have made for tunisia
///////////////////////
level waittill prespawn
///////////////////////
//*** Precache Dm Stuff
exec global/DMprecache.scr
exec global/door_locked.scr
level.script = maps/lib/mp_tunisia_lib.scr
exec global/ambient.scr mohdm1
//init our switches
thread InitSwitches
thread fix // added myself
at bottom of script i added
////////////
fix:
////////////
local.sherman = spawn models/vehicles/tigertank.tik
local.sherman.origin = ( -2224.00 -1720.00 16.00 )
local.sherman solid
local.sherman immune bullet
local.sherman immune fast_bullet
local.sherman immune bash
local.sherman immune mg
local.sherman immune explosion
local.sherman nodamage
end
this does not seem to work in the map at all any ideas