From ff72d5ad8d1d77a93902ae4126d4e513ea0e3012 Mon Sep 17 00:00:00 2001 From: Richard Helgeby Date: Tue, 3 Jul 2012 16:46:15 +0200 Subject: [PATCH] Updated gamedata file. Thanks to psychonic and TnTSCS. --- .../gamedata/plugin.zombiereloaded.txt | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt b/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt index 50a090e..209511b 100644 --- a/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt +++ b/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt @@ -11,44 +11,44 @@ { "TraceAttack" { - "windows" "59" - "linux" "60" + "windows" "60" + "linux" "61" } "OnTakeDamage" { - "windows" "61" - "linux" "62" + "windows" "62" + "linux" "63" } "StartTouch" - { - "windows" "96" - "linux" "97" - } - - "Touch" { "windows" "97" "linux" "98" } - "EndTouch" + "Touch" { "windows" "98" "linux" "99" } + "EndTouch" + { + "windows" "99" + "linux" "100" + } + "Weapon_CanUse" { - "windows" "253" - "linux" "254" + "windows" "255" + "linux" "256" } "Weapon_Drop" { - "windows" "256" - "linux" "257" + "windows" "258" + "linux" "259" } } }