29.03.2017, 17:15
PHP код:
stock Float:GetVehicleHealthEx(vehicleid)
{
new Float:health;
GetVehicleHealth(vehicleid, health);
if (health > 900.0)
{
return health / 10.0;
}
else return ( health / 10.0 )-(24);
}