Added new CS_GetWeaponPrice native to cstrike extension (bug 4985, r=psychonic).

This commit is contained in:
Drifter
2011-06-28 20:32:55 -04:00
parent 91368e5656
commit ee1bbd5994
5 changed files with 137 additions and 13 deletions
+13
View File
@@ -22,6 +22,12 @@
"linux" "6"
"mac" "6"
}
"WeaponPrice"
{
"windows" "2224"
"linux" "2224"
"mac" "2224"
}
}
"Signatures"
{
@@ -74,6 +80,13 @@
"linux" "@_Z24GetTranslatedWeaponAliasPKc"
"mac" "@_Z24GetTranslatedWeaponAliasPKc"
}
"GetWeaponInfo"
{
"library" "server"
"windows" "\x8B\x4C\x2A\x2A\x85\xC9\x75\x2A\x33\xC0\xC3"
"linux" "@_Z13GetWeaponInfo10CSWeaponID"
"mac" "@_Z13GetWeaponInfo10CSWeaponID"
}
}
}
}