From 9a917d489db659c4fd7b93279b2a4229432f7e7a Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 9 Apr 2009 00:59:47 +0200 Subject: [PATCH] Added gamedata file. --- .../gamedata/plugin.zombiereloaded.txt | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt diff --git a/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt b/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt new file mode 100644 index 0000000..975a1f1 --- /dev/null +++ b/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt @@ -0,0 +1,33 @@ +"Games" +{ + "cstrike" + { + "Offsets" + { + "RemoveAllItems" + { + "windows" "283" + "linux" "284" + } + "EyePosition" + { + "windows" "117" + "linux" "118" + } + "EyeAngles" + { + "windows" "206" + "linux" "207" + } + } + "Signatures" + { + "TerminateRound" + { + "library" "server" + "windows" "\x83\xEC\x18\x53\x55\x8B\xD9\x8B\x4C\x24\x28\x56\x57\x33\xF6\x8D" + "linux" "@_ZN12CCSGameRules14TerminateRoundEfi" + } + } + } +} \ No newline at end of file