Thread: flashbangs
View Single Post
Re: flashbangs
Old
  (#8)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: flashbangs - 05-10-2004

actually bots don't hear anything when they are blinded...
PHP Code:
   // Don't listen if seeing enemy, just checked for sounds or
   // being blinded (because its inhuman)
   
if (m_flSoundUpdateTime <= gpGlobals->time && FNullEnt(m_pentEnemy) && m_flBlindTime gpGlobals->time)
   { 
  
Reply With Quote