So ia have tried some other sing, and yes you are right about the part , when my.carEngineTorque is 0,0, my car is starting to go backwards, can you fix this script!?

Code:
  		// read wheel controls
if(key_cul)
{
my.carSteerTorque = 1.0;
}
if(key_cur)
{
my.carSteerTorque = -1.0;
}
if(key_cuu)
{
my.carEngineTorque = my.car_maxToque;
}
else
{
my.carEngineTorque = -60.0; //the car speed is decreasing
}
if(key_cud)
{
my.carEngineTorque = -my.car_maxToque * 0.5;
}
if(key_shift)
{
my.carEngineTorque = my.car_maxToque * 5.0;
}
wait(1);
}
}




Now i am working on game NISSAN CHALLENGE! My home page is http://raivucis.ilva.lv