Helicopter not moving or shootingFixed
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!
In line 423.
                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 fixed

Merged post

You can freely modify the three digits on the far right.
5c18c7da631b5.jpg Arainrr
In line 423.
                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 fixed

Merged post

You can freely modify the three digits on the far right.

Thank you, I will test as soon as possible!

5c18c7da631b5.jpg Arainrr
In line 423.
                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 fixed

Merged post

You can freely modify the three digits on the far right.

The change caused the plugin to fail

Check for formatting errors
5c18c7da631b5.jpg 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