Adding spawn points????
Moderator: Moderators
-
cameronnat
- Lance Corporal
- Posts: 13
- Joined: Sun Feb 27, 2005 6:30 pm
- Contact:
Adding spawn points????
I need to learn how to add spawn points to stock maps. Can anybody help me?
//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
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
-
Bjarne BZR
- Site Admin
- Posts: 3298
- Joined: Wed Feb 05, 2003 2:04 pm
- Location: Sweden
- Contact:
