ok the move per mouse click thing isnt working as i thought. i tried to use
c_move(me,vector(0,0,0),vector(0,0,0), GLIDE);
but its not good. it seems the previous code(the myx=mousepos.x one) was actually working but depending on the player angle not the cam angle. can anyone give me an idea on how to move the player on mouseclick depending on the camera angle?