23.04.2012, 18:58
This is to destroy the progressbar when the vehicle health is less then 30. Change the code according to your functions and definations.
pawn Код:
if(GetVehicleHealth(vehicle) < 30)
{
DestroyProgressBar(BarID);
}