19.09.2011, 21:04
I did this:
and it works.
Thanks kc
pawn Код:
new deaths = playerstat[playerid][PSTAT_DEATHS];
if(!deaths) deaths = 1;
new Float:kd = floatdiv(playerstat[playerid][PSTAT_KILLS], deaths);
Thanks kc