Update
-Added new command:
!ratio !rate !kd !kdratio !kdrate
-Function was used lowercase, so that there are also !RaTE, !rATe etc.
From: September 01, 2010, 12:43:59 pm
Update 1.5.2
-Shortened the contents of the script, removing and re-checking deatch is equal to 0.
From
WriteConsole(0,GetPlayerStat(ID,'name')+', your K:D is incalculable ('+intToStr(kills)+'/'+IntToStr(GetPlayerStat(ID,'Deaths'))+')',KDColor)
On
WriteConsole(0,GetPlayerStat(ID,'name')+', your K:D is incalculable ('+intToStr(kills)+'/0)',KDColor)