From b96b47b2a6ffda036ca059f249a9bf10ef357ca9 Mon Sep 17 00:00:00 2001 From: Richard Helgeby Date: Thu, 8 Dec 2011 22:19:33 +0100 Subject: [PATCH] Updated gamedata file. Thanks to pillepallus. --- .../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 ad6357c..bc25c01 100644 --- a/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt +++ b/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt @@ -11,44 +11,44 @@ { "TraceAttack" { - "windows" "58" - "linux" "59" + "windows" "59" + "linux" "60" } "OnTakeDamage" { - "windows" "60" - "linux" "61" + "windows" "61" + "linux" "62" } "StartTouch" { - "windows" "88" - "linux" "89" + "windows" "96" + "linux" "97" } "Touch" { - "windows" "89" - "linux" "90" + "windows" "97" + "linux" "98" } "EndTouch" { - "windows" "90" - "linux" "91" + "windows" "98" + "linux" "99" } "Weapon_CanUse" { - "windows" "216" - "linux" "217" + "windows" "253" + "linux" "254" } "Weapon_Drop" { - "windows" "219" - "linux" "220" + "windows" "256" + "linux" "257" } } @@ -69,4 +69,4 @@ } } } -} \ No newline at end of file +}