From b3c68614934d2f18795a9d87f02f8c35eaadba4e Mon Sep 17 00:00:00 2001 From: Jonathan <30329245+CookStar@users.noreply.github.com> Date: Fri, 29 Nov 2019 02:51:15 +0900 Subject: [PATCH 1/2] Added score to CS:GO data --- .../data/source-python/entities/csgo/CCSPlayer.ini | 5 +++++ 1 file changed, 5 insertions(+) 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 fe3e9b5a9..dbbd5012a 100755 --- a/addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini +++ b/addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini @@ -64,6 +64,11 @@ srv_check = False offset_linux = 12192 type = INT + [[score]] + offset_windows = 12196 + offset_linux = 12220 + type = INT + [[clan_tag]] offset_windows = 10140 offset_linux = 10164 From 43f3d02813efe49fb59c16f28eafb78501238481 Mon Sep 17 00:00:00 2001 From: Jonathan <30329245+CookStar@users.noreply.github.com> Date: Fri, 28 Feb 2020 13:51:27 +0900 Subject: [PATCH 2/2] Updated CS:GO score offsets. --- .../data/source-python/entities/csgo/CCSPlayer.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 dbbd5012a..0a5b050a1 100755 --- a/addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini +++ b/addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini @@ -65,8 +65,8 @@ srv_check = False type = INT [[score]] - offset_windows = 12196 - offset_linux = 12220 + offset_windows = 12216 + offset_linux = 12240 type = INT [[clan_tag]]