| 
   
		
            
             
				
            
          
		
		
				
		
				02-01-2005, 10: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
 |