Thread: Map Request
View Single Post
Old
  (#4)
Scorpion -]M15F1T[- is Offline
Sergeant 1st Class
 
Posts: 1,664
Join Date: May 2004
Location: Joined: 06 May 2003
   
Default 02-01-2005, 09:24 PM

To spawn a spawn point add this in the stalingrad map script

local.m79spawn = spawn info_player_deathmatch
local.m79spawn.origin = ( 1530 4886 -216 )
local.m79spawn angle 315


But first you need to spawn a box over the existing spawn points to make em unusable

local.spawnblock = spawn script_model model static/indycrate.tik
local.spawnblock.origin = ( 1487.74 5077.03 -250.90 )
local.spawnblock angle 315

Just change the co-ords to where you want the spawns to be.
To find em type whereami or coords in console


I would do this for you but i just dont have the time

Scorp
  
Reply With Quote