new Float: health;GetPlayerHealth( playerid, health );printf( \"%f\", health );
new Float: health;GetPlayerHealth(playerid, health);printf( \"%d\", floatround(health));
print(health);