From fdb80bd9cfa26e09de4c7cca50d3804efa1c484e Mon Sep 17 00:00:00 2001 From: Jonhasacat Date: Fri, 7 Oct 2016 04:41:05 -0400 Subject: [PATCH] Fixed offsets for SetClientName (#547) --- gamedata/sdktools.games/engine.csgo.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gamedata/sdktools.games/engine.csgo.txt b/gamedata/sdktools.games/engine.csgo.txt index 572ae236..03cb6e56 100644 --- a/gamedata/sdktools.games/engine.csgo.txt +++ b/gamedata/sdktools.games/engine.csgo.txt @@ -189,9 +189,9 @@ "SetUserCvar" { /* Not 100% sure on this, why would windows change and not linux - TEST ME */ - "windows" "29" - "linux" "67" - "mac" "67" + "windows" "30" + "linux" "68" + "mac" "68" } /** * CBaseClient::SetName(char const*); @@ -200,9 +200,9 @@ */ "SetClientName" { - "windows" "28" - "linux" "66" - "mac" "66" + "windows" "29" + "linux" "67" + "mac" "67" } /** * Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.