Vehicles Not Taking Damage...

I noticed that vehicles wern't taking damage from anything and made afew adjustments to the settings.  Mini crahses causing damaged when unoppupied, but can't get other danage going (i.e., piloted crashes, gunfire, mele weapons, etc.).  WHat am I missing?

  "RuleSets": [
    {
      "name": "default",
      "enabled": true,
      "defaultAllowDamage": false,
      "flags": "AnimalsIgnoreSleepers,HumanNPCDamage,LockedBoxesImmortal,LockedDoorsImmortal,PlayerSamSitesIgnorePlayers,ProtectedSleepers,TrapsIgnorePlayers,TurretsIgnorePlayers,VehiclesTakeCollisionDamageWithoutDriver",
      "rules": [
        "anything can hurt heli",
        "anything can hurt npcs",
        "players cannot hurt players",
        "players cannot hurt traps",
        "guards cannot hurt players",
        "fire cannot hurt players",
        "traps cannot hurt players",
        "npcs can hurt players",
        "junkyard can hurt cars",
        "heliturrets cannot hurt players"
      ]
    }
  ],

hi, vehicle collision requires rules to allow collision damage (cars can hurt cars, etc) and this is not advised. players can easily exploit that. VehiclesTakeCollisionDamage flag will be added next update to handle this 

gunfire and melee weapons are both PVP and blocked by players cannot hurt players

the game registers the player as the attacker for vehicles too. the game does not do this for attack heli turrets though and heliturrets cannot hurt players blocks that.

At this pooing, all I'm looking for is normal vehicle collision damage. 

Watching players on my server Kami-Kazi crash land their helis because they don't know how to land.  Jumping out at the last moment before contact is something IMHO they should have to pay for by having to repair or buy a new ones.

I certainly do appreiate the complexities of what your mod is doing, but it would be nice if players could disable/destroy vehicles by hitting/shooting them.  The more options the better! ;)

ThanX for the GREAT MOD & SUPPORT!

hi, as I said I will add a flag for collision

if you want players to hurt vehicles then add rules that allow it.
players can hurt cars
players can hurt scrapheli
etc