Quote:
Originally Posted by wrecked_
I'm pretty sure it counts as worldspawn when someone dies by trigger_hurt.
|
i was made like this :
PHP Code:
if (Killer == find_ent_by_class"func_trigger_hurt")
{
//mycode
}
But it counts all entitys not only trigger hurt...