Call the helicopter if the player hides at home, the helicopter will hover over the player's head, will not shoot and move, and then the player can come out and destroy the helicopter and get trophies!
Helicopter not moving or shootingFixed
In line 423.
Try to modify it as
Merged post
You can freely modify the three digits on the far right.
HeliAi.State_Move_Enter(Player.transform.position + new Vector3(0.0f, 20f, 0.0f));Try to modify it as
HeliAi.State_Move_Enter(Player.transform.position + new Vector3(10.0f, 20f, -10.0f));After that, this error should be fixedMerged post
You can freely modify the three digits on the far right.
Arainrr
In line 423.HeliAi.State_Move_Enter(Player.transform.position + new Vector3(0.0f, 20f, 0.0f));
Try to modify it asAfter that, this error should be fixedHeliAi.State_Move_Enter(Player.transform.position + new Vector3(10.0f, 20f, -10.0f));
Merged post
You can freely modify the three digits on the far right.
Thank you, I will test as soon as possible!
Arainrr
In line 423.HeliAi.State_Move_Enter(Player.transform.position + new Vector3(0.0f, 20f, 0.0f));
Try to modify it asAfter that, this error should be fixedHeliAi.State_Move_Enter(Player.transform.position + new Vector3(10.0f, 20f, -10.0f));
Merged post
You can freely modify the three digits on the far right.
The change caused the plugin to fail
Check for formatting errors


Arainrr
Check for formatting errors
Hey, I have changed, but the helicopter will still hover over the top of the player, unless attacking the propeller helicopter will attack normally.
Try make the number bigger?
I will try
Locked automatically