Page 1 of 1
Adding spawn points????
Posted: Sun Mar 06, 2005 12:02 am
by cameronnat
I need to learn how to add spawn points to stock maps. Can anybody help me?
Posted: Sun Mar 06, 2005 2:09 am
by ViPER
//spawn allie
local.allied = spawn info_player_allied
local.allied.origin = ( -2150 -1074 -315 )
local.allied.angle = 90
//spawn axis
local.axis = spawn info_player_axis
local.axis.origin = ( -178 -6 -237 )
local.axis.angle = 180
I put these above the main.
to get the coordinants in the game use
viewpos
in your console
Posted: Sun Mar 06, 2005 4:21 am
by Bjarne BZR
Viper wrote:to get the coordinants in the game use
viewpos
in your console
Or
coord