Fix for SDKTools TeamScore natives crash on CS:GO (bug 5319, r=psychonic).
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
"Keys"
|
||||
{
|
||||
"m_iFrags" "m_iFrags"
|
||||
// Netprop on the team entity for team score
|
||||
"m_iScore" "m_iScore"
|
||||
}
|
||||
|
||||
"Offsets"
|
||||
|
||||
@@ -225,6 +225,11 @@
|
||||
|
||||
"csgo"
|
||||
{
|
||||
"Keys"
|
||||
{
|
||||
// Netprop on the team entity for team score
|
||||
"m_iScore" "m_scoreTotal"
|
||||
}
|
||||
"Offsets"
|
||||
{
|
||||
"GiveNamedItem"
|
||||
|
||||
Reference in New Issue
Block a user