|
Senior Member
Join Date: Dec 2009
Location: Romania
|

03-04-2013
, 01:29
[Orpheu] Signatures for new hlds
|
#1
|
Can someone make signatures for these functions for new HLDS?
Code:
{
"name" : "Radio",
"class" : "CBasePlayer",
"library" : "mod",
"arguments" :
[
{
"type" : "char *"
},
{
"type" : "char *"
},
{
"type" : "int"
},
{
"type" : "int"
}
],
"identifiers":
[
{
"os" : "windows",
"mod" : "cstrike",
"value" : [0x53,0x55,0x56,0x8B,"*",0x57,0x8B,"*",0xFF,0x90,"*","*","*","*",0x85]
},
{
"os" : "linux",
"mod" : "cstrike",
"value" : "Radio__11CBasePlayerPCcT1sb"
}
]
}
Code:
{
"name" : "SetAnimation",
"class" : "CBasePlayer",
"library" : "mod",
"arguments" :
[
{
"type" : "PLAYER_ANIM"
}
],
"identifiers":
[
{
"os" : "windows",
"mod" : "cstrike",
"value" : [0x83,0xEC,0x48,0x53,0x55,0x8B,0xE9,0x56,0x57,0x8B,0x4D,0x04,0x8B,0x81,"*","*","*","*",0x85,0xC0,0x0F,0x84,"*","*","*","*",0x8B]
},
{
"os" : "linux",
"mod" : "cstrike",
"value" : "SetAnimation__11CBasePlayer11PLAYER_ANIM"
}
]
}
Code:
{
"name" : "SG_Detonate",
"class" : "CGrenade",
"library" : "mod",
"identifiers" :
[
{
"os" : "windows",
"mod" : "cstrike",
"value" : "?SG_Detonate@CGrenade@@QAEXXZ"
},
{
"os" : "linux",
"mod" : "cstrike",
"value" : "SG_Detonate__8CGrenade"
}
]
}
|
|