View Single Post
Re: stripper2 place custom mdl
Old
  (#3)
BAStumm
Member
 
BAStumm's Avatar
 
Status: Offline
Posts: 138
Join Date: Jan 2004
Location: Spokane, WA USA
Default Re: stripper2 place custom mdl - 30-07-2004

Here is a snippet I use to put coors light beer cans in the basement area of 2fort in tfc.

Code:
 // CACHE MY CUSTOM MODELS/SPRITES
 PRECACHE_MODEL(models/beer1.mdl)
 
 // BEER CANS BLUE BASEMENT
 {
 	netname/stripper2
 	classname/info_tfgoal
 	origin/-590 -2550 -665
 	model/models/beer1.mdl
 	angle/180
 }
 {
 	netname/stripper2
 	classname/info_tfgoal
 	origin/-585 -2668 -685
 	model/models/beer1.mdl
 	angle/160 
 }






  
Reply With Quote