From 0b15a570a9af4a7e9dc75d3c9bab02aaf1b95727 Mon Sep 17 00:00:00 2001 From: Artvin <76885107+artvin01@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:51:20 +0100 Subject: [PATCH] Fix and add gamedata and instructions. --- sourcemod/gamedata/collisionhook.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sourcemod/gamedata/collisionhook.txt b/sourcemod/gamedata/collisionhook.txt index 8fb379f..7ab6eaf 100644 --- a/sourcemod/gamedata/collisionhook.txt +++ b/sourcemod/gamedata/collisionhook.txt @@ -46,7 +46,9 @@ { "PassServerEntityFilter" { + /* String: "RagdollImpact" -> 2 blocks down, , get sub, from Pickup_ForcePlayerToDropThisObject, Xref ->, go all the way up, */ "windows" "\x55\x8B\xEC\x56\x8B\x75\x0C\x85\xF6\x75\x05" + "windows64" "\x48\x89\x5C\x24\x08\x48\x89\x74\x24\x10\x57\x48\x83\xEC\x20\x48\x8B\xFA\x48\x8B\xF1\x48\x85\xD2\x0F\x84\x2A\x2A\x2A\x2A\x48\x3B\xCA" } } }