Skip to content

Commit d4d2834

Browse files
authored
Fixed buy_internal signature for CS:GO
1 parent f7c0884 commit d4d2834

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ srv_check = False
99
arguments = INT, BOOL, BOOL, STRING
1010

1111
[[buy_internal]]
12-
identifier_windows = 55 8B EC 83 E4 F8 81 EC 2A 2A 2A 2A 53 56 57 6A 2A 8B F9 E8 2A 2A 2A 2A 33 C9
12+
identifier_windows = 55 8B EC 83 E4 F8 81 EC 7C 01 00 00 53 56 57
1313
identifier_linux = _ZN9CCSPlayer26HandleCommand_Buy_InternalEPKcib
1414
arguments = STRING, INT, BOOL
1515
return_type = INT

0 commit comments

Comments
 (0)