26/06/2022 16:46 
(Esta mensagem foi modificada pela última vez a: 26/06/2022 16:53 por GUI_DA_Z5.)
	
	
	Código PHP:
// linha do aviso stock Float:GetVehicleHealthEx(vehicleid)
{
        new Float:health;
        GetVehicleHealth(vehicleid, health);
        if ( health > 900.0) {
                return health / 10.0;
        }
        else return ( health / 10.0 )-(24);
} 
Código PHP:
warning 208: function with tag result used before definition, forcing reparse 
