xray
Joined: 25 Dec 2007 Posts: 10
|
Posted: Sun Sep 28, 2008 11:25 am Post subject: |
|
|
| Code: |
//Update car
gamephysics.CarUpdate(0,
Steering,
Acceleration,
Brake,
HandBrake,
SteeringHelp,
TractionControl,
Gear);
|
I exactly had the same problem. My game crashes all the time and a lot of time went by to find out that I have to update the car too. So LUKE it would be nice if you could update your SDK documentation to this, that we have to call this updates. It will avoid other coders wasting their time too. |
|