26.11.2012, 02:37
A person or vehicle's health is a float, not a numerical value.
In the string, you need to update the %.3d with %.3f because again, they are floats.
pawn Код:
new Float:vhealth = GetVehicleHealth(vehicleid);
new Float:phealth = GetPlayerHealth(playerid);