roflmuffin / CounterStrikeSharp

CounterStrikeSharp allows you to write server plugins in C# for Counter-Strike 2/Source2/CS2
https://docs.cssharp.dev
Other
778 stars 125 forks source link

Correct Signatures #603

Closed danikfml closed 6 hours ago

danikfml commented 15 hours ago

Does anyone have the right signatures for this? CCSPlayer_CanAcquire, GetCSWeaponDataFromKey

fuzzyscn commented 15 hours ago

CanAcquire : "windows": "48 8B C4 44 89 40 ? 48 89 50 ? 48 89 48", "linux": "55 48 89 E5 41 57 41 56 48 8D 45 CC", from swift, no test .

danikfml commented 15 hours ago

for CCSPlayer_CanAcquire or GetCSWeaponDataFromKey