File tree Expand file tree Collapse file tree
addons/source-python/data/source-python/entities/csgo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ srv_check = False
7474 # break
7575 # print('Offset of Player.assists is:', offset)
7676 [[assists]]
77- offset_windows = 3204
78- offset_linux = 3228
77+ offset_windows = 4024
78+ offset_linux = 4048
7979 type = INT
8080
8181
Original file line number Diff line number Diff line change @@ -60,18 +60,18 @@ srv_check = False
6060[instance_attribute]
6161
6262 [[mvps]]
63- offset_windows = 12252
64- offset_linux = 12276
63+ offset_windows = 12272
64+ offset_linux = 12296
6565 type = INT
6666
6767 [[score]]
68- offset_windows = 12300
69- offset_linux = 12324
68+ offset_windows = 12312
69+ offset_linux = 12336
7070 type = INT
7171
7272 [[clan_tag]]
73- offset_windows = 10220
74- offset_linux = 10244
73+ offset_windows = 10240
74+ offset_linux = 10264
7575 type = STRING_ARRAY
7676
7777
You can’t perform that action at this time.
0 commit comments