Look... i don't know how to explain but im sure you understand.
How to make this:
[pawn]new vehicleid = GetPlayerVehicleID(playerid);
new Float:Health;
GetVehicleHealth(vehicleid,Health);
if(Health > 80 < 90) { //here give error
}[/pawn]
warning 205: redundant code: constant expression is zero