26.01.2012, 15:46
pawn Код:
format(Msg, sizeof(Msg), ""COL_PINK"Kills: "COL_GREY"[%d]\n"COL_PINK""COL_PINK"Deaths: "COL_GREY"[%d] \n"COL_PINK""COL_PINK"Ratio: "COL_GREY"[%f] \n"COL_PINK""COL_PINK"Score: "COL_GREY"[%d]\n"COL_PINK"Money: "COL_GREY"[$ %d]\n"COL_PINK"Adminlevel: "COL_GREY"[%d]\n"COL_PINK"", pInfo[playerid][Kills], pInfo[playerid][Deaths], (Float:pInfo[playerid][Deaths] / pInfo[playerid][Kills]),GetPlayerScore(playerid),GetPlayerMoney(playerid), pInfo[playerid][Admin]);
Look at the Ratio [%f] and the (FloatInfo[playerid][Deaths] / pInfo[playerid][Kills])
I thought this would work but it doesn't can anybody help me?