i defined a vector in the front of a entity
and crated a sprite at this position
Code:
vec_set(test_vec,vector(test_mdl.x-200,test_mdl.y,test_mdl.z));


everythings works but the vector does not rotates
correct with the player
it do not keep the right position in the front of the player
Code:
vec_rotate(test_vec,test_mdl.pan);


can someone help me pls?