Animation Bug
#1

Animation does not appear in others

How can I solve?


One of these;
pawn Код:
if(strcmp(cmdtext, "/riot", true) == 0)
    {
    ApplyAnimation(playerid,"RIOT","RIOT_ANGRY",4.1,1,1,1,1,1);
    return 1;
    }
Reply
#2

??
Reply
#3

One of these;
pawn Код:
if(strcmp(cmdtext, "/riot", true) == 0)
    {
    ApplyAnimation(playerid,"RIOT","RIOT_ANGRY",4.1,1,1,1,1,1);
    return 1;
    }
Reply
#4

What do you mean it doesn't appear in others? If you mean you're trying to use the animation but it doesn't work try using the CMD twice or preload the animation.

Or try:
pawn Код:
ApplyAnimation(playerid, "RIOT", "RIOT_ANGRY", 4.1, 0, 0, 0, 0, 0, 1);
Reply
#5

Thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)