06.07.2017, 22:27
onde ela diminui ta
como coloco ele ai ?
Код:
switch(fuel[GetPlayerVehicleID(i)]); { case 94 .. 100: PlayerTextDrawTextSize(i, v_progress_cinza_gas[i], (507.00 + ((97.0 * 100) / 100 -5.5)), 0.0); default: PlayerTextDrawTextSize(i, v_progress_cinza_gas[i], (507.00 + ((97.0 * fuel[GetPlayerVehicleID(i)]) / 100 )), 0.0); }