29.03.2017, 01:40
pawn Код:
stock GetVehicleHealthEx(vehicleid)
{
new Float:health;
GetVehicleHealth(vehicleid, health);
if (health > 900.0)
{
return health / 10.0; // tag mismatch
}
else return ( health / 10.0 )-(24); // tag mismatch
}