Fix CS:GO weaponPrice offset.

This commit is contained in:
Ruben Gonzalez 2018-07-13 07:47:53 -04:00
parent a81b52a787
commit ed908b6545

View File

@ -28,13 +28,13 @@
"mac64" "8" "mac64" "8"
} }
// In HandleCommand_Buy_Internal // In HandleCommand_Buy_Internal
// -*(_DWORD *)(v34 + 204) // -*(_DWORD *)(v34 + 8) in ida 7 -v34[52]
"WeaponPrice" "WeaponPrice"
{ {
"windows" "204" "windows" "208"
"linux" "204" "linux" "208"
"linux64" "324" "linux64" "328"
"mac64" "324" "mac64" "328"
} }
//Offset into CheckRestartRound //Offset into CheckRestartRound
"CTTeamScoreOffset" "CTTeamScoreOffset"