From a82faeb5c8b9600181f9fdcc981141dc499993d3 Mon Sep 17 00:00:00 2001 From: Ian Lucas Date: Sun, 18 Aug 2024 22:52:30 -0300 Subject: [PATCH] Fix CBasePlayerController_SetPawn signature (#547) --- configs/addons/counterstrikesharp/gamedata/gamedata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/addons/counterstrikesharp/gamedata/gamedata.json b/configs/addons/counterstrikesharp/gamedata/gamedata.json index 9fe8cd08b..21cb87721 100644 --- a/configs/addons/counterstrikesharp/gamedata/gamedata.json +++ b/configs/addons/counterstrikesharp/gamedata/gamedata.json @@ -35,8 +35,8 @@ "CBasePlayerController_SetPawn": { "signatures": { "library": "server", - "windows": "44 88 4C 24 ? 55 56 57 41 54 41 56 48 8D 6C 24 ?", - "linux": "55 48 89 E5 41 57 41 56 41 89 D6 41 55 49 89 FD 41 54 45 89 C4" + "windows": "48 89 74 24 ? 55 41 54 41 55 41 56 41 57 48 8D 6C 24 ? 48 81 EC ? ? ? ? 4C 8B F9", + "linux": "55 48 89 E5 41 57 41 56 41 55 49 89 FD 41 54 45 89 C4" } }, "CCSPlayerPawnBase_PostThink": {