0.3e Cuffing System
#1

Hey I'm knew to scripting I was just wondering how to add the new 0.3e Animation for cuffing

http://pastebin.com/MW6PhJNQ
Reply
#2

This is not 0.3e cuff system.
Reply
#3

Misunderstanding I was meaning how do I add the new animation that was released with 0.3e
Reply
#4

this is an example of a cuff command

pawn Код:
YCMD:cuff(playerid, params[], help)
{
    if (help)   {SendClientMessage(playerid, 0xFF9933FF, "/cuff [playername/id]");}
    else       
    {
        new targetid;
        if(sscanf(params,"r",targetid)) return SendClientMessage(playerid, 0xFF9933FF, "/cuff [playername/id]");
        RemovePlayerAttachedObject(targetid, 9);
        SetPlayerAttachedObject(targetid, 9, 19418, 6, -0.011000, 0.028000, -0.022000, -15.600012, -33.699977, -81.700035, 0.891999, 1.000000, 1.168000);
        SetPlayerSpecialAction(targetid, SPECIAL_ACTION_CUFFED);
    }
    return 1;
}
Reply
#5

Try now: http://pastebin.com/KUypnH65
Reply
#6

I used that but nothing happened.
See
Reply
#7

I have the same problem, any kind of animation isn't showing up on my server :/
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)