Fixed linux CTTeamScoreOffset and TTeamScoreOffset offsets for CS:GO.

This commit is contained in:
Drifter 2012-05-31 00:36:36 -04:00
parent 83b3c3ab8f
commit 89325f9995

View File

@ -32,14 +32,14 @@
"CTTeamScoreOffset" "CTTeamScoreOffset"
{ {
"windows" "97" "windows" "97"
"linux" "117" "linux" "124"
} }
//Offset into CheckRestartRound //Offset into CheckRestartRound
//Only Windows/Linux for now. //Only Windows/Linux for now.
"TTeamScoreOffset" "TTeamScoreOffset"
{ {
"windows" "119" "windows" "119"
"linux" "152" "linux" "159"
} }
//Offset into IncrementNumMVPs to find MVP count offset from player //Offset into IncrementNumMVPs to find MVP count offset from player
//Only Windows/Linux for now. //Only Windows/Linux for now.