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