View Single Post
Cheap_Suit
Veteran Member
Join Date: May 2004
Old 01-29-2007 , 12:31   Re: [Info] About bullet/particle power change
Reply With Quote #4

The TR_flFraction value.

This is what im trying to do. Block the damage but still have the effect of getting shot.
Quote:
new hitplace = get_tr(TR_iHitgroup)
if(hitplace == HIT_CHEST || hitplace == HIT_STOMACH)
{
set_tr(TR_flFraction, 30.0)
}
Because using 1.0 it seems like you didnt even get hit.
__________________
HDD fried, failed to backup files. Sorry folks, just don't have free time anymore. This is goodbye.
Cheap_Suit is offline