new str[32], Float:example = 50.0;format(str, 32, "Result: %.1f", example)SendClientMessage(playerid, COLOR_WHITE, str);