Would this work for you?
on key pressed
ship spawn bullet
bullet set angle 0 degrees
ship spawn bullet
bullet set angle 45 degrees
ship spawn bullet
bullet set angle 315 degrees
There are ofcourse ways to do it with repeat 3 times and such, but basically this should work..