View Single Post
gabuch2
AlliedModders Donor
Join Date: Mar 2011
Location: Chile
Old 05-18-2020 , 22:43   Re: Send third person animation to player
Reply With Quote #8

Managed to do it with Orpheu.

It seems the sequence on players gets overwritten by SetAnimation.

HTML Code:
{
    "name" : "SC_SetAnimation",
    "library" : "mod",
    "arguments" :
    [
        {
            "type" : "CBaseEntity *"
        },
        {
            "type" : "int"
        },
        {
            "type" : "int"
        }
    ],
    "identifiers" :
    [
        {
            "os"    : "linux",
            "mod"   : "svencoop",
            "value" : [0x55, 0x57, 0x56, 0x53, 0x83, 0xEC, 0x5C, 0xE8, 0x9A, 0x73, 0xCA, 0xFF, 0x81, 0xC3, 0x3A, 0x8B, 0x3A, 0x00]
        }
    ]
}
Code:
OrpheuCall(OrpheuGetFunction("SC_SetAnimation"), id, 5, 0);
__________________
gabuch2 is offline