Lol sorry for the false alarm....
Figured it out... here it is for anyone else with a similar problem

ENTITY* bullet = ent_create("bullet.mdl",vector(my.x+100*sin(my.pan+85),my.y-100*cos(my.pan+85),my.z),move_bullets);

knew I was on the right path with the trig!