Skip to content

Commit 620d6c3

Browse files
authored
Updated add_account in CS:GO. (#425)
1 parent c7825ed commit 620d6c3

File tree

1 file changed

+2
-2
lines changed
  • addons/source-python/data/source-python/entities/csgo

1 file changed

+2
-2
lines changed

Diff for: addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ srv_check = False
77
[[add_account]]
88
identifier_windows = 55 8B EC 83 E4 F8 81 EC 4C 01 00 00 53 56 57 8B F9 8B 07 8B 80
99
# identifier_linux = _ZN9CCSPlayer10AddAccountEibbPKc
10-
identifier_linux = 55 89 E5 57 56 53 81 EC BC 01 00 00 8B 5D 08 0F
11-
arguments = INT, BOOL, BOOL, STRING
10+
identifier_linux = 55 89 E5 57 56 53 81 EC 2A 01 00 00 8B 5D 08 0F B6 45 10
11+
arguments = INT, BOOL, STRING
1212

1313
# Reference string: #Cannot_Carry_Anymore
1414
[[buy_internal]]

0 commit comments

Comments
 (0)