mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
Update CalcIsAttackCriticalHelper offset
This commit is contained in:
parent
f6b70b56a0
commit
34d0323fc5
@ -160,6 +160,7 @@
|
||||
}
|
||||
"Offsets"
|
||||
{
|
||||
// CBasePlayer
|
||||
"ForceRespawn"
|
||||
{
|
||||
"windows" "337"
|
||||
@ -167,19 +168,28 @@
|
||||
"linux" "338"
|
||||
"linux64" "338"
|
||||
}
|
||||
"RemoveWearable"
|
||||
{
|
||||
"windows" "440"
|
||||
"windows64" "440"
|
||||
"linux" "441"
|
||||
"linux64" "441"
|
||||
}
|
||||
|
||||
// CTFWeaponBase
|
||||
"CalcIsAttackCriticalHelper"
|
||||
{
|
||||
"windows" "398"
|
||||
"windows64" "398"
|
||||
"linux" "405"
|
||||
"linux64" "405"
|
||||
"windows" "400"
|
||||
"windows64" "400"
|
||||
"linux" "407"
|
||||
"linux64" "407"
|
||||
}
|
||||
"CalcIsAttackCriticalHelperNoCrits"
|
||||
{
|
||||
"windows" "399"
|
||||
"windows64" "399"
|
||||
"linux" "406"
|
||||
"linux64" "406"
|
||||
"windows" "401"
|
||||
"windows64" "401"
|
||||
"linux" "408"
|
||||
"linux64" "408"
|
||||
}
|
||||
|
||||
// CTFGameRules::IsHolidayActive
|
||||
@ -190,14 +200,6 @@
|
||||
"linux" "140"
|
||||
"linux64" "140"
|
||||
}
|
||||
|
||||
"RemoveWearable"
|
||||
{
|
||||
"windows" "440"
|
||||
"windows64" "440"
|
||||
"linux" "441"
|
||||
"linux64" "441"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit d8c250cd80e284401e6579f2c669af768d6525ae
|
||||
Subproject commit f559b1cc8f9e47d88e13bd46a220c32ec26af7b6
|
||||
Loading…
Reference in New Issue
Block a user