How to calculate ratio ?
#4

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);
Reply


Messages In This Thread
How to calculate ratio ? - by kurta999 - 20.08.2010, 19:19
Re: How to calculate ratio ? - by Jefff - 20.08.2010, 19:26
Re: How to calculate ratio ? - by kurta999 - 20.08.2010, 19:45
Re: How to calculate ratio ? - by Claude - 20.08.2010, 20:19
Re: How to calculate ratio ? - by Jefff - 20.08.2010, 21:11

Forum Jump:


Users browsing this thread: 1 Guest(s)