Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ srv_check = False

# _ZN11CBasePlayer10BumpWeaponEP17CBaseCombatWeapon
[[bump_weapon]]
offset_linux = 452
offset_windows = 451
offset_linux = 453
offset_windows = 452
arguments = POINTER
return_type = BOOL

Expand All @@ -18,33 +18,33 @@ srv_check = False

# _ZN11CBasePlayer13GiveNamedItemEPKciP13CEconItemViewb
[[give_named_item]]
offset_linux = 457
offset_windows = 456
offset_linux = 458
offset_windows = 457
arguments = STRING, INT, POINTER, BOOL, POINTER
return_type = POINTER

# _ZN11CBasePlayer21IncrementAssistsCountEi
[[increment_assists_count]]
offset_linux = 499
offset_windows = 498
offset_linux = 500
offset_windows = 499
arguments = INT

# _ZN11CBasePlayer19IncrementDeathCountEi
[[increment_death_count]]
offset_linux = 500
offset_windows = 499
offset_linux = 501
offset_windows = 500
arguments = INT

# _ZN11CBasePlayer18IncrementFragCountEii
[[increment_frag_count]]
offset_linux = 498
offset_windows = 497
offset_linux = 499
offset_windows = 498
arguments = INT, INT

# _ZN11CBasePlayer16PlayerRunCommandEP8CUserCmdP11IMoveHelper
[[run_command]]
offset_linux = 477
offset_windows = 476
offset_linux = 478
offset_windows = 477
arguments = POINTER, POINTER

# _ZN11CBasePlayer8PreThinkEv
Expand Down