Fix CS:GO weaponPrice offset.

This commit is contained in:
Dr!fter 2018-07-13 07:47:28 -04:00
parent 047e0280ca
commit 50b5bb1970

View File

@ -27,12 +27,12 @@
"mac" "4"
}
// In HandleCommand_Buy_Internal
// -*(_DWORD *)(v34 + 204)
// -*(_DWORD *)(v34 + 208) in ida 7 -v34[52]
"WeaponPrice"
{
"windows" "204"
"linux" "204"
"mac" "204"
"windows" "208"
"linux" "208"
"mac" "208"
}
//Offset into CheckRestartRound
"CTTeamScoreOffset"