hi, thanks for your answer but that would not solve the problem.

It is this line

Code:
c_move(me,vector((key_a - key_d) * 5 * time_step,0,0),NULL,GLIDE);


i changed NULL to nullvector and now my movement works well.

i hate mistakes like that because the acknex engine accept this although it is not correct lite c.

fanatiker