Warum bewegst du das Auto mittels c_move wenn du es doch als Physik Objekt deklarierst? Wenn mich nicht alles täuscht, müsste das sogar der Fehler sein (kann mich aber auch irren).

Lass mal den Teil weg:
Code:
  ph_setgravity (vector(0,0,-386));
phent_settype (car1, PH_RIGID,PH_BOX);
phent_setmass (car1,50, PH_BOX);
phent_setfriction (car1,80);
phent_setdamping (car1,40,40 );
phent_setelasticity (car1, 50, 20);




Shitlord by trade and passion. Graphics programmer at Laminar Research.
I write blog posts at feresignum.com