Allowing damage to the CH47?Solved
The players can not damaged to CH47.
this is some problem

how to damaged to ch47?

I am also interested in this issue. I need a chinook to kill players. What rules to register ???

        "anything can hurt ch47",
        "ch47 can hurt players",
....................
......................
{
      "name": "ch47",
      "members": "CH47HelicopterAIController",
      "exclusions": ""
    },

This does not work, maybe a different name is needed for the chinook, I did not figure out the name.)

ch47scientists.entity is the name you need to use for the CH47.

{
"name": "heli",
"members": "BaseHelicopter,ch47scientists.entity",
"exclusions": ""
},
"anything can hurt heli",
Amarith
ch47scientists.entity is the name you need to use for the CH47.

{
"name": "heli",
"members": "BaseHelicopter,ch47scientists.entity",
"exclusions": ""
},
"anything can hurt heli",

Nice. Thanks!!!

Locked automatically