How to spawn tdm spawn points in maps -
10-09-2003, 12:56 PM
Ok guys after lookin at the new obj scripts i realised this is how u spawn new spawn points into maps via scripting. I know some ppl can do this already i'm just postin this so ppl can take a peek. Its copied straight from obj 1 in breakthrough and i dont think they have changed the BSP
so here goes.
local.spawner26 = spawn info_player_deathmatch
local.spawner26.origin = ( 2932 410 -338 )
local.spawner26 angle 135
local.spawner26// this would be numbered from 1 and up depending on how many spawn points u want
info_player_deathmatch//change deathmatch to axis or allies for team specific spawn points
local.spawner26.origin = ( 2932 410 -338 )// this would tell the game the coords u want the spawn point to appear
local.spawner26 angle 135//this tells the spawn point what way to face 135 is in degrees
anyway hope someone finds this useful
im sure scorpio will let me know if i got it wrong lol
regards scorp
***EDIT***
I'm an idiot lol i just read the post from my buddy rindog over at TMT. Sorry mate i didnt realise you had already done this lol.Feel free to kill me on the THL server
regards scorp
|