15.02.2014, 13:25
A run time error about diving with 0 will be caused if deaths are 0. Use this for the ratio:
And use placeholder:
instead of:
pawn Код:
floatdiv(PlayerInfo[playerid][Kills], PlayerInfo[playerid][Deaths])
pawn Код:
K/D Ratio: [%.2f]
pawn Код:
K/D Ratio: [%d]