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" "mac" "4"
} }
// In HandleCommand_Buy_Internal // In HandleCommand_Buy_Internal
// -*(_DWORD *)(v34 + 204) // -*(_DWORD *)(v34 + 208) in ida 7 -v34[52]
"WeaponPrice" "WeaponPrice"
{ {
"windows" "204" "windows" "208"
"linux" "204" "linux" "208"
"mac" "204" "mac" "208"
} }
//Offset into CheckRestartRound //Offset into CheckRestartRound
"CTTeamScoreOffset" "CTTeamScoreOffset"