01.04.2013, 16:48
I want to get the value Ratio=Kills/Deaths. I succesfully save and load kills and deaths with dini. But when a player has for example 5 deaths and 6 kills, Ratio becomes 1. If kills<deaths, then Ratio=0. How can I make ratio=5/6=0.83?
I also have R as Float like this:
I also have R as Float like this:
pawn Код:
new Float:R;