new str[24];format(str, sizeof(str), "Ratio %f", (pInfo[playerid][Kills]/pInfo[playerid][Deaths]));SendClientMessage(playerid, -1, str);