From e53866b8291d39deef6b64557cdf5362618a4f7d Mon Sep 17 00:00:00 2001 From: Jonathan <30329245+CookStar@users.noreply.github.com> Date: Thu, 21 Nov 2019 12:52:54 +0900 Subject: [PATCH] Fix #285, thanks to AlliedModders/SourceMod Referenced from alliedmodders/sourcemod@bef8562de58cc25a52266cd51f92c74d62f26db1 --- .../entities/csgo/CBasePlayer.ini | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) mode change 100644 => 100755 addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini diff --git a/addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini b/addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini old mode 100644 new mode 100755 index d9622cd6b..58ed55927 --- a/addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini +++ b/addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini @@ -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 @@ -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