From 5d256ca5ffff2f97b017723552e2f1ed090e08ee Mon Sep 17 00:00:00 2001 From: Jonathan <30329245+CookStar@users.noreply.github.com> Date: Tue, 14 Feb 2023 17:15:09 +0900 Subject: [PATCH] Updated CS:GO data. --- .../source-python/entities/csgo/CBaseCSGrenadeProjectile.ini | 2 +- .../data/source-python/entities/csgo/CCSPlayer.ini | 2 +- .../data/source-python/entities/csgo/CDecoyProjectile.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/source-python/data/source-python/entities/csgo/CBaseCSGrenadeProjectile.ini b/addons/source-python/data/source-python/entities/csgo/CBaseCSGrenadeProjectile.ini index f16526c06..56a8333f8 100755 --- a/addons/source-python/data/source-python/entities/csgo/CBaseCSGrenadeProjectile.ini +++ b/addons/source-python/data/source-python/entities/csgo/CBaseCSGrenadeProjectile.ini @@ -5,7 +5,7 @@ srv_check = False [[set_attacker]] identifier_windows = 55 8B EC 53 8B 5D 08 56 57 8B F9 53 - identifier_linux = 55 89 E5 57 56 53 83 EC 2C C7 45 E4 00 00 00 00 8B 5D 08 8B 75 0C + identifier_linux = 55 89 E5 57 56 53 83 EC 2C 8B 5D 08 8B 7D 0C 8B 83 2A 2A 00 00 83 F8 FF 0F 84 2A 2A 00 00 8B 0D arguments = POINTER diff --git a/addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini b/addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini index 273026857..903c10d4e 100755 --- a/addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini +++ b/addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini @@ -21,7 +21,7 @@ srv_check = False [[deafen]] identifier_windows = 55 8B EC 83 EC 28 56 57 8B F9 F3 0F 11 4D FC # identifier_linux = _ZN9CCSPlayer6DeafenEf - identifier_linux = 55 89 E5 83 EC 48 89 7D FC 8B 7D 08 89 5D F4 89 75 F8 8B 07 + identifier_linux = 55 89 E5 57 56 53 83 EC 38 8B 5D 08 8B 03 53 FF 90 2A 2A 00 00 83 C4 10 85 C0 # Reference string: sf_ui_tint [[_spawn]] diff --git a/addons/source-python/data/source-python/entities/csgo/CDecoyProjectile.ini b/addons/source-python/data/source-python/entities/csgo/CDecoyProjectile.ini index d704b0c3d..c8c7aa785 100755 --- a/addons/source-python/data/source-python/entities/csgo/CDecoyProjectile.ini +++ b/addons/source-python/data/source-python/entities/csgo/CDecoyProjectile.ini @@ -6,4 +6,4 @@ srv_check = False # CDecoyProjectile::Think_Detonate [[detonate]] identifier_windows = 55 8B EC 51 56 8B F1 57 8B 86 D4 00 00 00 - identifier_linux = 55 89 E5 57 56 53 83 EC 3C 8B 5D 08 F6 83 2A 00 00 00 10 + identifier_linux = 55 89 E5 57 56 53 83 EC 1C 8B 5D 08 F6 83 2A 00 00 00 10