20.08.2010, 20:19
pawn Код:
new Kills = GetPVarInt(playerid, "Kills"), Deaths = GetPVarInt(playerid, "Deaths");
format(string, 128, "Ratio: %0.2f", GetPVarInt(playerid, "Kills")/GetPVarInt(playerid, "Deaths"));
SendClientMessage(playerid, GREEN, string);