31.08.2018, 02:14
Codigo
Nome do erro
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);
}
PHP код:
warning 208: function with tag result used before definition, forcing reparse