Thread: Headshot Modes
View Single Post
coolmans
Member
Join Date: Sep 2009
Old 11-02-2013 , 16:22   Re: Headshot Modes
Reply With Quote #77

Quote:
Originally Posted by Doc-Holiday View Post
Requires rage ham bot addon from the rage module thread
did not understand

"hs_mode", "2" = case 2: // Blocks all headshots (Humans and bots)
does not work.



how to make the immune system to admins with the flag of A

case 2: // Blocks all headshots (Humans and bots)
{
if (get_user_flags(Att, ADMIN_IMMUNITY))
{
return HAM_IGNORED;
}

if(get_tr2(traceresult, TR_iHitgroup) == HIT_HEAD)
{
******

does not work.
coolmans is offline