Fix for SDKTools TeamScore natives crash on CS:GO (bug 5319, r=psychonic).

This commit is contained in:
Drifter
2012-05-30 23:00:16 -04:00
parent 6f55c3e75a
commit 02277225d7
3 changed files with 50 additions and 2 deletions
+2
View File
@@ -18,6 +18,8 @@
"Keys"
{
"m_iFrags" "m_iFrags"
// Netprop on the team entity for team score
"m_iScore" "m_iScore"
}
"Offsets"
+5
View File
@@ -225,6 +225,11 @@
"csgo"
{
"Keys"
{
// Netprop on the team entity for team score
"m_iScore" "m_scoreTotal"
}
"Offsets"
{
"GiveNamedItem"