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