Kill team, blood loss?KabirDuy User Offline 31.12.12 02:33:42 pm If I use the default weapon (such as UPS), when shooting groups: not damaged, but I lost blood, while the other weapons can kill teammates. sorry for bad english
Re: Kill team, blood loss?Obviously Exactly Myself User Offline 31.12.12 02:46:35 pm Dafuq are you talking about? Dafuq is a UPS?
Re: Kill team, blood loss?Raisun User Offline 31.12.12 02:50:00 pm I guess he wants script when one shoot with USP, you don't receive regular damage but you start bleeding.
Re: Kill team, blood loss?Chingy User Offline 31.12.12 06:49:35 pm I guess he wants a script that doesn't allow USP to make damage to teammates. But other weapons should do.
Re: Kill team, blood loss?Alistaire User Offline 31.12.12 06:55:57 pm 1234567addhook('hit','_hit') function _hit(id, id2, iid) 	if iid==2 then 		return 1 	end end