AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   [Orpheu] Signatures for new hlds (https://forums.alliedmods.net/showthread.php?t=209936)

bogdyuttzu 03-04-2013 01:29

[Orpheu] Signatures for new hlds
 
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"
        }
    ]
}


Arkshine 03-04-2013 04:34

Re: [Orpheu] Signatures for new hlds
 
CBasePlayer::Radio

CBasePlayer::SetAnimation

CGrenade::SG_Detonate

bogdyuttzu 03-04-2013 04:43

Re: [Orpheu] Signatures for new hlds
 
Thanks a lot.


All times are GMT -4. The time now is 21:48.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.