Vehicle health problem
#2

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


Messages In This Thread
Vehicle health problem - by HondaCBR - 20.11.2011, 13:08
Re: Vehicle health problem - by wumpyc - 20.11.2011, 13:14
Re: Vehicle health problem - by HondaCBR - 20.11.2011, 13:17
Re: Vehicle health problem - by Joshb93 - 20.11.2011, 13:23
Re: Vehicle health problem - by HondaCBR - 20.11.2011, 13:31
Re: Vehicle health problem - by [NoV]LaZ - 20.11.2011, 13:33
Re: Vehicle health problem - by Austin - 20.11.2011, 13:35
Re: Vehicle health problem - by Joshb93 - 20.11.2011, 13:35
Re: Vehicle health problem - by Austin - 20.11.2011, 13:37
Re: Vehicle health problem - by Joshb93 - 20.11.2011, 13:38

Forum Jump:


Users browsing this thread: 1 Guest(s)