Quote Originally Posted by malyczolg View Post
how add for this damage , if another player shot at trigger self death ?
PHP Code:
    self.damagetrig=spawn("trigger_radius",self.origin+(0,0,50),0,5,5);
    
self.damagetrig linkto(self); 
You cannot use Linkto() with a trigger, even if you use enableLinkto(). It incurs this error:

Code:
******* script runtime error *******
entity (classname: 'trigger_radius') does not currently support linkTo: (file 'demon/_globallogic.gsc', line 9)
    self.damagetrig linkto(self);