20.11.2011, 13:14
shouldn't you make if(vehhealth >= 0 && vehhealth <= 250) dont start else start
like
like
pawn Код:
if(vehhealth >= 0 && vehhealth <= 250)
{
SetVehicleParamsEx(engineoff);
}
else
{
SetVehicleParamsEx(engineon);
}