sourcemod/gamedata/sdkhooks.games/game.dystopia.txt
Rain 9fa7421122
Update gamedata for Dystopia (#2080)
Add the offsets for OnTakeDamage and OnTakeDamage_Alive for the game Dystopia, for Linux and Windows platforms. This change adds game support for the SDKHook_OnTakeDamage, and its variants.
2023-11-07 13:20:45 +00:00

19 lines
188 B
Plaintext

"Games"
{
"!Dystopia"
{
"Offsets"
{
"OnTakeDamage"
{
"windows" "62"
"linux" "63"
}
"OnTakeDamage_Alive"
{
"windows" "275"
"linux" "276"
}
}
}
}