Added clan tag support for CS:GO in CStrike ext (bug 5429, r=psychonic).

This commit is contained in:
Daniel Varnai
2012-08-13 14:59:31 -04:00
parent 5ec6f851c9
commit 42ff151ae4
3 changed files with 13 additions and 12 deletions
+13
View File
@@ -49,6 +49,12 @@
"linux" "47"
"mac" "61"
}
"ClanTagOffset"
{
"windows" "15"
"linux" "41"
"mac" "22"
}
}
"Signatures"
{
@@ -123,6 +129,13 @@
"linux" "@_Z15AliasToWeaponIDPKc"
"mac" "@_Z15AliasToWeaponIDPKc"
}
"SetClanTag"
{
"library" "server"
"windows" "\x55\x8B\xEC\x8B\x2A\x2A\x85\xC0\x74\x2A\x6A\x10\x50\x81\xC1\x2A\x2A\x2A\x2A\x51"
"linux" "@_ZN9CCSPlayer10SetClanTagEPKc"
"mac" "@_ZN9CCSPlayer10SetClanTagEPKc"
}
}
}
}