Thanks for the gib info...
r00t 3:16 CQC Gaming www.cqc-gaming.com ----- Original Message ----- From: "Tony "omega" Sergi" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Sunday, May 08, 2005 7:56 AM Subject: RE: [hlcoders] gib?
No, it'll do whichever is tested first. Because that OR's both flags together.
IIRC though, if you have DMG_NEVERGIB in there _at all_ it won't gib because it does something like
if (!(dmgFlags & DMG_NEVERGIB)) { if (health <= -40 || dmgFlags & DMG_ALWAYSGIB) { gib me baby! } }
-----Original Message----- From: r00t 3:16 [mailto:[EMAIL PROTECTED] Sent: May 8, 2005 2:39 AM To: [email protected] Subject: Re: [hlcoders] gib?
soo DMG_NEVERGIB | DMG_ALWAYSGIB means to gib or not to gib damage?
lol r00t 3:16 CQC Gaming www.cqc-gaming.com
-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.6 - Release Date: 06/05/2005
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

