wrong bullet direction

Started by michałfraz on

Topic category: Troubleshooting, bugs, and solutions

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
wrong bullet direction

https://photos.app.goo.gl/SvPrvDEJR5HXf7yw7

I made a script where my tank will fire, but no matter which way it is turned, the arrow still flies in the same direction. How to make her go where he's looking. If you want, you can even write another script from scratch.

please help

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you go into the…
Wed, 11/13/2024 - 10:20

If you go into the projectile procedures tab, and change the yellow shoot box you are using to the blue one, the one that doesn't have the directions, I'm pretty sure that will work.

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That or in the Entity…
Sun, 12/08/2024 - 22:04

That or in the Entity Procedures tab > Data, scroll down a bit and you will see "X value of look angle vector" This will get the direction that the Entity is Facing. So replace any "x y z" with the Look angle vector version and see if that works.