31.08.2018, 02:52
Qm estiver tendo o msm problema usem assim
forward Float: GetVehicleHealthEx(vehicleid);
Float:GetVehicleHealthEx(vehicleid)
{
new Float:health;
GetVehicleHealth(vehicleid, health);
if(health > 900.0)
{
return health / 10.0;
}
else return (health / 10.0)-(24);
}
funfou aq
forward Float: GetVehicleHealthEx(vehicleid);
Float:GetVehicleHealthEx(vehicleid)
{
new Float:health;
GetVehicleHealth(vehicleid, health);
if(health > 900.0)
{
return health / 10.0;
}
else return (health / 10.0)-(24);
}
funfou aq