View Single Post
Re: Angle offset bug
Old
  (#5)
Rifleman
This user broke our rules and has been BANNED
 
Status: Offline
Posts: 128
Join Date: Sep 2004
Location: Mars
Default Re: Angle offset bug - 04-12-2004

no , I just force the bot to aim at the enemy head

Code:
   Vector v_enemy = v_enemy = (pBot->pBotEnemy->v.origin + pBot->pBotEnemy->v.view_ofs) -
				 GetGunPosition(pEdict);
  
Reply With Quote