new string[35], Float:Health;GetPlayerHealth(playerid, Health);format(string, sizeof(string), "Your current health is %0.2f", Health);SendClientMessage(playerid, -1, string);