23.04.2014, 14:31
PHP код:
TireInfo[vehicleid][Front_Left_Tire] -= TireInfo[vehicleid][Front_Left_Tire]-random(3);
TireInfo[vehicleid][Front_Right_Tire] -= TireInfo[vehicleid][Front_Right_Tire]-random(3);
TireInfo[vehicleid][Rear_Left_Tire] -= TireInfo[vehicleid][Rear_Left_Tire]-random(3);
TireInfo[vehicleid][Rear_Right_Tire] -= TireInfo[vehicleid][Rear_Right_Tire]-random(3);