K/D ratio
#9

pawn Код:
new Float:kd;
if(kills == 0 && deaths == 0) kd = 0.0;
else kd = float(kills)/float(deaths);
.............................
Reply


Messages In This Thread
K/D ratio - by MP2 - 19.09.2011, 20:22
Re: K/D ratio - by [L3th4l] - 19.09.2011, 20:24
Re: K/D ratio - by =WoR=Varth - 19.09.2011, 20:25
Re: K/D ratio - by skullmuncher1337 - 19.09.2011, 20:25
Re: K/D ratio - by MP2 - 19.09.2011, 20:39
Re: K/D ratio - by skullmuncher1337 - 19.09.2011, 20:42
Re: K/D ratio - by =WoR=Varth - 19.09.2011, 20:43
Re: K/D ratio - by skullmuncher1337 - 19.09.2011, 20:45
Re: K/D ratio - by =WoR=Varth - 19.09.2011, 20:48
Re: K/D ratio - by MP2 - 19.09.2011, 21:04

Forum Jump:


Users browsing this thread: 2 Guest(s)