15.02.2014, 13:07
pawn Код:
format(string, sizeof(string), "Kills: [%d] - Deaths: [%d] - K/D Ratio: [%f] ", PlayerInfo[playerid][Kills], PlayerInfo[playerid][Deaths], floatround(PlayerInfo[playerid][Kills]/PlayerInfo[playerid][Deaths]));