I have a problem and it is very disturbing...
I am no longer Zone for the combat helicopter, when it this crash but an area for the minicopters...
I modify in the folder but nothing to do that does not unblock it..
Can you help me?
Zoning problem Patrol helicopter
I found my problem! If you encounter this problem modify in your CS folder the DynamicsPVP plugin and ZoneManager the " BaseHeli" in " PatrolHelicopter
Thanks X3ho for pointing out the problem. For everyone else looking for a specific answer. Open the DynamicPVP.cs plugin and comment out or delete this section of code:
private void OnEntityDeath(BaseHelicopter baseHelicopter, HitInfo info)
{
if (baseHelicopter == null || baseHelicopter.net == null)
{
return;
}
PatrolHelicopterEvent(baseHelicopter);