Thread: Target glow
View Single Post
Nextra
Veteran Member
Join Date: Apr 2008
Location: Germany
Old 03-17-2009 , 13:19   Re: Target glow
Reply With Quote #9

This check is now redundant since you already require the target alive in TraceLine forward:

PHP Code:
is_user_aliveent 
If you add

PHP Code:
else if( g_Glowid ] )
      
g_Glowid ] = 
at the end of TraceLine the only necessary check on AddToFullPack would be this:

PHP Code:
if ( !player || g_iGlowhost ] != ent )
      return 
FMRES_IGNORED 
__________________
In Flames we trust!

Last edited by Nextra; 03-17-2009 at 15:46.
Nextra is offline