Skip to content

Commit 3340e46

Browse files
authored
Updated CS:GO mvps and assists offsets. (#305)
1 parent 39a11be commit 3340e46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ srv_check = False
7575
# print('Offset of Player.assists is:', offset)
7676
[[assists]]
7777
offset_windows = 3172
78-
offset_linux = 3192
78+
offset_linux = 3196
7979
type = INT
8080

8181

addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ srv_check = False
6060
[instance_attribute]
6161

6262
[[mvps]]
63-
offset_windows = 12148
64-
offset_linux = 12172
63+
offset_windows = 12168
64+
offset_linux = 12192
6565
type = INT
6666

6767
[[clan_tag]]

0 commit comments

Comments
 (0)