Hook for when attack heli is killed?Solved
Looking for an on enity killed hook for the attack chopper
In response to Wulf ():
https://umod.org/documentation/games/rust#onentitykill
https://umod.org/documentation/games/rus...
I need one just for the attack heli
I know nothing about plugin development, but even I know how to scroll down a list a little bit to find the item I want. Just saying.
In response to JimDeadlock ():
I know nothing about plugin development, but even I know how to scroll down a list a little bit to f...
Your talking about the ch47 heli
In response to JimDeadlock ():
https://umod.org/documentation/games/rust#onhelicopterkilled

I don't know why you keep as...
Thats the fucking chinook heli if I havent gone threw the whole docs I wouldnt be asking
In response to Tism ():
I need one just for the attack heli
You'd have to check for the entity type with those hooks and ignore the rest. Also possible to change the BaseEntity to the specific type you want, should handle that automatically then.
Locked automatically