How do u make bullets move in the same direction that you r facing in blitz 3d?
3d shooter
Blitz3D Forums/Blitz3D Beginners Area/3d shooter Either use:
or:
EntityParent bullet, player RotateEntity bullet, 0, 0, 0 PositionEntity bullet, 0, 0, 0
or:
RotateEntity bullet, Entitypitch(player), entityyaw(player), entityroll(player) PositionEntity bullet, Entityx(player), entityy(player), entityz(player)