2 Questions
#1

1)What is the ID of "Sitting On Knee" Animation. i want it to use it with CUFFED SPECIAL ACTION.
2) How to make the player fall down when he Jump while He Is Cuffed
Reply
#2

anyone?
Reply
#3

1) ApplyAnimation(playerid,"PED","SEAT_IDLE",4,0,0,0, 1,0,1); not sure but 'by searching i found that'
2 ) make an variable once the player used the animation example
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    //check if the variable of the animation == 1
    if (PRESSED(KEY_JUMP))
    {
           //do something here!
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)