View Single Post
Re: HPB_bot version 4.0 released!!!
Old
  (#33)
BAStumm
Member
 
BAStumm's Avatar
 
Status: Offline
Posts: 138
Join Date: Jan 2004
Location: Spokane, WA USA
Default Re: HPB_bot version 4.0 released!!! - 09-11-2004

found a bug...

in TFC bots are standing around in respawn shootin at the turrets in the ceiling... perhaps another check is in order...

Code:
 		   if (strcmp ("monster_miniturret", STRING (pMonster->v.classname)) == 0)	 
 			  continue; // TFC: skip respawn miniturrets






  
Reply With Quote