From cbacc8bba9c6c4239ee3b65d7c37fc00afebf907 Mon Sep 17 00:00:00 2001 From: Jonathan <30329245+CookStar@users.noreply.github.com> Date: Sat, 5 Dec 2020 03:46:43 +0900 Subject: [PATCH] Updated CS:GO offsets. --- .../data/source-python/entities/csgo/CBasePlayer.ini | 4 ++-- .../data/source-python/entities/csgo/CCSPlayer.ini | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini b/addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini index 38f068636..48eea053a 100755 --- a/addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini +++ b/addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini @@ -74,8 +74,8 @@ srv_check = False # break # print('Offset of Player.assists is:', offset) [[assists]] - offset_windows = 3204 - offset_linux = 3228 + offset_windows = 4024 + offset_linux = 4048 type = INT diff --git a/addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini b/addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini index 8af9d6a60..90dae8df8 100755 --- a/addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini +++ b/addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini @@ -60,18 +60,18 @@ srv_check = False [instance_attribute] [[mvps]] - offset_windows = 12252 - offset_linux = 12276 + offset_windows = 12272 + offset_linux = 12296 type = INT [[score]] - offset_windows = 12300 - offset_linux = 12324 + offset_windows = 12312 + offset_linux = 12336 type = INT [[clan_tag]] - offset_windows = 10220 - offset_linux = 10244 + offset_windows = 10240 + offset_linux = 10264 type = STRING_ARRAY