Added CS_GetClanTag and CS_SetClanTag natives to cstrike ext (bug 5122, r=fyren).

This commit is contained in:
Nicholas Hastings
2011-10-13 13:17:29 -04:00
parent e23d7ca51b
commit 1b9fb906e2
3 changed files with 119 additions and 2 deletions
+14
View File
@@ -28,6 +28,13 @@
"linux" "2308"
"mac" "2308"
}
//Offset into SetClanTag to find clan tag's offset from player
"ClanTagOffset"
{
"windows" "24"
"linux" "41"
"mac" "29"
}
}
"Signatures"
{
@@ -87,6 +94,13 @@
"linux" "@_Z13GetWeaponInfo10CSWeaponID"
"mac" "@_Z13GetWeaponInfo10CSWeaponID"
}
"SetClanTag"
{
"library" "server"
"windows" "\x55\x8B\xEC\x51\x89\x2A\x2A\x83\x2A\x2A\x2A\x74\x2A\x6A\x2A\x8B\x2A\x2A\x50"
"linux" "@_ZN9CCSPlayer10SetClanTagEPKc"
"mac" "@_ZN9CCSPlayer10SetClanTagEPKc"
}
}
}
}