Author Topic: Ratio 1.5.2  (Read 1803 times)

0 Members and 1 Guest are viewing this topic.

Offline dominikkk26

  • Camper
  • ***
  • Posts: 404
    • PMGsite
Ratio 1.5.2
« on: June 10, 2010, 06:42:01 am »
Script Name: Ratio 1.5.0
Author: dominikk26
Compile Test: Passed
Core Version: 2.7.6
Full Description:
Playing on servers "Leo" encountered in the ratio of looking for such a script but have not found so I decided to create! It is the same as the servers "Leo"
Commands:
!ratio and !rate

Update 1.5.1
-Added new command:
!ratio !rate !kd !kdratio !kdrate
-Function was used lowercase, so that there are also !RaTE, !rATe etc.

Update 1.5.2
-Shortened the contents of the script, removing and re-checking deatch is equal to 0.
From
Code: [Select]
WriteConsole(0,GetPlayerStat(ID,'name')+', your K:D is incalculable ('+intToStr(kills)+'/'+IntToStr(GetPlayerStat(ID,'Deaths'))+')',KDColor)
On
Code: [Select]
WriteConsole(0,GetPlayerStat(ID,'name')+', your K:D is incalculable ('+intToStr(kills)+'/0)',KDColor)
« Last Edit: December 17, 2013, 10:41:42 am by dominikkk26 »

Offline Zapper

  • Major(1)
  • Posts: 31
Re: Ratio 1.5.0
« Reply #1 on: June 10, 2010, 09:02:20 am »
« Last Edit: June 10, 2010, 09:04:31 am by Zapper »

DarkCrusade

  • Guest
Re: Ratio 1.5.0
« Reply #2 on: June 10, 2010, 09:17:33 am »
Did you even compare those 2 scripts? Because Dominikkk's script is way shorter, not to say the other script just sucks compared to his. But I'm not sure what to think about it since the indentations just make me want to suicide and I don't know where he's got it from..

Offline dominikkk26

  • Camper
  • ***
  • Posts: 404
    • PMGsite
Re: Ratio 1.5.0 - update 1.5.1
« Reply #3 on: September 01, 2010, 04:04:19 am »
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
Code: [Select]
WriteConsole(0,GetPlayerStat(ID,'name')+', your K:D is incalculable ('+intToStr(kills)+'/'+IntToStr(GetPlayerStat(ID,'Deaths'))+')',KDColor)
On
Code: [Select]
WriteConsole(0,GetPlayerStat(ID,'name')+', your K:D is incalculable ('+intToStr(kills)+'/0)',KDColor)
« Last Edit: September 01, 2010, 02:11:51 pm by dominikkk26 »